Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 1 | Copyright (c) 2014, ARM Limited |
| 2 | All rights Reserved. |
| 3 | Copyright (c) 2014, Linaro Ltd. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4 | |
| 5 | Redistribution and use in source and binary forms, with or without |
| 6 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 7 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 8 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 9 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 10 | notice, this list of conditions and the following disclaimer in the |
| 11 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 12 | * Neither the name of the company nor the names of its contributors |
| 13 | may be used to endorse or promote products derived from this |
| 14 | software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 15 | |
| 16 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 17 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 18 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 19 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 20 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 21 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 22 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 23 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 24 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | |
| 28 | ------------------------------------------------------------------- |
| 29 | |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 30 | Copyright (c) 2014, Linaro Limited |
| 31 | All rights reserved. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 32 | |
| 33 | Redistribution and use in source and binary forms, with or without |
| 34 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 35 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 36 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 37 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 38 | notice, this list of conditions and the following disclaimer in the |
| 39 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 40 | * Neither the name of the Linaro nor the |
| 41 | names of its contributors may be used to endorse or promote products |
| 42 | derived from this software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 43 | |
| 44 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 45 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 46 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 47 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 48 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 49 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 50 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 51 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 52 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 53 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 54 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 55 | |
| 56 | ------------------------------------------------------------------- |
| 57 | |
Elliott Hughes | 3e424d0 | 2014-07-23 16:02:26 -0700 | [diff] [blame] | 58 | Copyright (c) 1993 John Brezak |
| 59 | All rights reserved. |
| 60 | |
| 61 | Redistribution and use in source and binary forms, with or without |
| 62 | modification, are permitted provided that the following conditions |
| 63 | are met: |
| 64 | 1. Redistributions of source code must retain the above copyright |
| 65 | notice, this list of conditions and the following disclaimer. |
| 66 | 2. Redistributions in binary form must reproduce the above copyright |
| 67 | notice, this list of conditions and the following disclaimer in the |
| 68 | documentation and/or other materials provided with the distribution. |
| 69 | 3. The name of the author may be used to endorse or promote products |
| 70 | derived from this software without specific prior written permission. |
| 71 | |
| 72 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR |
| 73 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 74 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 75 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, |
| 76 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 77 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 78 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 79 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 80 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 81 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 82 | POSSIBILITY OF SUCH DAMAGE. |
| 83 | |
| 84 | ------------------------------------------------------------------- |
| 85 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 86 | Copyright (c) 2009-2013 The Linux Foundation. All rights reserved. |
| 87 | |
| 88 | Redistribution and use in source and binary forms, with or without |
| 89 | modification, are permitted provided that the following conditions are met: |
| 90 | * Redistributions of source code must retain the above copyright |
| 91 | notice, this list of conditions and the following disclaimer. |
| 92 | * Redistributions in binary form must reproduce the above copyright |
| 93 | notice, this list of conditions and the following disclaimer in the |
| 94 | documentation and/or other materials provided with the distribution. |
| 95 | * Neither the name of The Linux Foundation nor the names of its contributors may |
| 96 | be used to endorse or promote products derived from this software |
| 97 | without specific prior written permission. |
| 98 | |
| 99 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 100 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 101 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 102 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 103 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 104 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 105 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 106 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 107 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 108 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 109 | POSSIBILITY OF SUCH DAMAGE. |
| 110 | |
| 111 | ------------------------------------------------------------------- |
| 112 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 113 | ==================================================== |
| 114 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 115 | |
| 116 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 117 | Permission to use, copy, modify, and distribute this |
| 118 | software is freely granted, provided that this notice |
| 119 | is preserved. |
| 120 | |
| 121 | ------------------------------------------------------------------- |
| 122 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 123 | ==================================================== |
| 124 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 125 | |
| 126 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 127 | Permission to use, copy, modify, and distribute this |
| 128 | software is freely granted, provided that this notice |
| 129 | is preserved. |
| 130 | ==================================================== |
| 131 | |
| 132 | Optimized by Bruce D. Evans. |
| 133 | |
| 134 | ------------------------------------------------------------------- |
| 135 | |
| 136 | ==================================================== |
| 137 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 138 | |
| 139 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 140 | Permission to use, copy, modify, and distribute this |
| 141 | software is freely granted, provided that this notice |
| 142 | is preserved. |
| 143 | |
| 144 | ------------------------------------------------------------------- |
| 145 | |
| 146 | ==================================================== |
| 147 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 148 | |
| 149 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 150 | Permission to use, copy, modify, and distribute this |
| 151 | software is freely granted, provided that this notice |
| 152 | is preserved. |
| 153 | ==================================================== |
| 154 | |
| 155 | Optimized by Bruce D. Evans. |
| 156 | |
| 157 | ------------------------------------------------------------------- |
| 158 | |
| 159 | ==================================================== |
| 160 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 161 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 162 | |
| 163 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 164 | Permission to use, copy, modify, and distribute this |
| 165 | software is freely granted, provided that this notice |
| 166 | is preserved. |
| 167 | |
| 168 | ------------------------------------------------------------------- |
| 169 | |
| 170 | ==================================================== |
| 171 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 172 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 173 | |
| 174 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 175 | Permission to use, copy, modify, and distribute this |
| 176 | software is freely granted, provided that this notice |
| 177 | is preserved. |
| 178 | ==================================================== |
| 179 | |
| 180 | Optimized by Bruce D. Evans. |
| 181 | |
| 182 | ------------------------------------------------------------------- |
| 183 | |
| 184 | ==================================================== |
| 185 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 186 | Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz. |
| 187 | |
| 188 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 189 | Permission to use, copy, modify, and distribute this |
| 190 | software is freely granted, provided that this notice |
| 191 | is preserved. |
| 192 | ==================================================== |
| 193 | |
| 194 | The argument reduction and testing for exceptional cases was |
| 195 | written by Steven G. Kargl with input from Bruce D. Evans |
| 196 | and David A. Schultz. |
| 197 | |
| 198 | ------------------------------------------------------------------- |
| 199 | |
| 200 | ==================================================== |
| 201 | Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. |
| 202 | |
| 203 | Permission to use, copy, modify, and distribute this |
| 204 | software is freely granted, provided that this notice |
| 205 | is preserved. |
| 206 | |
| 207 | ------------------------------------------------------------------- |
| 208 | |
| 209 | ==================================================== |
| 210 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 211 | |
| 212 | Permission to use, copy, modify, and distribute this |
| 213 | software is freely granted, provided that this notice |
| 214 | is preserved. |
| 215 | |
| 216 | ------------------------------------------------------------------- |
| 217 | |
| 218 | ==================================================== |
| 219 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 220 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 221 | |
| 222 | Permission to use, copy, modify, and distribute this |
| 223 | software is freely granted, provided that this notice |
| 224 | is preserved. |
| 225 | |
| 226 | ------------------------------------------------------------------- |
| 227 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 228 | Based on the UCB version with the ID appearing below. |
| 229 | This is ANSIish only when "multibyte character == plain character". |
| 230 | |
| 231 | Copyright (c) 1989, 1993 |
| 232 | The Regents of the University of California. All rights reserved. |
| 233 | |
| 234 | Redistribution and use in source and binary forms, with or without |
| 235 | modification, are permitted provided that the following conditions |
| 236 | are met: |
| 237 | 1. Redistributions of source code must retain the above copyright |
| 238 | notice, this list of conditions and the following disclaimer. |
| 239 | 2. Redistributions in binary form must reproduce the above copyright |
| 240 | notice, this list of conditions and the following disclaimer in the |
| 241 | documentation and/or other materials provided with the distribution. |
| 242 | 3. Neither the name of the University nor the names of its contributors |
| 243 | may be used to endorse or promote products derived from this software |
| 244 | without specific prior written permission. |
| 245 | |
| 246 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 247 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 248 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 249 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 250 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 251 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 252 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 253 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 254 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 255 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 256 | SUCH DAMAGE. |
| 257 | |
| 258 | ------------------------------------------------------------------- |
| 259 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 260 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 261 | All rights reserved. |
| 262 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 263 | Redistribution and use in source and binary forms, with or without |
| 264 | modification, are permitted provided that the following conditions |
| 265 | are met: |
| 266 | 1. Redistributions of source code must retain the above copyright |
| 267 | notice, this list of conditions and the following disclaimer. |
| 268 | 2. Redistributions in binary form must reproduce the above copyright |
| 269 | notice, this list of conditions and the following disclaimer in the |
| 270 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 271 | 3. Neither the name of the project nor the names of its contributors |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 272 | may be used to endorse or promote products derived from this software |
| 273 | without specific prior written permission. |
| 274 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 275 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 276 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 277 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 278 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 279 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 280 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 281 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 282 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 283 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 284 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 285 | SUCH DAMAGE. |
| 286 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 287 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 288 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 289 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 290 | Copyright (C) 1995-1999, 2001, 2003 Internet Software Consortium. |
| 291 | |
| 292 | Permission to use, copy, modify, and/or distribute this software for any |
| 293 | purpose with or without fee is hereby granted, provided that the above |
| 294 | copyright notice and this permission notice appear in all copies. |
| 295 | |
| 296 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 297 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 298 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 299 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 300 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 301 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 302 | PERFORMANCE OF THIS SOFTWARE. |
| 303 | |
| 304 | ------------------------------------------------------------------- |
| 305 | |
| 306 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 307 | Copyright (C) 1997-2001 Internet Software Consortium. |
| 308 | |
| 309 | Permission to use, copy, modify, and/or distribute this software for any |
| 310 | purpose with or without fee is hereby granted, provided that the above |
| 311 | copyright notice and this permission notice appear in all copies. |
| 312 | |
| 313 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 314 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 315 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 316 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 317 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 318 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 319 | PERFORMANCE OF THIS SOFTWARE. |
| 320 | |
| 321 | ------------------------------------------------------------------- |
| 322 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 323 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 324 | |
| 325 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 326 | you may not use this file except in compliance with the License. |
| 327 | You may obtain a copy of the License at |
| 328 | |
| 329 | http://www.apache.org/licenses/LICENSE-2.0 |
| 330 | |
| 331 | Unless required by applicable law or agreed to in writing, software |
| 332 | distributed under the License is distributed on an "AS IS" BASIS, |
| 333 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 334 | See the License for the specific language governing permissions and |
| 335 | limitations under the License. |
| 336 | |
| 337 | ------------------------------------------------------------------- |
| 338 | |
| 339 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 340 | All rights reserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 341 | |
| 342 | Redistribution and use in source and binary forms, with or without |
| 343 | modification, are permitted provided that the following conditions |
| 344 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 345 | * Redistributions of source code must retain the above copyright |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 346 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 347 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 348 | notice, this list of conditions and the following disclaimer in |
| 349 | the documentation and/or other materials provided with the |
| 350 | distribution. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 351 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 352 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 353 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 354 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 355 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 356 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 357 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 358 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 359 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 360 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 361 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 362 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 363 | SUCH DAMAGE. |
| 364 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 365 | ------------------------------------------------------------------- |
| 366 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 367 | Copyright (C) 2007 The Android Open Source Project |
| 368 | |
| 369 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 370 | you may not use this file except in compliance with the License. |
| 371 | You may obtain a copy of the License at |
| 372 | |
| 373 | http://www.apache.org/licenses/LICENSE-2.0 |
| 374 | |
| 375 | Unless required by applicable law or agreed to in writing, software |
| 376 | distributed under the License is distributed on an "AS IS" BASIS, |
| 377 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 378 | See the License for the specific language governing permissions and |
| 379 | limitations under the License. |
| 380 | |
| 381 | ------------------------------------------------------------------- |
| 382 | |
Dimitry Ivanov | bcc4da9 | 2017-02-15 15:31:13 -0800 | [diff] [blame] | 383 | Copyright (C) 2007 The Android Open Source Project |
| 384 | All rights reserved. |
| 385 | |
| 386 | Redistribution and use in source and binary forms, with or without |
| 387 | modification, are permitted provided that the following conditions |
| 388 | are met: |
| 389 | * Redistributions of source code must retain the above copyright |
| 390 | notice, this list of conditions and the following disclaimer. |
| 391 | * Redistributions in binary form must reproduce the above copyright |
| 392 | notice, this list of conditions and the following disclaimer in |
| 393 | the documentation and/or other materials provided with the |
| 394 | distribution. |
| 395 | |
| 396 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 397 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 398 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 399 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 400 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 401 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 402 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 403 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 404 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 405 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 406 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 407 | SUCH DAMAGE. |
| 408 | |
| 409 | ------------------------------------------------------------------- |
| 410 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 411 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 412 | |
| 413 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 414 | you may not use this file except in compliance with the License. |
| 415 | You may obtain a copy of the License at |
| 416 | |
| 417 | http://www.apache.org/licenses/LICENSE-2.0 |
| 418 | |
| 419 | Unless required by applicable law or agreed to in writing, software |
| 420 | distributed under the License is distributed on an "AS IS" BASIS, |
| 421 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 422 | See the License for the specific language governing permissions and |
| 423 | limitations under the License. |
| 424 | |
| 425 | ------------------------------------------------------------------- |
| 426 | |
| 427 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 428 | All rights reserved. |
| 429 | |
| 430 | Redistribution and use in source and binary forms, with or without |
| 431 | modification, are permitted provided that the following conditions |
| 432 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 433 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 434 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 435 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 436 | notice, this list of conditions and the following disclaimer in |
| 437 | the documentation and/or other materials provided with the |
| 438 | distribution. |
| 439 | |
| 440 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 441 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 442 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 443 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 444 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 445 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 446 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 447 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 448 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 449 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 450 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 451 | SUCH DAMAGE. |
| 452 | |
| 453 | ------------------------------------------------------------------- |
| 454 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 455 | Copyright (C) 2008 The Android Open Source Project |
| 456 | All rights reserved. |
| 457 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 458 | |
| 459 | Redistribution and use in source and binary forms, with or without |
| 460 | modification, are permitted provided that the following conditions |
| 461 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 462 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 463 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 464 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 465 | notice, this list of conditions and the following disclaimer in |
| 466 | the documentation and/or other materials provided with the |
| 467 | distribution. |
| 468 | |
| 469 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 470 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 471 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 472 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 473 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 474 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 475 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 476 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 477 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 478 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 479 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 480 | SUCH DAMAGE. |
| 481 | |
| 482 | ------------------------------------------------------------------- |
| 483 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 484 | Copyright (C) 2009 The Android Open Source Project |
| 485 | All rights reserved. |
| 486 | |
| 487 | Redistribution and use in source and binary forms, with or without |
| 488 | modification, are permitted provided that the following conditions |
| 489 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 490 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 491 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 492 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 493 | notice, this list of conditions and the following disclaimer in |
| 494 | the documentation and/or other materials provided with the |
| 495 | distribution. |
| 496 | |
| 497 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 498 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 499 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 500 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 501 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 502 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 503 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 504 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 505 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 506 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 507 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 508 | SUCH DAMAGE. |
| 509 | |
| 510 | ------------------------------------------------------------------- |
| 511 | |
| 512 | Copyright (C) 2010 The Android Open Source Project |
| 513 | |
| 514 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 515 | you may not use this file except in compliance with the License. |
| 516 | You may obtain a copy of the License at |
| 517 | |
| 518 | http://www.apache.org/licenses/LICENSE-2.0 |
| 519 | |
| 520 | Unless required by applicable law or agreed to in writing, software |
| 521 | distributed under the License is distributed on an "AS IS" BASIS, |
| 522 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 523 | See the License for the specific language governing permissions and |
| 524 | limitations under the License. |
| 525 | |
| 526 | ------------------------------------------------------------------- |
| 527 | |
| 528 | Copyright (C) 2010 The Android Open Source Project |
| 529 | All rights reserved. |
| 530 | |
| 531 | Redistribution and use in source and binary forms, with or without |
| 532 | modification, are permitted provided that the following conditions |
| 533 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 534 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 535 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 536 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 537 | notice, this list of conditions and the following disclaimer in |
| 538 | the documentation and/or other materials provided with the |
| 539 | distribution. |
| 540 | |
| 541 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 542 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 543 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 544 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 545 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 546 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 547 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 548 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 549 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 550 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 551 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 552 | SUCH DAMAGE. |
| 553 | |
| 554 | ------------------------------------------------------------------- |
| 555 | |
| 556 | Copyright (C) 2010 The Android Open Source Project |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 557 | All rights reserved. |
| 558 | |
| 559 | Redistribution and use in source and binary forms, with or without |
| 560 | modification, are permitted provided that the following conditions |
| 561 | are met: |
| 562 | 1. Redistributions of source code must retain the above copyright |
| 563 | notice, this list of conditions and the following disclaimer. |
| 564 | 2. Redistributions in binary form must reproduce the above copyright |
| 565 | notice, this list of conditions and the following disclaimer in the |
| 566 | documentation and/or other materials provided with the distribution. |
| 567 | |
| 568 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 569 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 570 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 571 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 572 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 573 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 574 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 575 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 576 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 577 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 578 | SUCH DAMAGE. |
| 579 | |
| 580 | ------------------------------------------------------------------- |
| 581 | |
| 582 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 583 | Copyright (c) 2008 ARM Ltd |
| 584 | All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 585 | |
| 586 | Redistribution and use in source and binary forms, with or without |
| 587 | modification, are permitted provided that the following conditions |
| 588 | are met: |
| 589 | 1. Redistributions of source code must retain the above copyright |
| 590 | notice, this list of conditions and the following disclaimer. |
| 591 | 2. Redistributions in binary form must reproduce the above copyright |
| 592 | notice, this list of conditions and the following disclaimer in the |
| 593 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 594 | 3. The name of the company may not be used to endorse or promote |
| 595 | products derived from this software without specific prior written |
| 596 | permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 597 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 598 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 599 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 600 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 601 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 602 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 603 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 604 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 605 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 606 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 607 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 608 | |
| 609 | Android adaptation and tweak by Jim Huang <jserv@0xlab.org>. |
| 610 | |
| 611 | ------------------------------------------------------------------- |
| 612 | |
| 613 | Copyright (C) 2011 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 614 | All rights reserved. |
| 615 | |
| 616 | Redistribution and use in source and binary forms, with or without |
| 617 | modification, are permitted provided that the following conditions |
| 618 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 619 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 620 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 621 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 622 | notice, this list of conditions and the following disclaimer in |
| 623 | the documentation and/or other materials provided with the |
| 624 | distribution. |
| 625 | |
| 626 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 627 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 628 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 629 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 630 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 631 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 632 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 633 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 634 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 635 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 636 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 637 | SUCH DAMAGE. |
| 638 | |
| 639 | ------------------------------------------------------------------- |
| 640 | |
| 641 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 642 | |
| 643 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 644 | you may not use this file except in compliance with the License. |
| 645 | You may obtain a copy of the License at |
| 646 | |
| 647 | http://www.apache.org/licenses/LICENSE-2.0 |
| 648 | |
| 649 | Unless required by applicable law or agreed to in writing, software |
| 650 | distributed under the License is distributed on an "AS IS" BASIS, |
| 651 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 652 | See the License for the specific language governing permissions and |
| 653 | limitations under the License. |
| 654 | |
| 655 | ------------------------------------------------------------------- |
| 656 | |
| 657 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 658 | All rights reserved. |
| 659 | |
| 660 | Redistribution and use in source and binary forms, with or without |
| 661 | modification, are permitted provided that the following conditions |
| 662 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 663 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 664 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 665 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 666 | notice, this list of conditions and the following disclaimer in |
| 667 | the documentation and/or other materials provided with the |
| 668 | distribution. |
| 669 | |
| 670 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 671 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 672 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 673 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 674 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 675 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 676 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 677 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 678 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 679 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 680 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 681 | SUCH DAMAGE. |
| 682 | |
| 683 | ------------------------------------------------------------------- |
| 684 | |
Elliott Hughes | 3a4c454 | 2017-07-19 17:20:24 -0700 | [diff] [blame] | 685 | Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org> |
| 686 | |
| 687 | Redistribution and use in source and binary forms, with or without |
| 688 | modification, are permitted provided that the following conditions |
| 689 | are met: |
| 690 | 1. Redistributions of source code must retain the above copyright |
| 691 | notice, this list of conditions and the following disclaimer. |
| 692 | 2. Redistributions in binary form must reproduce the above copyright |
| 693 | notice, this list of conditions and the following disclaimer in the |
| 694 | documentation and/or other materials provided with the distribution. |
| 695 | |
| 696 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 697 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 698 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 699 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 700 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 701 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 702 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 703 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 704 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 705 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 706 | SUCH DAMAGE. |
| 707 | |
| 708 | ------------------------------------------------------------------- |
| 709 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 710 | Copyright (C) 2013 The Android Open Source Project |
| 711 | |
| 712 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 713 | you may not use this file except in compliance with the License. |
| 714 | You may obtain a copy of the License at |
| 715 | |
| 716 | http://www.apache.org/licenses/LICENSE-2.0 |
| 717 | |
| 718 | Unless required by applicable law or agreed to in writing, software |
| 719 | distributed under the License is distributed on an "AS IS" BASIS, |
| 720 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 721 | See the License for the specific language governing permissions and |
| 722 | limitations under the License. |
| 723 | |
| 724 | ------------------------------------------------------------------- |
| 725 | |
| 726 | Copyright (C) 2013 The Android Open Source Project |
| 727 | All rights reserved. |
| 728 | |
| 729 | Redistribution and use in source and binary forms, with or without |
| 730 | modification, are permitted provided that the following conditions |
| 731 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 732 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 733 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 734 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 735 | notice, this list of conditions and the following disclaimer in |
| 736 | the documentation and/or other materials provided with the |
| 737 | distribution. |
| 738 | |
| 739 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 740 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 741 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 742 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 743 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 744 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 745 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 746 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 747 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 748 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 749 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 750 | SUCH DAMAGE. |
| 751 | |
| 752 | ------------------------------------------------------------------- |
| 753 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 754 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 755 | All rights reserved. |
| 756 | Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved. |
| 757 | |
| 758 | Redistribution and use in source and binary forms, with or without |
| 759 | modification, are permitted provided that the following conditions |
| 760 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 761 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 762 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 763 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 764 | notice, this list of conditions and the following disclaimer in |
| 765 | the documentation and/or other materials provided with the |
| 766 | distribution. |
| 767 | |
| 768 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 769 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 770 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 771 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 772 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 773 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 774 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 775 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 776 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 777 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 778 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 779 | SUCH DAMAGE. |
| 780 | |
| 781 | ------------------------------------------------------------------- |
| 782 | |
| 783 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 784 | Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. |
| 785 | All rights reserved. |
| 786 | |
| 787 | Redistribution and use in source and binary forms, with or without |
| 788 | modification, are permitted provided that the following conditions |
| 789 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 790 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 791 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 792 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 793 | notice, this list of conditions and the following disclaimer in |
| 794 | the documentation and/or other materials provided with the |
| 795 | distribution. |
| 796 | |
| 797 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 798 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 799 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 800 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 801 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 802 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 803 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 804 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 805 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 806 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 807 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 808 | SUCH DAMAGE. |
| 809 | |
| 810 | ------------------------------------------------------------------- |
| 811 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 812 | Copyright (C) 2014 The Android Open Source Project |
| 813 | |
| 814 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 815 | you may not use this file except in compliance with the License. |
| 816 | You may obtain a copy of the License at |
| 817 | |
| 818 | http://www.apache.org/licenses/LICENSE-2.0 |
| 819 | |
| 820 | Unless required by applicable law or agreed to in writing, software |
| 821 | distributed under the License is distributed on an "AS IS" BASIS, |
| 822 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 823 | See the License for the specific language governing permissions and |
| 824 | limitations under the License. |
| 825 | |
| 826 | ------------------------------------------------------------------- |
| 827 | |
| 828 | Copyright (C) 2014 The Android Open Source Project |
| 829 | All rights reserved. |
| 830 | |
| 831 | Redistribution and use in source and binary forms, with or without |
| 832 | modification, are permitted provided that the following conditions |
| 833 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 834 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 835 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 836 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 837 | notice, this list of conditions and the following disclaimer in |
| 838 | the documentation and/or other materials provided with the |
| 839 | distribution. |
| 840 | |
| 841 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 842 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 843 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 844 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 845 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 846 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 847 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 848 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 849 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 850 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 851 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 852 | SUCH DAMAGE. |
| 853 | |
| 854 | ------------------------------------------------------------------- |
| 855 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 856 | Copyright (C) 2014 The Android Open Source Project |
| 857 | All rights reserved. |
| 858 | |
| 859 | Redistribution and use in source and binary forms, with or without |
| 860 | modification, are permitted provided that the following conditions |
| 861 | are met: |
| 862 | 1. Redistributions of source code must retain the above copyright |
| 863 | notice, this list of conditions and the following disclaimer. |
| 864 | 2. Redistributions in binary form must reproduce the above copyright |
| 865 | notice, this list of conditions and the following disclaimer in the |
| 866 | documentation and/or other materials provided with the distribution. |
| 867 | |
| 868 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 869 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 870 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 871 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 872 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 873 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 874 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 875 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 876 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 877 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 878 | SUCH DAMAGE. |
| 879 | |
| 880 | ------------------------------------------------------------------- |
| 881 | |
| 882 | Copyright (C) 2015 The Android Open Source Project |
| 883 | |
| 884 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 885 | you may not use this file except in compliance with the License. |
| 886 | You may obtain a copy of the License at |
| 887 | |
| 888 | http://www.apache.org/licenses/LICENSE-2.0 |
| 889 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 890 | Unless required by applicable law or agreed to in writing, software |
| 891 | distributed under the License is distributed on an "AS IS" BASIS, |
| 892 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 893 | See the License for the specific language governing permissions and |
| 894 | limitations under the License. |
| 895 | |
| 896 | ------------------------------------------------------------------- |
| 897 | |
| 898 | Copyright (C) 2015 The Android Open Source Project |
| 899 | All rights reserved. |
| 900 | |
| 901 | Redistribution and use in source and binary forms, with or without |
| 902 | modification, are permitted provided that the following conditions |
| 903 | are met: |
| 904 | * Redistributions of source code must retain the above copyright |
| 905 | notice, this list of conditions and the following disclaimer. |
| 906 | * Redistributions in binary form must reproduce the above copyright |
| 907 | notice, this list of conditions and the following disclaimer in |
| 908 | the documentation and/or other materials provided with the |
| 909 | distribution. |
| 910 | |
| 911 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 912 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 913 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 914 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 915 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 916 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 917 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 918 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 919 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 920 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 921 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 922 | SUCH DAMAGE. |
| 923 | |
| 924 | ------------------------------------------------------------------- |
| 925 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 926 | Copyright (C) 2016 The Android Open Source Project |
| 927 | |
| 928 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 929 | you may not use this file except in compliance with the License. |
| 930 | You may obtain a copy of the License at |
| 931 | |
| 932 | http://www.apache.org/licenses/LICENSE-2.0 |
| 933 | |
| 934 | Unless required by applicable law or agreed to in writing, software |
| 935 | distributed under the License is distributed on an "AS IS" BASIS, |
| 936 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 937 | See the License for the specific language governing permissions and |
| 938 | limitations under the License. |
| 939 | |
| 940 | ------------------------------------------------------------------- |
| 941 | |
| 942 | Copyright (C) 2016 The Android Open Source Project |
| 943 | All rights reserved. |
| 944 | |
| 945 | Redistribution and use in source and binary forms, with or without |
| 946 | modification, are permitted provided that the following conditions |
| 947 | are met: |
| 948 | * Redistributions of source code must retain the above copyright |
| 949 | notice, this list of conditions and the following disclaimer. |
| 950 | * Redistributions in binary form must reproduce the above copyright |
| 951 | notice, this list of conditions and the following disclaimer in |
| 952 | the documentation and/or other materials provided with the |
| 953 | distribution. |
| 954 | |
| 955 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 956 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 957 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 958 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 959 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 960 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 961 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 962 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 963 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 964 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 965 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 966 | SUCH DAMAGE. |
| 967 | |
| 968 | ------------------------------------------------------------------- |
| 969 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 970 | Copyright (C) 2017 The Android Open Source Project |
Paul Lawrence | dfe8434 | 2017-02-16 09:24:39 -0800 | [diff] [blame] | 971 | |
| 972 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 973 | you may not use this file except in compliance with the License. |
| 974 | You may obtain a copy of the License at |
| 975 | |
| 976 | http://www.apache.org/licenses/LICENSE-2.0 |
| 977 | |
| 978 | Unless required by applicable law or agreed to in writing, software |
| 979 | distributed under the License is distributed on an "AS IS" BASIS, |
| 980 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 981 | See the License for the specific language governing permissions and |
| 982 | limitations under the License. |
| 983 | |
| 984 | ------------------------------------------------------------------- |
| 985 | |
| 986 | Copyright (C) 2017 The Android Open Source Project |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 987 | All rights reserved. |
| 988 | |
Jake Weinstein | 04d99df | 2016-08-25 20:03:25 -0400 | [diff] [blame] | 989 | Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. |
| 990 | |
| 991 | Redistribution and use in source and binary forms, with or without |
| 992 | modification, are permitted provided that the following conditions |
| 993 | are met: |
| 994 | * Redistributions of source code must retain the above copyright |
| 995 | notice, this list of conditions and the following disclaimer. |
| 996 | * Redistributions in binary form must reproduce the above copyright |
| 997 | notice, this list of conditions and the following disclaimer in |
| 998 | the documentation and/or other materials provided with the |
| 999 | distribution. |
| 1000 | |
| 1001 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1002 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1003 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1004 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1005 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1006 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1007 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1008 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1009 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1010 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1011 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1012 | SUCH DAMAGE. |
| 1013 | |
| 1014 | ------------------------------------------------------------------- |
| 1015 | |
| 1016 | Copyright (C) 2017 The Android Open Source Project |
| 1017 | All rights reserved. |
| 1018 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 1019 | Redistribution and use in source and binary forms, with or without |
| 1020 | modification, are permitted provided that the following conditions |
| 1021 | are met: |
| 1022 | * Redistributions of source code must retain the above copyright |
| 1023 | notice, this list of conditions and the following disclaimer. |
| 1024 | * Redistributions in binary form must reproduce the above copyright |
| 1025 | notice, this list of conditions and the following disclaimer in |
| 1026 | the documentation and/or other materials provided with the |
| 1027 | distribution. |
| 1028 | |
| 1029 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1030 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1031 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1032 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1033 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1034 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1035 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1036 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1037 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1038 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1039 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1040 | SUCH DAMAGE. |
| 1041 | |
| 1042 | ------------------------------------------------------------------- |
| 1043 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1044 | Copyright (c) 1980, 1983, 1988, 1993 |
| 1045 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1046 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1047 | Redistribution and use in source and binary forms, with or without |
| 1048 | modification, are permitted provided that the following conditions |
| 1049 | are met: |
| 1050 | 1. Redistributions of source code must retain the above copyright |
| 1051 | notice, this list of conditions and the following disclaimer. |
| 1052 | 2. Redistributions in binary form must reproduce the above copyright |
| 1053 | notice, this list of conditions and the following disclaimer in the |
| 1054 | documentation and/or other materials provided with the distribution. |
| 1055 | 3. All advertising materials mentioning features or use of this software |
| 1056 | must display the following acknowledgement: |
| 1057 | This product includes software developed by the University of |
| 1058 | California, Berkeley and its contributors. |
| 1059 | 4. Neither the name of the University nor the names of its contributors |
| 1060 | may be used to endorse or promote products derived from this software |
| 1061 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1062 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1063 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1064 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1065 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1066 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1067 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1068 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1069 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1070 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1071 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1072 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1073 | SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1074 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1075 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1076 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1077 | |
| 1078 | Permission to use, copy, modify, and distribute this software for any |
| 1079 | purpose with or without fee is hereby granted, provided that the above |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1080 | copyright notice and this permission notice appear in all copies, and that |
| 1081 | the name of Digital Equipment Corporation not be used in advertising or |
| 1082 | publicity pertaining to distribution of the document or software without |
| 1083 | specific, written prior permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1084 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1085 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1086 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1087 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1088 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1089 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1090 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1091 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1092 | SOFTWARE. |
| 1093 | |
| 1094 | ------------------------------------------------------------------- |
| 1095 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1096 | Copyright (c) 1982, 1986, 1993 |
| 1097 | The Regents of the University of California. All rights reserved. |
| 1098 | |
| 1099 | Redistribution and use in source and binary forms, with or without |
| 1100 | modification, are permitted provided that the following conditions |
| 1101 | are met: |
| 1102 | 1. Redistributions of source code must retain the above copyright |
| 1103 | notice, this list of conditions and the following disclaimer. |
| 1104 | 2. Redistributions in binary form must reproduce the above copyright |
| 1105 | notice, this list of conditions and the following disclaimer in the |
| 1106 | documentation and/or other materials provided with the distribution. |
| 1107 | 3. Neither the name of the University nor the names of its contributors |
| 1108 | may be used to endorse or promote products derived from this software |
| 1109 | without specific prior written permission. |
| 1110 | |
| 1111 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1112 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1113 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1114 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1115 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1116 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1117 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1118 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1119 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1120 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1121 | SUCH DAMAGE. |
| 1122 | |
| 1123 | ------------------------------------------------------------------- |
| 1124 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 1125 | Copyright (c) 1982, 1986, 1993 |
| 1126 | The Regents of the University of California. All rights reserved. |
| 1127 | (c) UNIX System Laboratories, Inc. |
| 1128 | All or some portions of this file are derived from material licensed |
| 1129 | to the University of California by American Telephone and Telegraph |
| 1130 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1131 | the permission of UNIX System Laboratories, Inc. |
| 1132 | |
| 1133 | Redistribution and use in source and binary forms, with or without |
| 1134 | modification, are permitted provided that the following conditions |
| 1135 | are met: |
| 1136 | 1. Redistributions of source code must retain the above copyright |
| 1137 | notice, this list of conditions and the following disclaimer. |
| 1138 | 2. Redistributions in binary form must reproduce the above copyright |
| 1139 | notice, this list of conditions and the following disclaimer in the |
| 1140 | documentation and/or other materials provided with the distribution. |
| 1141 | 3. Neither the name of the University nor the names of its contributors |
| 1142 | may be used to endorse or promote products derived from this software |
| 1143 | without specific prior written permission. |
| 1144 | |
| 1145 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1146 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1147 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1148 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1149 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1150 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1151 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1152 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1153 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1154 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1155 | SUCH DAMAGE. |
| 1156 | |
| 1157 | ------------------------------------------------------------------- |
| 1158 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1159 | Copyright (c) 1983, 1987, 1989 |
| 1160 | The Regents of the University of California. All rights reserved. |
| 1161 | |
| 1162 | Redistribution and use in source and binary forms, with or without |
| 1163 | modification, are permitted provided that the following conditions |
| 1164 | are met: |
| 1165 | 1. Redistributions of source code must retain the above copyright |
| 1166 | notice, this list of conditions and the following disclaimer. |
| 1167 | 2. Redistributions in binary form must reproduce the above copyright |
| 1168 | notice, this list of conditions and the following disclaimer in the |
| 1169 | documentation and/or other materials provided with the distribution. |
| 1170 | 3. Neither the name of the University nor the names of its contributors |
| 1171 | may be used to endorse or promote products derived from this software |
| 1172 | without specific prior written permission. |
| 1173 | |
| 1174 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1175 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1176 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1177 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1178 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1179 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1180 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1181 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1182 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1183 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1184 | SUCH DAMAGE. |
| 1185 | |
| 1186 | ------------------------------------------------------------------- |
| 1187 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1188 | Copyright (c) 1983, 1989 |
| 1189 | The Regents of the University of California. All rights reserved. |
| 1190 | |
| 1191 | Redistribution and use in source and binary forms, with or without |
| 1192 | modification, are permitted provided that the following conditions |
| 1193 | are met: |
| 1194 | 1. Redistributions of source code must retain the above copyright |
| 1195 | notice, this list of conditions and the following disclaimer. |
| 1196 | 2. Redistributions in binary form must reproduce the above copyright |
| 1197 | notice, this list of conditions and the following disclaimer in the |
| 1198 | documentation and/or other materials provided with the distribution. |
| 1199 | 3. All advertising materials mentioning features or use of this software |
| 1200 | must display the following acknowledgement: |
| 1201 | This product includes software developed by the University of |
| 1202 | California, Berkeley and its contributors. |
| 1203 | 4. Neither the name of the University nor the names of its contributors |
| 1204 | may be used to endorse or promote products derived from this software |
| 1205 | without specific prior written permission. |
| 1206 | |
| 1207 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1208 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1209 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1210 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1211 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1212 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1213 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1214 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1215 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1216 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1217 | SUCH DAMAGE. |
| 1218 | |
| 1219 | ------------------------------------------------------------------- |
| 1220 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1221 | Copyright (c) 1983, 1989, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1222 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1223 | |
| 1224 | Redistribution and use in source and binary forms, with or without |
| 1225 | modification, are permitted provided that the following conditions |
| 1226 | are met: |
| 1227 | 1. Redistributions of source code must retain the above copyright |
| 1228 | notice, this list of conditions and the following disclaimer. |
| 1229 | 2. Redistributions in binary form must reproduce the above copyright |
| 1230 | notice, this list of conditions and the following disclaimer in the |
| 1231 | documentation and/or other materials provided with the distribution. |
| 1232 | 3. Neither the name of the University nor the names of its contributors |
| 1233 | may be used to endorse or promote products derived from this software |
| 1234 | without specific prior written permission. |
| 1235 | |
| 1236 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1237 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1238 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1239 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1240 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1241 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1242 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1243 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1244 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1245 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1246 | SUCH DAMAGE. |
| 1247 | |
| 1248 | ------------------------------------------------------------------- |
| 1249 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1250 | Copyright (c) 1983, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1251 | The Regents of the University of California. All rights reserved. |
| 1252 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1253 | Redistribution and use in source and binary forms, with or without |
| 1254 | modification, are permitted provided that the following conditions |
| 1255 | are met: |
| 1256 | 1. Redistributions of source code must retain the above copyright |
| 1257 | notice, this list of conditions and the following disclaimer. |
| 1258 | 2. Redistributions in binary form must reproduce the above copyright |
| 1259 | notice, this list of conditions and the following disclaimer in the |
| 1260 | documentation and/or other materials provided with the distribution. |
| 1261 | 3. Neither the name of the University nor the names of its contributors |
| 1262 | may be used to endorse or promote products derived from this software |
| 1263 | without specific prior written permission. |
| 1264 | |
| 1265 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1266 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1267 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1268 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1269 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1270 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1271 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1272 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1273 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1274 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1275 | SUCH DAMAGE. |
| 1276 | |
| 1277 | ------------------------------------------------------------------- |
| 1278 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1279 | Copyright (c) 1985 |
| 1280 | The Regents of the University of California. All rights reserved. |
| 1281 | |
| 1282 | Redistribution and use in source and binary forms, with or without |
| 1283 | modification, are permitted provided that the following conditions |
| 1284 | are met: |
| 1285 | 1. Redistributions of source code must retain the above copyright |
| 1286 | notice, this list of conditions and the following disclaimer. |
| 1287 | 2. Redistributions in binary form must reproduce the above copyright |
| 1288 | notice, this list of conditions and the following disclaimer in the |
| 1289 | documentation and/or other materials provided with the distribution. |
| 1290 | 3. All advertising materials mentioning features or use of this software |
| 1291 | must display the following acknowledgement: |
| 1292 | This product includes software developed by the University of |
| 1293 | California, Berkeley and its contributors. |
| 1294 | 4. Neither the name of the University nor the names of its contributors |
| 1295 | may be used to endorse or promote products derived from this software |
| 1296 | without specific prior written permission. |
| 1297 | |
| 1298 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1299 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1300 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1301 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1302 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1303 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1304 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1305 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1306 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1307 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1308 | SUCH DAMAGE. |
| 1309 | |
| 1310 | ------------------------------------------------------------------- |
| 1311 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1312 | Copyright (c) 1985 Regents of the University of California. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1313 | All rights reserved. |
| 1314 | |
| 1315 | Redistribution and use in source and binary forms, with or without |
| 1316 | modification, are permitted provided that the following conditions |
| 1317 | are met: |
| 1318 | 1. Redistributions of source code must retain the above copyright |
| 1319 | notice, this list of conditions and the following disclaimer. |
| 1320 | 2. Redistributions in binary form must reproduce the above copyright |
| 1321 | notice, this list of conditions and the following disclaimer in the |
| 1322 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1323 | 3. Neither the name of the University nor the names of its contributors |
| 1324 | may be used to endorse or promote products derived from this software |
| 1325 | without specific prior written permission. |
| 1326 | |
| 1327 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1328 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1329 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1330 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1331 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1332 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1333 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1334 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1335 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1336 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1337 | SUCH DAMAGE. |
| 1338 | |
| 1339 | ------------------------------------------------------------------- |
| 1340 | |
| 1341 | Copyright (c) 1985, 1988, 1993 |
| 1342 | The Regents of the University of California. All rights reserved. |
| 1343 | |
| 1344 | Redistribution and use in source and binary forms, with or without |
| 1345 | modification, are permitted provided that the following conditions |
| 1346 | are met: |
| 1347 | 1. Redistributions of source code must retain the above copyright |
| 1348 | notice, this list of conditions and the following disclaimer. |
| 1349 | 2. Redistributions in binary form must reproduce the above copyright |
| 1350 | notice, this list of conditions and the following disclaimer in the |
| 1351 | documentation and/or other materials provided with the distribution. |
| 1352 | 3. Neither the name of the University nor the names of its contributors |
| 1353 | may be used to endorse or promote products derived from this software |
| 1354 | without specific prior written permission. |
| 1355 | |
| 1356 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1357 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1358 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1359 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1360 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1361 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1362 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1363 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1364 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1365 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1366 | SUCH DAMAGE. |
| 1367 | |
| 1368 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 1369 | |
| 1370 | Permission to use, copy, modify, and distribute this software for any |
| 1371 | purpose with or without fee is hereby granted, provided that the above |
| 1372 | copyright notice and this permission notice appear in all copies, and that |
| 1373 | the name of Digital Equipment Corporation not be used in advertising or |
| 1374 | publicity pertaining to distribution of the document or software without |
| 1375 | specific, written prior permission. |
| 1376 | |
| 1377 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1378 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1379 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1380 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1381 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1382 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1383 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1384 | SOFTWARE. |
| 1385 | |
| 1386 | ------------------------------------------------------------------- |
| 1387 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1388 | Copyright (c) 1985, 1989, 1993 |
| 1389 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1390 | |
| 1391 | Redistribution and use in source and binary forms, with or without |
| 1392 | modification, are permitted provided that the following conditions |
| 1393 | are met: |
| 1394 | 1. Redistributions of source code must retain the above copyright |
| 1395 | notice, this list of conditions and the following disclaimer. |
| 1396 | 2. Redistributions in binary form must reproduce the above copyright |
| 1397 | notice, this list of conditions and the following disclaimer in the |
| 1398 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1399 | 3. All advertising materials mentioning features or use of this software |
| 1400 | must display the following acknowledgement: |
| 1401 | This product includes software developed by the University of |
| 1402 | California, Berkeley and its contributors. |
| 1403 | 4. Neither the name of the University nor the names of its contributors |
| 1404 | may be used to endorse or promote products derived from this software |
| 1405 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1406 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1407 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1408 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1409 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1410 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1411 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1412 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1413 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1414 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1415 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1416 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1417 | SUCH DAMAGE. |
| 1418 | |
| 1419 | ------------------------------------------------------------------- |
| 1420 | |
| 1421 | Copyright (c) 1985, 1993 |
| 1422 | The Regents of the University of California. All rights reserved. |
| 1423 | |
| 1424 | Redistribution and use in source and binary forms, with or without |
| 1425 | modification, are permitted provided that the following conditions |
| 1426 | are met: |
| 1427 | 1. Redistributions of source code must retain the above copyright |
| 1428 | notice, this list of conditions and the following disclaimer. |
| 1429 | 2. Redistributions in binary form must reproduce the above copyright |
| 1430 | notice, this list of conditions and the following disclaimer in the |
| 1431 | documentation and/or other materials provided with the distribution. |
| 1432 | 3. All advertising materials mentioning features or use of this software |
| 1433 | must display the following acknowledgement: |
| 1434 | This product includes software developed by the University of |
| 1435 | California, Berkeley and its contributors. |
| 1436 | 4. Neither the name of the University nor the names of its contributors |
| 1437 | may be used to endorse or promote products derived from this software |
| 1438 | without specific prior written permission. |
| 1439 | |
| 1440 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1441 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1442 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1443 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1444 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1445 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1446 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1447 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1448 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1449 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1450 | SUCH DAMAGE. |
| 1451 | |
| 1452 | ------------------------------------------------------------------- |
| 1453 | |
| 1454 | Copyright (c) 1985, 1993 |
| 1455 | The Regents of the University of California. All rights reserved. |
| 1456 | |
| 1457 | Redistribution and use in source and binary forms, with or without |
| 1458 | modification, are permitted provided that the following conditions |
| 1459 | are met: |
| 1460 | 1. Redistributions of source code must retain the above copyright |
| 1461 | notice, this list of conditions and the following disclaimer. |
| 1462 | 2. Redistributions in binary form must reproduce the above copyright |
| 1463 | notice, this list of conditions and the following disclaimer in the |
| 1464 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1465 | 3. All advertising materials mentioning features or use of this software |
| 1466 | must display the following acknowledgement: |
| 1467 | This product includes software developed by the University of |
| 1468 | California, Berkeley and its contributors. |
| 1469 | 4. Neither the name of the University nor the names of its contributors |
| 1470 | may be used to endorse or promote products derived from this software |
| 1471 | without specific prior written permission. |
| 1472 | |
| 1473 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1474 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1475 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1476 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1477 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1478 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1479 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1480 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1481 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1482 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1483 | SUCH DAMAGE. |
| 1484 | |
| 1485 | ------------------------------------------------------------------- |
| 1486 | |
| 1487 | Copyright (c) 1985, 1993 |
| 1488 | The Regents of the University of California. All rights reserved. |
| 1489 | |
| 1490 | Redistribution and use in source and binary forms, with or without |
| 1491 | modification, are permitted provided that the following conditions |
| 1492 | are met: |
| 1493 | 1. Redistributions of source code must retain the above copyright |
| 1494 | notice, this list of conditions and the following disclaimer. |
| 1495 | 2. Redistributions in binary form must reproduce the above copyright |
| 1496 | notice, this list of conditions and the following disclaimer in the |
| 1497 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1498 | 3. Neither the name of the University nor the names of its contributors |
| 1499 | may be used to endorse or promote products derived from this software |
| 1500 | without specific prior written permission. |
| 1501 | |
| 1502 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1503 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1504 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1505 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1506 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1507 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1508 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1509 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1510 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1511 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1512 | SUCH DAMAGE. |
| 1513 | |
| 1514 | ------------------------------------------------------------------- |
| 1515 | |
| 1516 | Copyright (c) 1987 Regents of the University of California. |
| 1517 | All rights reserved. |
| 1518 | |
| 1519 | Redistribution and use in source and binary forms, with or without |
| 1520 | modification, are permitted provided that the following conditions |
| 1521 | are met: |
| 1522 | 1. Redistributions of source code must retain the above copyright |
| 1523 | notice, this list of conditions and the following disclaimer. |
| 1524 | 2. Redistributions in binary form must reproduce the above copyright |
| 1525 | notice, this list of conditions and the following disclaimer in the |
| 1526 | documentation and/or other materials provided with the distribution. |
| 1527 | 3. Neither the name of the University nor the names of its contributors |
| 1528 | may be used to endorse or promote products derived from this software |
| 1529 | without specific prior written permission. |
| 1530 | |
| 1531 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1532 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1533 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1534 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1535 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1536 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1537 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1538 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1539 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1540 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1541 | SUCH DAMAGE. |
| 1542 | |
| 1543 | ------------------------------------------------------------------- |
| 1544 | |
| 1545 | Copyright (c) 1987, 1993 |
| 1546 | The Regents of the University of California. All rights reserved. |
| 1547 | |
| 1548 | Redistribution and use in source and binary forms, with or without |
| 1549 | modification, are permitted provided that the following conditions |
| 1550 | are met: |
| 1551 | 1. Redistributions of source code must retain the above copyright |
| 1552 | notice, this list of conditions and the following disclaimer. |
| 1553 | 2. Redistributions in binary form must reproduce the above copyright |
| 1554 | notice, this list of conditions and the following disclaimer in the |
| 1555 | documentation and/or other materials provided with the distribution. |
| 1556 | 3. All advertising materials mentioning features or use of this software |
| 1557 | must display the following acknowledgement: |
| 1558 | This product includes software developed by the University of |
| 1559 | California, Berkeley and its contributors. |
| 1560 | 4. Neither the name of the University nor the names of its contributors |
| 1561 | may be used to endorse or promote products derived from this software |
| 1562 | without specific prior written permission. |
| 1563 | |
| 1564 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1565 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1566 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1567 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1568 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1569 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1570 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1571 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1572 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1573 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1574 | SUCH DAMAGE. |
| 1575 | |
| 1576 | ------------------------------------------------------------------- |
| 1577 | |
| 1578 | Copyright (c) 1987, 1993 |
| 1579 | The Regents of the University of California. All rights reserved. |
| 1580 | |
| 1581 | Redistribution and use in source and binary forms, with or without |
| 1582 | modification, are permitted provided that the following conditions |
| 1583 | are met: |
| 1584 | 1. Redistributions of source code must retain the above copyright |
| 1585 | notice, this list of conditions and the following disclaimer. |
| 1586 | 2. Redistributions in binary form must reproduce the above copyright |
| 1587 | notice, this list of conditions and the following disclaimer in the |
| 1588 | documentation and/or other materials provided with the distribution. |
| 1589 | 3. Neither the name of the University nor the names of its contributors |
| 1590 | may be used to endorse or promote products derived from this software |
| 1591 | without specific prior written permission. |
| 1592 | |
| 1593 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1594 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1595 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1596 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1597 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1598 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1599 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1600 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1601 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1602 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1603 | SUCH DAMAGE. |
| 1604 | |
| 1605 | ------------------------------------------------------------------- |
| 1606 | |
| 1607 | Copyright (c) 1988 Regents of the University of California. |
| 1608 | All rights reserved. |
| 1609 | |
| 1610 | Redistribution and use in source and binary forms, with or without |
| 1611 | modification, are permitted provided that the following conditions |
| 1612 | are met: |
| 1613 | 1. Redistributions of source code must retain the above copyright |
| 1614 | notice, this list of conditions and the following disclaimer. |
| 1615 | 2. Redistributions in binary form must reproduce the above copyright |
| 1616 | notice, this list of conditions and the following disclaimer in the |
| 1617 | documentation and/or other materials provided with the distribution. |
| 1618 | 3. Neither the name of the University nor the names of its contributors |
| 1619 | may be used to endorse or promote products derived from this software |
| 1620 | without specific prior written permission. |
| 1621 | |
| 1622 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1623 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1624 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1625 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1626 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1627 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1628 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1629 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1630 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1631 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1632 | SUCH DAMAGE. |
| 1633 | |
| 1634 | ------------------------------------------------------------------- |
| 1635 | |
| 1636 | Copyright (c) 1988 The Regents of the University of California. |
| 1637 | All rights reserved. |
| 1638 | |
| 1639 | Redistribution and use in source and binary forms, with or without |
| 1640 | modification, are permitted provided that the following conditions |
| 1641 | are met: |
| 1642 | 1. Redistributions of source code must retain the above copyright |
| 1643 | notice, this list of conditions and the following disclaimer. |
| 1644 | 2. Redistributions in binary form must reproduce the above copyright |
| 1645 | notice, this list of conditions and the following disclaimer in the |
| 1646 | documentation and/or other materials provided with the distribution. |
| 1647 | 3. Neither the name of the University nor the names of its contributors |
| 1648 | may be used to endorse or promote products derived from this software |
| 1649 | without specific prior written permission. |
| 1650 | |
| 1651 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1652 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1653 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1654 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1655 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1656 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1657 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1658 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1659 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1660 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1661 | SUCH DAMAGE. |
| 1662 | |
| 1663 | ------------------------------------------------------------------- |
| 1664 | |
| 1665 | Copyright (c) 1988, 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1666 | The Regents of the University of California. All rights reserved. |
| 1667 | |
| 1668 | Redistribution and use in source and binary forms, with or without |
| 1669 | modification, are permitted provided that the following conditions |
| 1670 | are met: |
| 1671 | 1. Redistributions of source code must retain the above copyright |
| 1672 | notice, this list of conditions and the following disclaimer. |
| 1673 | 2. Redistributions in binary form must reproduce the above copyright |
| 1674 | notice, this list of conditions and the following disclaimer in the |
| 1675 | documentation and/or other materials provided with the distribution. |
| 1676 | 3. All advertising materials mentioning features or use of this software |
| 1677 | must display the following acknowledgement: |
| 1678 | This product includes software developed by the University of |
| 1679 | California, Berkeley and its contributors. |
| 1680 | 4. Neither the name of the University nor the names of its contributors |
| 1681 | may be used to endorse or promote products derived from this software |
| 1682 | without specific prior written permission. |
| 1683 | |
| 1684 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1685 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1686 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1687 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1688 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1689 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1690 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1691 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1692 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1693 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1694 | SUCH DAMAGE. |
| 1695 | |
| 1696 | ------------------------------------------------------------------- |
| 1697 | |
| 1698 | Copyright (c) 1988, 1993 |
| 1699 | The Regents of the University of California. All rights reserved. |
| 1700 | |
| 1701 | Redistribution and use in source and binary forms, with or without |
| 1702 | modification, are permitted provided that the following conditions |
| 1703 | are met: |
| 1704 | 1. Redistributions of source code must retain the above copyright |
| 1705 | notice, this list of conditions and the following disclaimer. |
| 1706 | 2. Redistributions in binary form must reproduce the above copyright |
| 1707 | notice, this list of conditions and the following disclaimer in the |
| 1708 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1709 | 3. All advertising materials mentioning features or use of this software |
| 1710 | must display the following acknowledgement: |
| 1711 | This product includes software developed by the University of |
| 1712 | California, Berkeley and its contributors. |
| 1713 | 4. Neither the name of the University nor the names of its contributors |
| 1714 | may be used to endorse or promote products derived from this software |
| 1715 | without specific prior written permission. |
| 1716 | |
| 1717 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1718 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1719 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1720 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1721 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1722 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1723 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1724 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1725 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1726 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1727 | SUCH DAMAGE. |
| 1728 | |
| 1729 | ------------------------------------------------------------------- |
| 1730 | |
| 1731 | Copyright (c) 1988, 1993 |
| 1732 | The Regents of the University of California. All rights reserved. |
| 1733 | |
| 1734 | Redistribution and use in source and binary forms, with or without |
| 1735 | modification, are permitted provided that the following conditions |
| 1736 | are met: |
| 1737 | 1. Redistributions of source code must retain the above copyright |
| 1738 | notice, this list of conditions and the following disclaimer. |
| 1739 | 2. Redistributions in binary form must reproduce the above copyright |
| 1740 | notice, this list of conditions and the following disclaimer in the |
| 1741 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1742 | 3. Neither the name of the University nor the names of its contributors |
| 1743 | may be used to endorse or promote products derived from this software |
| 1744 | without specific prior written permission. |
| 1745 | |
| 1746 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1747 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1748 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1749 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1750 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1751 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1752 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1753 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1754 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1755 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1756 | SUCH DAMAGE. |
| 1757 | |
| 1758 | ------------------------------------------------------------------- |
| 1759 | |
| 1760 | Copyright (c) 1988, 1993 |
| 1761 | The Regents of the University of California. All rights reserved. |
| 1762 | |
| 1763 | This code is derived from software written by Ken Arnold and |
| 1764 | published in UNIX Review, Vol. 6, No. 8. |
| 1765 | |
| 1766 | Redistribution and use in source and binary forms, with or without |
| 1767 | modification, are permitted provided that the following conditions |
| 1768 | are met: |
| 1769 | 1. Redistributions of source code must retain the above copyright |
| 1770 | notice, this list of conditions and the following disclaimer. |
| 1771 | 2. Redistributions in binary form must reproduce the above copyright |
| 1772 | notice, this list of conditions and the following disclaimer in the |
| 1773 | documentation and/or other materials provided with the distribution. |
| 1774 | 3. Neither the name of the University nor the names of its contributors |
| 1775 | may be used to endorse or promote products derived from this software |
| 1776 | without specific prior written permission. |
| 1777 | |
| 1778 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1779 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1780 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1781 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1782 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1783 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1784 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1785 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1786 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1787 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1788 | SUCH DAMAGE. |
| 1789 | |
| 1790 | ------------------------------------------------------------------- |
| 1791 | |
| 1792 | Copyright (c) 1989 The Regents of the University of California. |
| 1793 | All rights reserved. |
| 1794 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1795 | Redistribution and use in source and binary forms, with or without |
| 1796 | modification, are permitted provided that the following conditions |
| 1797 | are met: |
| 1798 | 1. Redistributions of source code must retain the above copyright |
| 1799 | notice, this list of conditions and the following disclaimer. |
| 1800 | 2. Redistributions in binary form must reproduce the above copyright |
| 1801 | notice, this list of conditions and the following disclaimer in the |
| 1802 | documentation and/or other materials provided with the distribution. |
| 1803 | 3. Neither the name of the University nor the names of its contributors |
| 1804 | may be used to endorse or promote products derived from this software |
| 1805 | without specific prior written permission. |
| 1806 | |
| 1807 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1808 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1809 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1810 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1811 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1812 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1813 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1814 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1815 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1816 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1817 | SUCH DAMAGE. |
| 1818 | |
| 1819 | ------------------------------------------------------------------- |
| 1820 | |
| 1821 | Copyright (c) 1989 The Regents of the University of California. |
| 1822 | All rights reserved. |
| 1823 | (c) UNIX System Laboratories, Inc. |
| 1824 | All or some portions of this file are derived from material licensed |
| 1825 | to the University of California by American Telephone and Telegraph |
| 1826 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1827 | the permission of UNIX System Laboratories, Inc. |
| 1828 | |
| 1829 | Redistribution and use in source and binary forms, with or without |
| 1830 | modification, are permitted provided that the following conditions |
| 1831 | are met: |
| 1832 | 1. Redistributions of source code must retain the above copyright |
| 1833 | notice, this list of conditions and the following disclaimer. |
| 1834 | 2. Redistributions in binary form must reproduce the above copyright |
| 1835 | notice, this list of conditions and the following disclaimer in the |
| 1836 | documentation and/or other materials provided with the distribution. |
| 1837 | 3. Neither the name of the University nor the names of its contributors |
| 1838 | may be used to endorse or promote products derived from this software |
| 1839 | without specific prior written permission. |
| 1840 | |
| 1841 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1842 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1843 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1844 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1845 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1846 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1847 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1848 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1849 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1850 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1851 | SUCH DAMAGE. |
| 1852 | |
| 1853 | ------------------------------------------------------------------- |
| 1854 | |
| 1855 | Copyright (c) 1989, 1993 |
| 1856 | The Regents of the University of California. All rights reserved. |
| 1857 | |
| 1858 | Redistribution and use in source and binary forms, with or without |
| 1859 | modification, are permitted provided that the following conditions |
| 1860 | are met: |
| 1861 | 1. Redistributions of source code must retain the above copyright |
| 1862 | notice, this list of conditions and the following disclaimer. |
| 1863 | 2. Redistributions in binary form must reproduce the above copyright |
| 1864 | notice, this list of conditions and the following disclaimer in the |
| 1865 | documentation and/or other materials provided with the distribution. |
| 1866 | 3. Neither the name of the University nor the names of its contributors |
| 1867 | may be used to endorse or promote products derived from this software |
| 1868 | without specific prior written permission. |
| 1869 | |
| 1870 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1871 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1872 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1873 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1874 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1875 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1876 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1877 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1878 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1879 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1880 | SUCH DAMAGE. |
| 1881 | |
| 1882 | ------------------------------------------------------------------- |
| 1883 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1884 | Copyright (c) 1989, 1993 |
| 1885 | The Regents of the University of California. All rights reserved. |
| 1886 | |
| 1887 | Redistribution and use in source and binary forms, with or without |
| 1888 | modification, are permitted provided that the following conditions |
| 1889 | are met: |
| 1890 | 1. Redistributions of source code must retain the above copyright |
| 1891 | notice, this list of conditions and the following disclaimer. |
| 1892 | 2. Redistributions in binary form must reproduce the above copyright |
| 1893 | notice, this list of conditions and the following disclaimer in the |
| 1894 | documentation and/or other materials provided with the distribution. |
| 1895 | 4. Neither the name of the University nor the names of its contributors |
| 1896 | may be used to endorse or promote products derived from this software |
| 1897 | without specific prior written permission. |
| 1898 | |
| 1899 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1900 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1901 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1902 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1903 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1904 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1905 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1906 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1907 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1908 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1909 | SUCH DAMAGE. |
| 1910 | |
| 1911 | ------------------------------------------------------------------- |
| 1912 | |
| 1913 | Copyright (c) 1989, 1993 |
| 1914 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1915 | |
| 1916 | This code is derived from software contributed to Berkeley by |
| 1917 | Roger L. Snyder. |
| 1918 | |
| 1919 | Redistribution and use in source and binary forms, with or without |
| 1920 | modification, are permitted provided that the following conditions |
| 1921 | are met: |
| 1922 | 1. Redistributions of source code must retain the above copyright |
| 1923 | notice, this list of conditions and the following disclaimer. |
| 1924 | 2. Redistributions in binary form must reproduce the above copyright |
| 1925 | notice, this list of conditions and the following disclaimer in the |
| 1926 | documentation and/or other materials provided with the distribution. |
| 1927 | 3. Neither the name of the University nor the names of its contributors |
| 1928 | may be used to endorse or promote products derived from this software |
| 1929 | without specific prior written permission. |
| 1930 | |
| 1931 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1932 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1933 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1934 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1935 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1936 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1937 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1938 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1939 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1940 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1941 | SUCH DAMAGE. |
| 1942 | |
| 1943 | ------------------------------------------------------------------- |
| 1944 | |
| 1945 | Copyright (c) 1989, 1993 |
| 1946 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1947 | (c) UNIX System Laboratories, Inc. |
| 1948 | All or some portions of this file are derived from material licensed |
| 1949 | to the University of California by American Telephone and Telegraph |
| 1950 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1951 | the permission of UNIX System Laboratories, Inc. |
| 1952 | |
| 1953 | Redistribution and use in source and binary forms, with or without |
| 1954 | modification, are permitted provided that the following conditions |
| 1955 | are met: |
| 1956 | 1. Redistributions of source code must retain the above copyright |
| 1957 | notice, this list of conditions and the following disclaimer. |
| 1958 | 2. Redistributions in binary form must reproduce the above copyright |
| 1959 | notice, this list of conditions and the following disclaimer in the |
| 1960 | documentation and/or other materials provided with the distribution. |
| 1961 | 3. Neither the name of the University nor the names of its contributors |
| 1962 | may be used to endorse or promote products derived from this software |
| 1963 | without specific prior written permission. |
| 1964 | |
| 1965 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1966 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1967 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1968 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1969 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1970 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1971 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1972 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1973 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1974 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1975 | SUCH DAMAGE. |
| 1976 | |
| 1977 | ------------------------------------------------------------------- |
| 1978 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 1979 | Copyright (c) 1990 Regents of the University of California. |
| 1980 | All rights reserved. |
| 1981 | |
| 1982 | This code is derived from software contributed to Berkeley by |
| 1983 | Chris Torek. |
| 1984 | |
| 1985 | Redistribution and use in source and binary forms, with or without |
| 1986 | modification, are permitted provided that the following conditions |
| 1987 | are met: |
| 1988 | 1. Redistributions of source code must retain the above copyright |
| 1989 | notice, this list of conditions and the following disclaimer. |
| 1990 | 2. Redistributions in binary form must reproduce the above copyright |
| 1991 | notice, this list of conditions and the following disclaimer in the |
| 1992 | documentation and/or other materials provided with the distribution. |
| 1993 | 3. Neither the name of the University nor the names of its contributors |
| 1994 | may be used to endorse or promote products derived from this software |
| 1995 | without specific prior written permission. |
| 1996 | |
| 1997 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1998 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1999 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2000 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2001 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2002 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2003 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2004 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2005 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2006 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2007 | SUCH DAMAGE. |
| 2008 | |
| 2009 | ------------------------------------------------------------------- |
| 2010 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2011 | Copyright (c) 1990 The Regents of the University of California. |
| 2012 | All rights reserved. |
| 2013 | |
| 2014 | Redistribution and use in source and binary forms, with or without |
| 2015 | modification, are permitted provided that the following conditions |
| 2016 | are met: |
| 2017 | 1. Redistributions of source code must retain the above copyright |
| 2018 | notice, this list of conditions and the following disclaimer. |
| 2019 | 2. Redistributions in binary form must reproduce the above copyright |
| 2020 | notice, this list of conditions and the following disclaimer in the |
| 2021 | documentation and/or other materials provided with the distribution. |
| 2022 | 3. Neither the name of the University nor the names of its contributors |
| 2023 | may be used to endorse or promote products derived from this software |
| 2024 | without specific prior written permission. |
| 2025 | |
| 2026 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2027 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2028 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2029 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2030 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2031 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2032 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2033 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2034 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2035 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2036 | SUCH DAMAGE. |
| 2037 | |
| 2038 | ------------------------------------------------------------------- |
| 2039 | |
| 2040 | Copyright (c) 1990 The Regents of the University of California. |
| 2041 | All rights reserved. |
| 2042 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2043 | This code is derived from software contributed to Berkeley by |
| 2044 | Chris Torek. |
| 2045 | |
| 2046 | Redistribution and use in source and binary forms, with or without |
| 2047 | modification, are permitted provided that the following conditions |
| 2048 | are met: |
| 2049 | 1. Redistributions of source code must retain the above copyright |
| 2050 | notice, this list of conditions and the following disclaimer. |
| 2051 | 2. Redistributions in binary form must reproduce the above copyright |
| 2052 | notice, this list of conditions and the following disclaimer in the |
| 2053 | documentation and/or other materials provided with the distribution. |
| 2054 | 3. Neither the name of the University nor the names of its contributors |
| 2055 | may be used to endorse or promote products derived from this software |
| 2056 | without specific prior written permission. |
| 2057 | |
| 2058 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2059 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2060 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2061 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2062 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2063 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2064 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2065 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2066 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2067 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2068 | SUCH DAMAGE. |
| 2069 | |
| 2070 | ------------------------------------------------------------------- |
| 2071 | |
| 2072 | Copyright (c) 1990 The Regents of the University of California. |
| 2073 | All rights reserved. |
| 2074 | |
| 2075 | This code is derived from software contributed to Berkeley by |
| 2076 | William Jolitz. |
| 2077 | |
| 2078 | Redistribution and use in source and binary forms, with or without |
| 2079 | modification, are permitted provided that the following conditions |
| 2080 | are met: |
| 2081 | 1. Redistributions of source code must retain the above copyright |
| 2082 | notice, this list of conditions and the following disclaimer. |
| 2083 | 2. Redistributions in binary form must reproduce the above copyright |
| 2084 | notice, this list of conditions and the following disclaimer in the |
| 2085 | documentation and/or other materials provided with the distribution. |
| 2086 | 3. Neither the name of the University nor the names of its contributors |
| 2087 | may be used to endorse or promote products derived from this software |
| 2088 | without specific prior written permission. |
| 2089 | |
| 2090 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2091 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2092 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2093 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2094 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2095 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2096 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2097 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2098 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2099 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2100 | SUCH DAMAGE. |
| 2101 | |
| 2102 | ------------------------------------------------------------------- |
| 2103 | |
| 2104 | Copyright (c) 1990, 1993 |
| 2105 | The Regents of the University of California. All rights reserved. |
| 2106 | |
| 2107 | Redistribution and use in source and binary forms, with or without |
| 2108 | modification, are permitted provided that the following conditions |
| 2109 | are met: |
| 2110 | 1. Redistributions of source code must retain the above copyright |
| 2111 | notice, this list of conditions and the following disclaimer. |
| 2112 | 2. Redistributions in binary form must reproduce the above copyright |
| 2113 | notice, this list of conditions and the following disclaimer in the |
| 2114 | documentation and/or other materials provided with the distribution. |
| 2115 | 3. Neither the name of the University nor the names of its contributors |
| 2116 | may be used to endorse or promote products derived from this software |
| 2117 | without specific prior written permission. |
| 2118 | |
| 2119 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2120 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2121 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2122 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2123 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2124 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2125 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2126 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2127 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2128 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2129 | SUCH DAMAGE. |
| 2130 | |
| 2131 | ------------------------------------------------------------------- |
| 2132 | |
| 2133 | Copyright (c) 1990, 1993 |
| 2134 | The Regents of the University of California. All rights reserved. |
| 2135 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2136 | This code is derived from software contributed to Berkeley by |
| 2137 | Chris Torek. |
| 2138 | |
| 2139 | Redistribution and use in source and binary forms, with or without |
| 2140 | modification, are permitted provided that the following conditions |
| 2141 | are met: |
| 2142 | 1. Redistributions of source code must retain the above copyright |
| 2143 | notice, this list of conditions and the following disclaimer. |
| 2144 | 2. Redistributions in binary form must reproduce the above copyright |
| 2145 | notice, this list of conditions and the following disclaimer in the |
| 2146 | documentation and/or other materials provided with the distribution. |
| 2147 | 3. Neither the name of the University nor the names of its contributors |
| 2148 | may be used to endorse or promote products derived from this software |
| 2149 | without specific prior written permission. |
| 2150 | |
| 2151 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2152 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2153 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2154 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2155 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2156 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2157 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2158 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2159 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2160 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2161 | SUCH DAMAGE. |
| 2162 | |
| 2163 | ------------------------------------------------------------------- |
| 2164 | |
| 2165 | Copyright (c) 1990, 1993 |
| 2166 | The Regents of the University of California. All rights reserved. |
| 2167 | |
| 2168 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2169 | Donn Seeley at UUNET Technologies, Inc. |
| 2170 | |
| 2171 | Redistribution and use in source and binary forms, with or without |
| 2172 | modification, are permitted provided that the following conditions |
| 2173 | are met: |
| 2174 | 1. Redistributions of source code must retain the above copyright |
| 2175 | notice, this list of conditions and the following disclaimer. |
| 2176 | 2. Redistributions in binary form must reproduce the above copyright |
| 2177 | notice, this list of conditions and the following disclaimer in the |
| 2178 | documentation and/or other materials provided with the distribution. |
| 2179 | 3. Neither the name of the University nor the names of its contributors |
| 2180 | may be used to endorse or promote products derived from this software |
| 2181 | without specific prior written permission. |
| 2182 | |
| 2183 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2184 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2185 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2186 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2187 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2188 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2189 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2190 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2191 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2192 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2193 | SUCH DAMAGE. |
| 2194 | |
| 2195 | ------------------------------------------------------------------- |
| 2196 | |
| 2197 | Copyright (c) 1990, 1993 |
| 2198 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2199 | |
| 2200 | This code is derived from software contributed to Berkeley by |
| 2201 | Donn Seeley at UUNET Technologies, Inc. |
| 2202 | |
| 2203 | Redistribution and use in source and binary forms, with or without |
| 2204 | modification, are permitted provided that the following conditions |
| 2205 | are met: |
| 2206 | 1. Redistributions of source code must retain the above copyright |
| 2207 | notice, this list of conditions and the following disclaimer. |
| 2208 | 2. Redistributions in binary form must reproduce the above copyright |
| 2209 | notice, this list of conditions and the following disclaimer in the |
| 2210 | documentation and/or other materials provided with the distribution. |
| 2211 | 4. Neither the name of the University nor the names of its contributors |
| 2212 | may be used to endorse or promote products derived from this software |
| 2213 | without specific prior written permission. |
| 2214 | |
| 2215 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2216 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2217 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2218 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2219 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2220 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2221 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2222 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2223 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2224 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2225 | SUCH DAMAGE. |
| 2226 | |
| 2227 | ------------------------------------------------------------------- |
| 2228 | |
| 2229 | Copyright (c) 1990, 1993 |
| 2230 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2231 | (c) UNIX System Laboratories, Inc. |
| 2232 | All or some portions of this file are derived from material licensed |
| 2233 | to the University of California by American Telephone and Telegraph |
| 2234 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2235 | the permission of UNIX System Laboratories, Inc. |
| 2236 | |
| 2237 | Redistribution and use in source and binary forms, with or without |
| 2238 | modification, are permitted provided that the following conditions |
| 2239 | are met: |
| 2240 | 1. Redistributions of source code must retain the above copyright |
| 2241 | notice, this list of conditions and the following disclaimer. |
| 2242 | 2. Redistributions in binary form must reproduce the above copyright |
| 2243 | notice, this list of conditions and the following disclaimer in the |
| 2244 | documentation and/or other materials provided with the distribution. |
| 2245 | 3. Neither the name of the University nor the names of its contributors |
| 2246 | may be used to endorse or promote products derived from this software |
| 2247 | without specific prior written permission. |
| 2248 | |
| 2249 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2250 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2251 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2252 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2253 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2254 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2255 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2256 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2257 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2258 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2259 | SUCH DAMAGE. |
| 2260 | |
| 2261 | ------------------------------------------------------------------- |
| 2262 | |
| 2263 | Copyright (c) 1990, 1993, 1994 |
| 2264 | The Regents of the University of California. All rights reserved. |
| 2265 | |
| 2266 | Redistribution and use in source and binary forms, with or without |
| 2267 | modification, are permitted provided that the following conditions |
| 2268 | are met: |
| 2269 | 1. Redistributions of source code must retain the above copyright |
| 2270 | notice, this list of conditions and the following disclaimer. |
| 2271 | 2. Redistributions in binary form must reproduce the above copyright |
| 2272 | notice, this list of conditions and the following disclaimer in the |
| 2273 | documentation and/or other materials provided with the distribution. |
| 2274 | 3. Neither the name of the University nor the names of its contributors |
| 2275 | may be used to endorse or promote products derived from this software |
| 2276 | without specific prior written permission. |
| 2277 | |
| 2278 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2279 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2280 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2281 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2282 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2283 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2284 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2285 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2286 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2287 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2288 | SUCH DAMAGE. |
| 2289 | |
| 2290 | ------------------------------------------------------------------- |
| 2291 | |
| 2292 | Copyright (c) 1990, 1993, 1994 |
| 2293 | The Regents of the University of California. All rights reserved. |
| 2294 | |
| 2295 | This code is derived from software contributed to Berkeley by |
| 2296 | Chris Torek. |
| 2297 | |
| 2298 | Redistribution and use in source and binary forms, with or without |
| 2299 | modification, are permitted provided that the following conditions |
| 2300 | are met: |
| 2301 | 1. Redistributions of source code must retain the above copyright |
| 2302 | notice, this list of conditions and the following disclaimer. |
| 2303 | 2. Redistributions in binary form must reproduce the above copyright |
| 2304 | notice, this list of conditions and the following disclaimer in the |
| 2305 | documentation and/or other materials provided with the distribution. |
| 2306 | 3. Neither the name of the University nor the names of its contributors |
| 2307 | may be used to endorse or promote products derived from this software |
| 2308 | without specific prior written permission. |
| 2309 | |
| 2310 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2311 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2312 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2313 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2314 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2315 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2316 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2317 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2318 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2319 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2320 | SUCH DAMAGE. |
| 2321 | |
| 2322 | ------------------------------------------------------------------- |
| 2323 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2324 | Copyright (c) 1991 The Regents of the University of California. |
| 2325 | All rights reserved. |
| 2326 | |
| 2327 | Redistribution and use in source and binary forms, with or without |
| 2328 | modification, are permitted provided that the following conditions |
| 2329 | are met: |
| 2330 | 1. Redistributions of source code must retain the above copyright |
| 2331 | notice, this list of conditions and the following disclaimer. |
| 2332 | 2. Redistributions in binary form must reproduce the above copyright |
| 2333 | notice, this list of conditions and the following disclaimer in the |
| 2334 | documentation and/or other materials provided with the distribution. |
| 2335 | 3. Neither the name of the University nor the names of its contributors |
| 2336 | may be used to endorse or promote products derived from this software |
| 2337 | without specific prior written permission. |
| 2338 | |
| 2339 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2340 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2341 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2342 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2343 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2344 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2345 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2346 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2347 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2348 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2349 | SUCH DAMAGE. |
| 2350 | |
| 2351 | ------------------------------------------------------------------- |
| 2352 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2353 | Copyright (c) 1991, 1993 |
| 2354 | The Regents of the University of California. All rights reserved. |
| 2355 | |
| 2356 | Redistribution and use in source and binary forms, with or without |
| 2357 | modification, are permitted provided that the following conditions |
| 2358 | are met: |
| 2359 | 1. Redistributions of source code must retain the above copyright |
| 2360 | notice, this list of conditions and the following disclaimer. |
| 2361 | 2. Redistributions in binary form must reproduce the above copyright |
| 2362 | notice, this list of conditions and the following disclaimer in the |
| 2363 | documentation and/or other materials provided with the distribution. |
| 2364 | 3. Neither the name of the University nor the names of its contributors |
| 2365 | may be used to endorse or promote products derived from this software |
| 2366 | without specific prior written permission. |
| 2367 | |
| 2368 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2369 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2370 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2371 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2372 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2373 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2374 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2375 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2376 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2377 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2378 | SUCH DAMAGE. |
| 2379 | |
| 2380 | ------------------------------------------------------------------- |
| 2381 | |
| 2382 | Copyright (c) 1991, 1993 |
| 2383 | The Regents of the University of California. All rights reserved. |
| 2384 | |
| 2385 | This code is derived from software contributed to Berkeley by |
| 2386 | Berkeley Software Design, Inc. |
| 2387 | |
| 2388 | Redistribution and use in source and binary forms, with or without |
| 2389 | modification, are permitted provided that the following conditions |
| 2390 | are met: |
| 2391 | 1. Redistributions of source code must retain the above copyright |
| 2392 | notice, this list of conditions and the following disclaimer. |
| 2393 | 2. Redistributions in binary form must reproduce the above copyright |
| 2394 | notice, this list of conditions and the following disclaimer in the |
| 2395 | documentation and/or other materials provided with the distribution. |
| 2396 | 3. Neither the name of the University nor the names of its contributors |
| 2397 | may be used to endorse or promote products derived from this software |
| 2398 | without specific prior written permission. |
| 2399 | |
| 2400 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2401 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2402 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2403 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2404 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2405 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2406 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2407 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2408 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2409 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2410 | SUCH DAMAGE. |
| 2411 | |
| 2412 | ------------------------------------------------------------------- |
| 2413 | |
| 2414 | Copyright (c) 1991, 1993 |
| 2415 | The Regents of the University of California. All rights reserved. |
| 2416 | (c) UNIX System Laboratories, Inc. |
| 2417 | All or some portions of this file are derived from material licensed |
| 2418 | to the University of California by American Telephone and Telegraph |
| 2419 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2420 | the permission of UNIX System Laboratories, Inc. |
| 2421 | |
| 2422 | This code is derived from software contributed to Berkeley by |
| 2423 | Hugh Smith at The University of Guelph. |
| 2424 | |
| 2425 | Redistribution and use in source and binary forms, with or without |
| 2426 | modification, are permitted provided that the following conditions |
| 2427 | are met: |
| 2428 | 1. Redistributions of source code must retain the above copyright |
| 2429 | notice, this list of conditions and the following disclaimer. |
| 2430 | 2. Redistributions in binary form must reproduce the above copyright |
| 2431 | notice, this list of conditions and the following disclaimer in the |
| 2432 | documentation and/or other materials provided with the distribution. |
| 2433 | 3. Neither the name of the University nor the names of its contributors |
| 2434 | may be used to endorse or promote products derived from this software |
| 2435 | without specific prior written permission. |
| 2436 | |
| 2437 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2438 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2439 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2440 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2441 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2442 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2443 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2444 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2445 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2446 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2447 | SUCH DAMAGE. |
| 2448 | |
| 2449 | ------------------------------------------------------------------- |
| 2450 | |
| 2451 | Copyright (c) 1991, 1993, 1995, |
| 2452 | The Regents of the University of California. All rights reserved. |
| 2453 | |
| 2454 | This code is derived from software contributed to Berkeley by |
| 2455 | Havard Eidnes. |
| 2456 | |
| 2457 | Redistribution and use in source and binary forms, with or without |
| 2458 | modification, are permitted provided that the following conditions |
| 2459 | are met: |
| 2460 | 1. Redistributions of source code must retain the above copyright |
| 2461 | notice, this list of conditions and the following disclaimer. |
| 2462 | 2. Redistributions in binary form must reproduce the above copyright |
| 2463 | notice, this list of conditions and the following disclaimer in the |
| 2464 | documentation and/or other materials provided with the distribution. |
| 2465 | 3. Neither the name of the University nor the names of its contributors |
| 2466 | may be used to endorse or promote products derived from this software |
| 2467 | without specific prior written permission. |
| 2468 | |
| 2469 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2470 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2471 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2472 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2473 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2474 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2475 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2476 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2477 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2478 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2479 | SUCH DAMAGE. |
| 2480 | |
| 2481 | ------------------------------------------------------------------- |
| 2482 | |
| 2483 | Copyright (c) 1992 Henry Spencer. |
| 2484 | Copyright (c) 1992, 1993 |
| 2485 | The Regents of the University of California. All rights reserved. |
| 2486 | |
| 2487 | This code is derived from software contributed to Berkeley by |
| 2488 | Henry Spencer of the University of Toronto. |
| 2489 | |
| 2490 | Redistribution and use in source and binary forms, with or without |
| 2491 | modification, are permitted provided that the following conditions |
| 2492 | are met: |
| 2493 | 1. Redistributions of source code must retain the above copyright |
| 2494 | notice, this list of conditions and the following disclaimer. |
| 2495 | 2. Redistributions in binary form must reproduce the above copyright |
| 2496 | notice, this list of conditions and the following disclaimer in the |
| 2497 | documentation and/or other materials provided with the distribution. |
| 2498 | 3. Neither the name of the University nor the names of its contributors |
| 2499 | may be used to endorse or promote products derived from this software |
| 2500 | without specific prior written permission. |
| 2501 | |
| 2502 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2503 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2504 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2505 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2506 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2507 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2508 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2509 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2510 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2511 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2512 | SUCH DAMAGE. |
| 2513 | |
| 2514 | ------------------------------------------------------------------- |
| 2515 | |
| 2516 | Copyright (c) 1992 The Regents of the University of California. |
| 2517 | All rights reserved. |
| 2518 | |
| 2519 | Redistribution and use in source and binary forms, with or without |
| 2520 | modification, are permitted provided that the following conditions |
| 2521 | are met: |
| 2522 | 1. Redistributions of source code must retain the above copyright |
| 2523 | notice, this list of conditions and the following disclaimer. |
| 2524 | 2. Redistributions in binary form must reproduce the above copyright |
| 2525 | notice, this list of conditions and the following disclaimer in the |
| 2526 | documentation and/or other materials provided with the distribution. |
| 2527 | 3. Neither the name of the University nor the names of its contributors |
| 2528 | may be used to endorse or promote products derived from this software |
| 2529 | without specific prior written permission. |
| 2530 | |
| 2531 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2532 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2533 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2534 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2535 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2536 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2537 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2538 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2539 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2540 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2541 | SUCH DAMAGE. |
| 2542 | |
| 2543 | ------------------------------------------------------------------- |
| 2544 | |
| 2545 | Copyright (c) 1992, 1993 |
| 2546 | The Regents of the University of California. All rights reserved. |
| 2547 | |
| 2548 | Redistribution and use in source and binary forms, with or without |
| 2549 | modification, are permitted provided that the following conditions |
| 2550 | are met: |
| 2551 | 1. Redistributions of source code must retain the above copyright |
| 2552 | notice, this list of conditions and the following disclaimer. |
| 2553 | 2. Redistributions in binary form must reproduce the above copyright |
| 2554 | notice, this list of conditions and the following disclaimer in the |
| 2555 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 2556 | 3. All advertising materials mentioning features or use of this software |
| 2557 | must display the following acknowledgement: |
| 2558 | This product includes software developed by the University of |
| 2559 | California, Berkeley and its contributors. |
| 2560 | 4. Neither the name of the University nor the names of its contributors |
| 2561 | may be used to endorse or promote products derived from this software |
| 2562 | without specific prior written permission. |
| 2563 | |
| 2564 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2565 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2566 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2567 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2568 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2569 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2570 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2571 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2572 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2573 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2574 | SUCH DAMAGE. |
| 2575 | |
| 2576 | ------------------------------------------------------------------- |
| 2577 | |
| 2578 | Copyright (c) 1992, 1993 |
| 2579 | The Regents of the University of California. All rights reserved. |
| 2580 | |
| 2581 | Redistribution and use in source and binary forms, with or without |
| 2582 | modification, are permitted provided that the following conditions |
| 2583 | are met: |
| 2584 | 1. Redistributions of source code must retain the above copyright |
| 2585 | notice, this list of conditions and the following disclaimer. |
| 2586 | 2. Redistributions in binary form must reproduce the above copyright |
| 2587 | notice, this list of conditions and the following disclaimer in the |
| 2588 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2589 | 3. Neither the name of the University nor the names of its contributors |
| 2590 | may be used to endorse or promote products derived from this software |
| 2591 | without specific prior written permission. |
| 2592 | |
| 2593 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2594 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2595 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2596 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2597 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2598 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2599 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2600 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2601 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2602 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2603 | SUCH DAMAGE. |
| 2604 | |
| 2605 | ------------------------------------------------------------------- |
| 2606 | |
| 2607 | Copyright (c) 1992, 1993 |
| 2608 | The Regents of the University of California. All rights reserved. |
| 2609 | |
| 2610 | This code is derived from software contributed to Berkeley by |
| 2611 | Ralph Campbell. |
| 2612 | |
| 2613 | Redistribution and use in source and binary forms, with or without |
| 2614 | modification, are permitted provided that the following conditions |
| 2615 | are met: |
| 2616 | 1. Redistributions of source code must retain the above copyright |
| 2617 | notice, this list of conditions and the following disclaimer. |
| 2618 | 2. Redistributions in binary form must reproduce the above copyright |
| 2619 | notice, this list of conditions and the following disclaimer in the |
| 2620 | documentation and/or other materials provided with the distribution. |
| 2621 | 3. Neither the name of the University nor the names of its contributors |
| 2622 | may be used to endorse or promote products derived from this software |
| 2623 | without specific prior written permission. |
| 2624 | |
| 2625 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2626 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2627 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2628 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2629 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2630 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2631 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2632 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2633 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2634 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2635 | SUCH DAMAGE. |
| 2636 | |
| 2637 | ------------------------------------------------------------------- |
| 2638 | |
| 2639 | Copyright (c) 1992, 1993 |
| 2640 | The Regents of the University of California. All rights reserved. |
| 2641 | |
| 2642 | This code is derived from software contributed to Berkeley by |
| 2643 | Ralph Campbell. This file is derived from the MIPS RISC |
| 2644 | Architecture book by Gerry Kane. |
| 2645 | |
| 2646 | Redistribution and use in source and binary forms, with or without |
| 2647 | modification, are permitted provided that the following conditions |
| 2648 | are met: |
| 2649 | 1. Redistributions of source code must retain the above copyright |
| 2650 | notice, this list of conditions and the following disclaimer. |
| 2651 | 2. Redistributions in binary form must reproduce the above copyright |
| 2652 | notice, this list of conditions and the following disclaimer in the |
| 2653 | documentation and/or other materials provided with the distribution. |
| 2654 | 3. Neither the name of the University nor the names of its contributors |
| 2655 | may be used to endorse or promote products derived from this software |
| 2656 | without specific prior written permission. |
| 2657 | |
| 2658 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2659 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2660 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2661 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2662 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2663 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2664 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2665 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2666 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2667 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2668 | SUCH DAMAGE. |
| 2669 | |
| 2670 | ------------------------------------------------------------------- |
| 2671 | |
| 2672 | Copyright (c) 1992, 1993 |
| 2673 | The Regents of the University of California. All rights reserved. |
| 2674 | |
| 2675 | This software was developed by the Computer Systems Engineering group |
| 2676 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and |
| 2677 | contributed to Berkeley. |
| 2678 | |
| 2679 | All advertising materials mentioning features or use of this software |
| 2680 | must display the following acknowledgement: |
| 2681 | This product includes software developed by the University of |
| 2682 | California, Lawrence Berkeley Laboratory. |
| 2683 | |
| 2684 | Redistribution and use in source and binary forms, with or without |
| 2685 | modification, are permitted provided that the following conditions |
| 2686 | are met: |
| 2687 | 1. Redistributions of source code must retain the above copyright |
| 2688 | notice, this list of conditions and the following disclaimer. |
| 2689 | 2. Redistributions in binary form must reproduce the above copyright |
| 2690 | notice, this list of conditions and the following disclaimer in the |
| 2691 | documentation and/or other materials provided with the distribution. |
| 2692 | 3. All advertising materials mentioning features or use of this software |
| 2693 | must display the following acknowledgement: |
| 2694 | This product includes software developed by the University of |
| 2695 | California, Berkeley and its contributors. |
| 2696 | 4. Neither the name of the University nor the names of its contributors |
| 2697 | may be used to endorse or promote products derived from this software |
| 2698 | without specific prior written permission. |
| 2699 | |
| 2700 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2701 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2702 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2703 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2704 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2705 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2706 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2707 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2708 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2709 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2710 | SUCH DAMAGE. |
| 2711 | |
| 2712 | ------------------------------------------------------------------- |
| 2713 | |
| 2714 | Copyright (c) 1992, 1993 |
| 2715 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2716 | (c) UNIX System Laboratories, Inc. |
| 2717 | All or some portions of this file are derived from material licensed |
| 2718 | to the University of California by American Telephone and Telegraph |
| 2719 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2720 | the permission of UNIX System Laboratories, Inc. |
| 2721 | |
| 2722 | Redistribution and use in source and binary forms, with or without |
| 2723 | modification, are permitted provided that the following conditions |
| 2724 | are met: |
| 2725 | 1. Redistributions of source code must retain the above copyright |
| 2726 | notice, this list of conditions and the following disclaimer. |
| 2727 | 2. Redistributions in binary form must reproduce the above copyright |
| 2728 | notice, this list of conditions and the following disclaimer in the |
| 2729 | documentation and/or other materials provided with the distribution. |
| 2730 | 3. Neither the name of the University nor the names of its contributors |
| 2731 | may be used to endorse or promote products derived from this software |
| 2732 | without specific prior written permission. |
| 2733 | |
| 2734 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2735 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2736 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2737 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2738 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2739 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2740 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2741 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2742 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2743 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2744 | SUCH DAMAGE. |
| 2745 | |
| 2746 | ------------------------------------------------------------------- |
| 2747 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2748 | Copyright (c) 1992, 1993, 1994 |
| 2749 | The Regents of the University of California. All rights reserved. |
| 2750 | |
| 2751 | This code is derived from software contributed to Berkeley by |
| 2752 | Henry Spencer. |
| 2753 | |
| 2754 | Redistribution and use in source and binary forms, with or without |
| 2755 | modification, are permitted provided that the following conditions |
| 2756 | are met: |
| 2757 | 1. Redistributions of source code must retain the above copyright |
| 2758 | notice, this list of conditions and the following disclaimer. |
| 2759 | 2. Redistributions in binary form must reproduce the above copyright |
| 2760 | notice, this list of conditions and the following disclaimer in the |
| 2761 | documentation and/or other materials provided with the distribution. |
| 2762 | 3. Neither the name of the University nor the names of its contributors |
| 2763 | may be used to endorse or promote products derived from this software |
| 2764 | without specific prior written permission. |
| 2765 | |
| 2766 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2767 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2768 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2769 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2770 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2771 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2772 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2773 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2774 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2775 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2776 | SUCH DAMAGE. |
| 2777 | |
| 2778 | ------------------------------------------------------------------- |
| 2779 | |
Elliott Hughes | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2780 | Copyright (c) 1992, 1993, 1994 Henry Spencer. |
| 2781 | |
| 2782 | This code is derived from software contributed to Berkeley by |
| 2783 | Henry Spencer. |
| 2784 | |
| 2785 | Redistribution and use in source and binary forms, with or without |
| 2786 | modification, are permitted provided that the following conditions |
| 2787 | are met: |
| 2788 | 1. Redistributions of source code must retain the above copyright |
| 2789 | notice, this list of conditions and the following disclaimer. |
| 2790 | 2. Redistributions in binary form must reproduce the above copyright |
| 2791 | notice, this list of conditions and the following disclaimer in the |
| 2792 | documentation and/or other materials provided with the distribution. |
| 2793 | 3. All advertising materials mentioning features or use of this software |
| 2794 | must display the following acknowledgement: |
| 2795 | This product includes software developed by the University of |
| 2796 | California, Berkeley and its contributors. |
| 2797 | 4. Neither the name of the University nor the names of its contributors |
| 2798 | may be used to endorse or promote products derived from this software |
| 2799 | without specific prior written permission. |
| 2800 | |
| 2801 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2802 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2803 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2804 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2805 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2806 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2807 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2808 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2809 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2810 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2811 | SUCH DAMAGE. |
| 2812 | |
| 2813 | ------------------------------------------------------------------- |
| 2814 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2815 | Copyright (c) 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2816 | The Regents of the University of California. All rights reserved. |
| 2817 | |
| 2818 | Redistribution and use in source and binary forms, with or without |
| 2819 | modification, are permitted provided that the following conditions |
| 2820 | are met: |
| 2821 | 1. Redistributions of source code must retain the above copyright |
| 2822 | notice, this list of conditions and the following disclaimer. |
| 2823 | 2. Redistributions in binary form must reproduce the above copyright |
| 2824 | notice, this list of conditions and the following disclaimer in the |
| 2825 | documentation and/or other materials provided with the distribution. |
| 2826 | 3. Neither the name of the University nor the names of its contributors |
| 2827 | may be used to endorse or promote products derived from this software |
| 2828 | without specific prior written permission. |
| 2829 | |
| 2830 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2831 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2832 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2833 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2834 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2835 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2836 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2837 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2838 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2839 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2840 | SUCH DAMAGE. |
| 2841 | |
| 2842 | ------------------------------------------------------------------- |
| 2843 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2844 | Copyright (c) 1993 Martin Birgmeier |
| 2845 | All rights reserved. |
| 2846 | |
| 2847 | You may redistribute unmodified or modified versions of this source |
| 2848 | code provided that the above copyright notice and this and the |
| 2849 | following conditions are retained. |
| 2850 | |
| 2851 | This software is provided ``as is'', and comes with no warranties |
| 2852 | of any kind. I shall in no event be liable for anything that happens |
| 2853 | to anyone/anything when using this software. |
| 2854 | |
| 2855 | ------------------------------------------------------------------- |
| 2856 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2857 | Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2858 | All rights reserved. |
| 2859 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2860 | Redistribution and use in source and binary forms, with or without |
| 2861 | modification, are permitted provided that the following conditions |
| 2862 | are met: |
| 2863 | 1. Redistributions of source code must retain the above copyright |
| 2864 | notice, this list of conditions and the following disclaimer. |
| 2865 | 2. Redistributions in binary form must reproduce the above copyright |
| 2866 | notice, this list of conditions and the following disclaimer in the |
| 2867 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2868 | 3. The name of the author may not be used to endorse or promote products |
| 2869 | derived from this software without specific prior written permission. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2870 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2871 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2872 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2873 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2874 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 2875 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 2876 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 2877 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 2878 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 2879 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 2880 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2881 | |
| 2882 | ------------------------------------------------------------------- |
| 2883 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2884 | Copyright (c) 1996 by Internet Software Consortium. |
| 2885 | |
| 2886 | Permission to use, copy, modify, and distribute this software for any |
| 2887 | purpose with or without fee is hereby granted, provided that the above |
| 2888 | copyright notice and this permission notice appear in all copies. |
| 2889 | |
| 2890 | THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS |
| 2891 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
| 2892 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE |
| 2893 | CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 2894 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 2895 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 2896 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 2897 | SOFTWARE. |
| 2898 | |
| 2899 | ------------------------------------------------------------------- |
| 2900 | |
| 2901 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2902 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2903 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2904 | |
| 2905 | Permission to use, copy, modify, and distribute this software for any |
| 2906 | purpose with or without fee is hereby granted, provided that the above |
| 2907 | copyright notice and this permission notice appear in all copies. |
| 2908 | |
| 2909 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2910 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2911 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2912 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2913 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2914 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2915 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2916 | |
| 2917 | ------------------------------------------------------------------- |
| 2918 | |
Elliott Hughes | b364683 | 2017-07-11 12:34:19 -0700 | [diff] [blame] | 2919 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2920 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 2921 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2922 | Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> |
| 2923 | |
| 2924 | Permission to use, copy, modify, and distribute this software for any |
| 2925 | purpose with or without fee is hereby granted, provided that the above |
| 2926 | copyright notice and this permission notice appear in all copies. |
| 2927 | |
| 2928 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2929 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2930 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2931 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2932 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2933 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2934 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2935 | |
| 2936 | ------------------------------------------------------------------- |
| 2937 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2938 | Copyright (c) 1996-1998, 2008 Theo de Raadt |
| 2939 | Copyright (c) 1997, 2008-2009 Todd C. Miller |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2940 | |
| 2941 | Permission to use, copy, modify, and distribute this software for any |
| 2942 | purpose with or without fee is hereby granted, provided that the above |
| 2943 | copyright notice and this permission notice appear in all copies. |
| 2944 | |
| 2945 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2946 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2947 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2948 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2949 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2950 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2951 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2952 | |
| 2953 | ------------------------------------------------------------------- |
| 2954 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2955 | Copyright (c) 1997 Mark Brinicombe |
Elliott Hughes | dfb74c5 | 2016-10-24 12:53:17 -0700 | [diff] [blame] | 2956 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2957 | All rights reserved. |
| 2958 | |
| 2959 | Redistribution and use in source and binary forms, with or without |
| 2960 | modification, are permitted provided that the following conditions |
| 2961 | are met: |
| 2962 | 1. Redistributions of source code must retain the above copyright |
| 2963 | notice, this list of conditions and the following disclaimer. |
| 2964 | 2. Redistributions in binary form must reproduce the above copyright |
| 2965 | notice, this list of conditions and the following disclaimer in the |
| 2966 | documentation and/or other materials provided with the distribution. |
| 2967 | 3. All advertising materials mentioning features or use of this software |
| 2968 | must display the following acknowledgement: |
| 2969 | This product includes software developed by Mark Brinicombe |
| 2970 | 4. Neither the name of the University nor the names of its contributors |
| 2971 | may be used to endorse or promote products derived from this software |
| 2972 | without specific prior written permission. |
| 2973 | |
| 2974 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 2975 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2976 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2977 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 2978 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2979 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2980 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2981 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2982 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2983 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2984 | SUCH DAMAGE. |
| 2985 | |
| 2986 | ------------------------------------------------------------------- |
| 2987 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2988 | Copyright (c) 1997 Niklas Hallqvist. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2989 | |
| 2990 | Redistribution and use in source and binary forms, with or without |
| 2991 | modification, are permitted provided that the following conditions |
| 2992 | are met: |
| 2993 | 1. Redistributions of source code must retain the above copyright |
| 2994 | notice, this list of conditions and the following disclaimer. |
| 2995 | 2. Redistributions in binary form must reproduce the above copyright |
| 2996 | notice, this list of conditions and the following disclaimer in the |
| 2997 | documentation and/or other materials provided with the distribution. |
| 2998 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2999 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3000 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3001 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3002 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3003 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3004 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3005 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3006 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3007 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3008 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3009 | |
| 3010 | ------------------------------------------------------------------- |
| 3011 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3012 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3013 | |
| 3014 | Permission to use, copy, modify, and distribute this software for any |
| 3015 | purpose with or without fee is hereby granted, provided that the above |
| 3016 | copyright notice and this permission notice appear in all copies. |
| 3017 | |
| 3018 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3019 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3020 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3021 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3022 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3023 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3024 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3025 | |
| 3026 | ------------------------------------------------------------------- |
| 3027 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3028 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3029 | All rights reserved. |
| 3030 | |
| 3031 | Redistribution and use in source and binary forms, with or without |
| 3032 | modification, are permitted provided that the following conditions |
| 3033 | are met: |
| 3034 | 1. Redistributions of source code must retain the above copyright |
| 3035 | notice, this list of conditions and the following disclaimer. |
| 3036 | 2. Redistributions in binary form must reproduce the above copyright |
| 3037 | notice, this list of conditions and the following disclaimer in the |
| 3038 | documentation and/or other materials provided with the distribution. |
| 3039 | 3. The name of the author may not be used to endorse or promote products |
| 3040 | derived from this software without specific prior written permission. |
| 3041 | |
| 3042 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3043 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3044 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3045 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3046 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3047 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3048 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3049 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3050 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3051 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3052 | |
| 3053 | ------------------------------------------------------------------- |
| 3054 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3055 | Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3056 | All rights reserved. |
| 3057 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3058 | This code was contributed to The NetBSD Foundation by Klaus Klein. |
| 3059 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3060 | Redistribution and use in source and binary forms, with or without |
| 3061 | modification, are permitted provided that the following conditions |
| 3062 | are met: |
| 3063 | 1. Redistributions of source code must retain the above copyright |
| 3064 | notice, this list of conditions and the following disclaimer. |
| 3065 | 2. Redistributions in binary form must reproduce the above copyright |
| 3066 | notice, this list of conditions and the following disclaimer in the |
| 3067 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3068 | 3. All advertising materials mentioning features or use of this software |
| 3069 | must display the following acknowledgement: |
| 3070 | This product includes software developed by the NetBSD |
| 3071 | Foundation, Inc. and its contributors. |
| 3072 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3073 | contributors may be used to endorse or promote products derived |
| 3074 | from this software without specific prior written permission. |
| 3075 | |
| 3076 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3077 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3078 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3079 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3080 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3081 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3082 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3083 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3084 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3085 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3086 | POSSIBILITY OF SUCH DAMAGE. |
| 3087 | |
| 3088 | ------------------------------------------------------------------- |
| 3089 | |
| 3090 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3091 | All rights reserved. |
| 3092 | |
| 3093 | This code is derived from software contributed to The NetBSD Foundation |
| 3094 | by Luke Mewburn. |
| 3095 | |
| 3096 | Redistribution and use in source and binary forms, with or without |
| 3097 | modification, are permitted provided that the following conditions |
| 3098 | are met: |
| 3099 | 1. Redistributions of source code must retain the above copyright |
| 3100 | notice, this list of conditions and the following disclaimer. |
| 3101 | 2. Redistributions in binary form must reproduce the above copyright |
| 3102 | notice, this list of conditions and the following disclaimer in the |
| 3103 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3104 | |
| 3105 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3106 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3107 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3108 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3109 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3110 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3111 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3112 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3113 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3114 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3115 | POSSIBILITY OF SUCH DAMAGE. |
| 3116 | |
| 3117 | ------------------------------------------------------------------- |
| 3118 | |
| 3119 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3120 | All rights reserved. |
| 3121 | |
| 3122 | This code is derived from software contributed to The NetBSD Foundation |
| 3123 | by Luke Mewburn; and by Jason R. Thorpe. |
| 3124 | |
| 3125 | Redistribution and use in source and binary forms, with or without |
| 3126 | modification, are permitted provided that the following conditions |
| 3127 | are met: |
| 3128 | 1. Redistributions of source code must retain the above copyright |
| 3129 | notice, this list of conditions and the following disclaimer. |
| 3130 | 2. Redistributions in binary form must reproduce the above copyright |
| 3131 | notice, this list of conditions and the following disclaimer in the |
| 3132 | documentation and/or other materials provided with the distribution. |
| 3133 | 3. All advertising materials mentioning features or use of this software |
| 3134 | must display the following acknowledgement: |
| 3135 | This product includes software developed by the NetBSD |
| 3136 | Foundation, Inc. and its contributors. |
| 3137 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3138 | contributors may be used to endorse or promote products derived |
| 3139 | from this software without specific prior written permission. |
| 3140 | |
| 3141 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3142 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3143 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3144 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3145 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3146 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3147 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3148 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3149 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3150 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3151 | POSSIBILITY OF SUCH DAMAGE. |
| 3152 | |
| 3153 | ------------------------------------------------------------------- |
| 3154 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3155 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3156 | |
| 3157 | Permission to use, copy, modify, and distribute this software for any |
| 3158 | purpose with or without fee is hereby granted, provided that the above |
| 3159 | copyright notice and this permission notice appear in all copies. |
| 3160 | |
| 3161 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3162 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3163 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3164 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3165 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3166 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3167 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3168 | |
| 3169 | ------------------------------------------------------------------- |
| 3170 | |
| 3171 | Copyright (c) 1998 Softweyr LLC. All rights reserved. |
| 3172 | |
| 3173 | strtok_r, from Berkeley strtok |
| 3174 | Oct 13, 1998 by Wes Peters <wes@softweyr.com> |
| 3175 | |
| 3176 | Copyright (c) 1988, 1993 |
| 3177 | The Regents of the University of California. All rights reserved. |
| 3178 | |
| 3179 | Redistribution and use in source and binary forms, with or without |
| 3180 | modification, are permitted provided that the following conditions |
| 3181 | are met: |
| 3182 | 1. Redistributions of source code must retain the above copyright |
| 3183 | notices, this list of conditions and the following disclaimer. |
| 3184 | 2. Redistributions in binary form must reproduce the above copyright |
| 3185 | notices, this list of conditions and the following disclaimer in the |
| 3186 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3187 | 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] | 3188 | may be used to endorse or promote products derived from this software |
| 3189 | without specific prior written permission. |
| 3190 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3191 | THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS |
| 3192 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3193 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 3194 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE |
| 3195 | REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 3196 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 3197 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 3198 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 3199 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 3200 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3201 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3202 | |
| 3203 | ------------------------------------------------------------------- |
| 3204 | |
| 3205 | Copyright (c) 1998 The NetBSD Foundation, Inc. |
| 3206 | All rights reserved. |
| 3207 | |
| 3208 | This code is derived from software contributed to The NetBSD Foundation |
| 3209 | by Klaus Klein. |
| 3210 | |
| 3211 | Redistribution and use in source and binary forms, with or without |
| 3212 | modification, are permitted provided that the following conditions |
| 3213 | are met: |
| 3214 | 1. Redistributions of source code must retain the above copyright |
| 3215 | notice, this list of conditions and the following disclaimer. |
| 3216 | 2. Redistributions in binary form must reproduce the above copyright |
| 3217 | notice, this list of conditions and the following disclaimer in the |
| 3218 | documentation and/or other materials provided with the distribution. |
| 3219 | 3. All advertising materials mentioning features or use of this software |
| 3220 | must display the following acknowledgement: |
| 3221 | This product includes software developed by the NetBSD |
| 3222 | Foundation, Inc. and its contributors. |
| 3223 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3224 | contributors may be used to endorse or promote products derived |
| 3225 | from this software without specific prior written permission. |
| 3226 | |
| 3227 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3228 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3229 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3230 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3231 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3232 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3233 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3234 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3235 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3236 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3237 | POSSIBILITY OF SUCH DAMAGE. |
| 3238 | |
| 3239 | ------------------------------------------------------------------- |
| 3240 | |
| 3241 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3242 | All rights reserved. |
| 3243 | |
| 3244 | Redistribution and use in source and binary forms, with or without |
| 3245 | modification, are permitted provided that the following conditions |
| 3246 | are met: |
| 3247 | 1. Redistributions of source code must retain the above copyright |
| 3248 | notice, this list of conditions and the following disclaimer. |
| 3249 | 2. Redistributions in binary form must reproduce the above copyright |
| 3250 | notice, this list of conditions and the following disclaimer in the |
| 3251 | documentation and/or other materials provided with the distribution. |
| 3252 | 3. The name of the author may not be used to endorse or promote products |
| 3253 | derived from this software without specific prior written permission. |
| 3254 | |
| 3255 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3256 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3257 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3258 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3259 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3260 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3261 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3262 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3263 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3264 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3265 | |
| 3266 | ------------------------------------------------------------------- |
| 3267 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 3268 | Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3269 | |
| 3270 | Permission to use, copy, modify, and distribute this software for any |
| 3271 | purpose with or without fee is hereby granted, provided that the above |
| 3272 | copyright notice and this permission notice appear in all copies. |
| 3273 | |
| 3274 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3275 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3276 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3277 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3278 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3279 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3280 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3281 | |
| 3282 | ------------------------------------------------------------------- |
| 3283 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3284 | Copyright (c) 1999 |
| 3285 | David E. O'Brien |
| 3286 | Copyright (c) 1988, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3287 | The Regents of the University of California. All rights reserved. |
| 3288 | |
| 3289 | Redistribution and use in source and binary forms, with or without |
| 3290 | modification, are permitted provided that the following conditions |
| 3291 | are met: |
| 3292 | 1. Redistributions of source code must retain the above copyright |
| 3293 | notice, this list of conditions and the following disclaimer. |
| 3294 | 2. Redistributions in binary form must reproduce the above copyright |
| 3295 | notice, this list of conditions and the following disclaimer in the |
| 3296 | documentation and/or other materials provided with the distribution. |
| 3297 | 3. Neither the name of the University nor the names of its contributors |
| 3298 | may be used to endorse or promote products derived from this software |
| 3299 | without specific prior written permission. |
| 3300 | |
| 3301 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 3302 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3303 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3304 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 3305 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3306 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3307 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3308 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3309 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3310 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3311 | SUCH DAMAGE. |
| 3312 | |
| 3313 | ------------------------------------------------------------------- |
| 3314 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3315 | Copyright (c) 2000 Ben Harris. |
| 3316 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
| 3317 | All rights reserved. |
| 3318 | |
| 3319 | Redistribution and use in source and binary forms, with or without |
| 3320 | modification, are permitted provided that the following conditions |
| 3321 | are met: |
| 3322 | 1. Redistributions of source code must retain the above copyright |
| 3323 | notice, this list of conditions and the following disclaimer. |
| 3324 | 2. Redistributions in binary form must reproduce the above copyright |
| 3325 | notice, this list of conditions and the following disclaimer in the |
| 3326 | documentation and/or other materials provided with the distribution. |
| 3327 | 3. Neither the name of the project nor the names of its contributors |
| 3328 | may be used to endorse or promote products derived from this software |
| 3329 | without specific prior written permission. |
| 3330 | |
| 3331 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
| 3332 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3333 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3334 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
| 3335 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3336 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3337 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3338 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3339 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3340 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3341 | SUCH DAMAGE. |
| 3342 | |
| 3343 | ------------------------------------------------------------------- |
| 3344 | |
| 3345 | Copyright (c) 2000 The NetBSD Foundation, Inc. |
| 3346 | All rights reserved. |
| 3347 | |
| 3348 | This code is derived from software contributed to The NetBSD Foundation |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3349 | by Dieter Baron and Thomas Klausner. |
| 3350 | |
| 3351 | Redistribution and use in source and binary forms, with or without |
| 3352 | modification, are permitted provided that the following conditions |
| 3353 | are met: |
| 3354 | 1. Redistributions of source code must retain the above copyright |
| 3355 | notice, this list of conditions and the following disclaimer. |
| 3356 | 2. Redistributions in binary form must reproduce the above copyright |
| 3357 | notice, this list of conditions and the following disclaimer in the |
| 3358 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3359 | |
| 3360 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3361 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3362 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3363 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3364 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3365 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3366 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3367 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3368 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3369 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3370 | POSSIBILITY OF SUCH DAMAGE. |
| 3371 | |
| 3372 | ------------------------------------------------------------------- |
| 3373 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 3374 | Copyright (c) 2001 Wasabi Systems, Inc. |
| 3375 | All rights reserved. |
| 3376 | |
| 3377 | Written by Frank van der Linden for Wasabi Systems, Inc. |
| 3378 | |
| 3379 | Redistribution and use in source and binary forms, with or without |
| 3380 | modification, are permitted provided that the following conditions |
| 3381 | are met: |
| 3382 | 1. Redistributions of source code must retain the above copyright |
| 3383 | notice, this list of conditions and the following disclaimer. |
| 3384 | 2. Redistributions in binary form must reproduce the above copyright |
| 3385 | notice, this list of conditions and the following disclaimer in the |
| 3386 | documentation and/or other materials provided with the distribution. |
| 3387 | 3. All advertising materials mentioning features or use of this software |
| 3388 | must display the following acknowledgement: |
| 3389 | This product includes software developed for the NetBSD Project by |
| 3390 | Wasabi Systems, Inc. |
| 3391 | 4. The name of Wasabi Systems, Inc. may not be used to endorse |
| 3392 | or promote products derived from this software without specific prior |
| 3393 | written permission. |
| 3394 | |
| 3395 | THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND |
| 3396 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3397 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3398 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC |
| 3399 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3400 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3401 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3402 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3403 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3404 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3405 | POSSIBILITY OF SUCH DAMAGE. |
| 3406 | |
| 3407 | ------------------------------------------------------------------- |
| 3408 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 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 | |
| 3420 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3421 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3422 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3423 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3424 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3425 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3426 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3427 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3428 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3429 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3430 | SUCH DAMAGE. |
| 3431 | |
| 3432 | ------------------------------------------------------------------- |
| 3433 | |
| 3434 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 3435 | |
| 3436 | Redistribution and use in source and binary forms, with or without |
| 3437 | modification, are permitted provided that the following conditions |
| 3438 | are met: |
| 3439 | 1. Redistributions of source code must retain the above copyright |
| 3440 | notice, this list of conditions and the following disclaimer. |
| 3441 | 2. Redistributions in binary form must reproduce the above copyright |
| 3442 | notice, this list of conditions and the following disclaimer in the |
| 3443 | documentation and/or other materials provided with the distribution. |
| 3444 | 3. Neither the name of Opsycon AB nor the names of its contributors |
| 3445 | may be used to endorse or promote products derived from this software |
| 3446 | without specific prior written permission. |
| 3447 | |
| 3448 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3449 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3450 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3451 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3452 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3453 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3454 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3455 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3456 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3457 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3458 | SUCH DAMAGE. |
| 3459 | |
| 3460 | ------------------------------------------------------------------- |
| 3461 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3462 | Copyright (c) 2001-2011 The FreeBSD Project. |
| 3463 | All rights reserved. |
| 3464 | |
| 3465 | Redistribution and use in source and binary forms, with or without |
| 3466 | modification, are permitted provided that the following conditions |
| 3467 | are met: |
| 3468 | 1. Redistributions of source code must retain the above copyright |
| 3469 | notice, this list of conditions and the following disclaimer. |
| 3470 | 2. Redistributions in binary form must reproduce the above copyright |
| 3471 | notice, this list of conditions and the following disclaimer in the |
| 3472 | documentation and/or other materials provided with the distribution. |
| 3473 | |
| 3474 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3475 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3476 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3477 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3478 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3479 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3480 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3481 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3482 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3483 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3484 | SUCH DAMAGE. |
| 3485 | |
| 3486 | ------------------------------------------------------------------- |
| 3487 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3488 | Copyright (c) 2002 Daniel Hartmeier |
| 3489 | All rights reserved. |
| 3490 | |
| 3491 | Redistribution and use in source and binary forms, with or without |
| 3492 | modification, are permitted provided that the following conditions |
| 3493 | are met: |
| 3494 | |
| 3495 | - Redistributions of source code must retain the above copyright |
| 3496 | notice, this list of conditions and the following disclaimer. |
| 3497 | - Redistributions in binary form must reproduce the above |
| 3498 | copyright notice, this list of conditions and the following |
| 3499 | disclaimer in the documentation and/or other materials provided |
| 3500 | with the distribution. |
| 3501 | |
| 3502 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 3503 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3504 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 3505 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 3506 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3507 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 3508 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3509 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 3510 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3511 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 3512 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3513 | POSSIBILITY OF SUCH DAMAGE. |
| 3514 | |
| 3515 | ------------------------------------------------------------------- |
| 3516 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3517 | Copyright (c) 2002 The NetBSD Foundation, Inc. |
| 3518 | All rights reserved. |
| 3519 | |
| 3520 | This code is derived from software contributed to The NetBSD Foundation |
| 3521 | by Christos Zoulas. |
| 3522 | |
| 3523 | Redistribution and use in source and binary forms, with or without |
| 3524 | modification, are permitted provided that the following conditions |
| 3525 | are met: |
| 3526 | 1. Redistributions of source code must retain the above copyright |
| 3527 | notice, this list of conditions and the following disclaimer. |
| 3528 | 2. Redistributions in binary form must reproduce the above copyright |
| 3529 | notice, this list of conditions and the following disclaimer in the |
| 3530 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3531 | |
| 3532 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3533 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3534 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3535 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3536 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3537 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3538 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3539 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3540 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3541 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3542 | POSSIBILITY OF SUCH DAMAGE. |
| 3543 | |
| 3544 | ------------------------------------------------------------------- |
| 3545 | |
| 3546 | Copyright (c) 2002 Tim J. Robbins |
| 3547 | All rights reserved. |
| 3548 | |
| 3549 | Redistribution and use in source and binary forms, with or without |
| 3550 | modification, are permitted provided that the following conditions |
| 3551 | are met: |
| 3552 | 1. Redistributions of source code must retain the above copyright |
| 3553 | notice, this list of conditions and the following disclaimer. |
| 3554 | 2. Redistributions in binary form must reproduce the above copyright |
| 3555 | notice, this list of conditions and the following disclaimer in the |
| 3556 | documentation and/or other materials provided with the distribution. |
| 3557 | |
| 3558 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3559 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3560 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3561 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3562 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3563 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3564 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3565 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3566 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3567 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3568 | SUCH DAMAGE. |
| 3569 | |
| 3570 | ------------------------------------------------------------------- |
| 3571 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3572 | Copyright (c) 2002 Tim J. Robbins. |
| 3573 | All rights reserved. |
| 3574 | |
| 3575 | Redistribution and use in source and binary forms, with or without |
| 3576 | modification, are permitted provided that the following conditions |
| 3577 | are met: |
| 3578 | 1. Redistributions of source code must retain the above copyright |
| 3579 | notice, this list of conditions and the following disclaimer. |
| 3580 | 2. Redistributions in binary form must reproduce the above copyright |
| 3581 | notice, this list of conditions and the following disclaimer in the |
| 3582 | documentation and/or other materials provided with the distribution. |
| 3583 | |
| 3584 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3585 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3586 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3587 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3588 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3589 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3590 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3591 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3592 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3593 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3594 | SUCH DAMAGE. |
| 3595 | |
| 3596 | ------------------------------------------------------------------- |
| 3597 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3598 | Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3599 | |
| 3600 | Permission to use, copy, modify, and distribute this software for any |
| 3601 | purpose with or without fee is hereby granted, provided that the above |
| 3602 | copyright notice and this permission notice appear in all copies. |
| 3603 | |
| 3604 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3605 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3606 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3607 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3608 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3609 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3610 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3611 | |
| 3612 | Sponsored in part by the Defense Advanced Research Projects |
| 3613 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3614 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3615 | |
| 3616 | ------------------------------------------------------------------- |
| 3617 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3618 | Copyright (c) 2002, 2003 Tim J. Robbins. |
| 3619 | All rights reserved. |
| 3620 | |
| 3621 | Redistribution and use in source and binary forms, with or without |
| 3622 | modification, are permitted provided that the following conditions |
| 3623 | are met: |
| 3624 | 1. Redistributions of source code must retain the above copyright |
| 3625 | notice, this list of conditions and the following disclaimer. |
| 3626 | 2. Redistributions in binary form must reproduce the above copyright |
| 3627 | notice, this list of conditions and the following disclaimer in the |
| 3628 | documentation and/or other materials provided with the distribution. |
| 3629 | |
| 3630 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3631 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3632 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3633 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3634 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3635 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3636 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3637 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3638 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3639 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3640 | SUCH DAMAGE. |
| 3641 | |
| 3642 | ------------------------------------------------------------------- |
| 3643 | |
| 3644 | Copyright (c) 2002-2004 Tim J. Robbins |
| 3645 | All rights reserved. |
| 3646 | |
| 3647 | Redistribution and use in source and binary forms, with or without |
| 3648 | modification, are permitted provided that the following conditions |
| 3649 | are met: |
| 3650 | 1. Redistributions of source code must retain the above copyright |
| 3651 | notice, this list of conditions and the following disclaimer. |
| 3652 | 2. Redistributions in binary form must reproduce the above copyright |
| 3653 | notice, this list of conditions and the following disclaimer in the |
| 3654 | documentation and/or other materials provided with the distribution. |
| 3655 | |
| 3656 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3657 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3658 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3659 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3660 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3661 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3662 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3663 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3664 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3665 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3666 | SUCH DAMAGE. |
| 3667 | |
| 3668 | ------------------------------------------------------------------- |
| 3669 | |
| 3670 | Copyright (c) 2002-2004 Tim J. Robbins. |
| 3671 | All rights reserved. |
| 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 | |
| 3682 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3683 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3684 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3685 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3686 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3687 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3688 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3689 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3690 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3691 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3692 | SUCH DAMAGE. |
| 3693 | |
| 3694 | ------------------------------------------------------------------- |
| 3695 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3696 | Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru> |
| 3697 | |
| 3698 | Redistribution and use in source and binary forms, with or without |
| 3699 | modification, are permitted provided that the following conditions |
| 3700 | are met: |
| 3701 | 1. Redistributions of source code must retain the above copyright |
| 3702 | notice, this list of conditions and the following disclaimer. |
| 3703 | 2. Redistributions in binary form must reproduce the above copyright |
| 3704 | notice, this list of conditions and the following disclaimer in the |
| 3705 | documentation and/or other materials provided with the distribution. |
| 3706 | 3. The names of the authors may not be used to endorse or promote |
| 3707 | products derived from this software without specific prior written |
| 3708 | permission. |
| 3709 | |
| 3710 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3711 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3712 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3713 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3714 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3715 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3716 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3717 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3718 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3719 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3720 | SUCH DAMAGE. |
| 3721 | |
| 3722 | ------------------------------------------------------------------- |
| 3723 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3724 | Copyright (c) 2003 Dag-Erling Smørgrav |
| 3725 | All rights reserved. |
| 3726 | |
| 3727 | Redistribution and use in source and binary forms, with or without |
| 3728 | modification, are permitted provided that the following conditions |
| 3729 | are met: |
| 3730 | 1. Redistributions of source code must retain the above copyright |
| 3731 | notice, this list of conditions and the following disclaimer |
| 3732 | in this position and unchanged. |
| 3733 | 2. Redistributions in binary form must reproduce the above copyright |
| 3734 | notice, this list of conditions and the following disclaimer in the |
| 3735 | documentation and/or other materials provided with the distribution. |
| 3736 | 3. The name of the author may not be used to endorse or promote products |
| 3737 | derived from this software without specific prior written permission. |
| 3738 | |
| 3739 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3740 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3741 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3742 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3743 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3744 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3745 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3746 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3747 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3748 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3749 | |
| 3750 | ------------------------------------------------------------------- |
| 3751 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3752 | Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> |
| 3753 | All rights reserved. |
| 3754 | |
| 3755 | Redistribution and use in source and binary forms, with or without |
| 3756 | modification, are permitted provided that the following conditions |
| 3757 | are met: |
| 3758 | 1. Redistributions of source code must retain the above copyright |
| 3759 | notice, this list of conditions and the following disclaimer. |
| 3760 | 2. Redistributions in binary form must reproduce the above copyright |
| 3761 | notice, this list of conditions and the following disclaimer in the |
| 3762 | documentation and/or other materials provided with the distribution. |
| 3763 | |
| 3764 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3765 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3766 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3767 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3768 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3769 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3770 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3771 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3772 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3773 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3774 | SUCH DAMAGE. |
| 3775 | |
| 3776 | ------------------------------------------------------------------- |
| 3777 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3778 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 3779 | All rights reserved. |
| 3780 | |
| 3781 | Redistribution and use in source and binary forms, with or without |
| 3782 | modification, are permitted provided that the following conditions |
| 3783 | are met: |
| 3784 | 1. Redistributions of source code must retain the above copyright |
| 3785 | notice, this list of conditions and the following disclaimer. |
| 3786 | 2. Redistributions in binary form must reproduce the above copyright |
| 3787 | notice, this list of conditions and the following disclaimer in the |
| 3788 | documentation and/or other materials provided with the distribution. |
| 3789 | |
| 3790 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3791 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3792 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3793 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3794 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3795 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3796 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3797 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3798 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3799 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3800 | SUCH DAMAGE. |
| 3801 | |
| 3802 | ------------------------------------------------------------------- |
| 3803 | |
| 3804 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 3805 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 3806 | All rights reserved. |
| 3807 | |
| 3808 | Redistribution and use in source and binary forms, with or without |
| 3809 | modification, are permitted provided that the following conditions |
| 3810 | are met: |
| 3811 | 1. Redistributions of source code must retain the above copyright |
| 3812 | notice, this list of conditions and the following disclaimer. |
| 3813 | 2. Redistributions in binary form must reproduce the above copyright |
| 3814 | notice, this list of conditions and the following disclaimer in the |
| 3815 | documentation and/or other materials provided with the distribution. |
| 3816 | |
| 3817 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3818 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3819 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3820 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3821 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3822 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3823 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3824 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3825 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3826 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3827 | SUCH DAMAGE. |
| 3828 | |
| 3829 | ------------------------------------------------------------------- |
| 3830 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3831 | Copyright (c) 2003 Networks Associates Technology, Inc. |
| 3832 | All rights reserved. |
| 3833 | |
| 3834 | Portions of this software were developed for the FreeBSD Project by |
| 3835 | Jacques A. Vidrine, Safeport Network Services, and Network |
| 3836 | Associates Laboratories, the Security Research Division of Network |
| 3837 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 |
| 3838 | ("CBOSS"), as part of the DARPA CHATS research program. |
| 3839 | |
| 3840 | Redistribution and use in source and binary forms, with or without |
| 3841 | modification, are permitted provided that the following conditions |
| 3842 | are met: |
| 3843 | 1. Redistributions of source code must retain the above copyright |
| 3844 | notice, this list of conditions and the following disclaimer. |
| 3845 | 2. Redistributions in binary form must reproduce the above copyright |
| 3846 | notice, this list of conditions and the following disclaimer in the |
| 3847 | documentation and/or other materials provided with the distribution. |
| 3848 | |
| 3849 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3850 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3851 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3852 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3853 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3854 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3855 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3856 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3857 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3858 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3859 | SUCH DAMAGE. |
| 3860 | |
| 3861 | ------------------------------------------------------------------- |
| 3862 | |
Nick Kralevich | 5e58ea0 | 2012-09-12 13:21:25 -0700 | [diff] [blame] | 3863 | Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3864 | |
| 3865 | Permission to use, copy, modify, and distribute this software for any |
| 3866 | purpose with or without fee is hereby granted, provided that the above |
| 3867 | copyright notice and this permission notice appear in all copies. |
| 3868 | |
| 3869 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3870 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3871 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3872 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3873 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3874 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3875 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3876 | |
| 3877 | Sponsored in part by the Defense Advanced Research Projects |
| 3878 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3879 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3880 | |
| 3881 | ------------------------------------------------------------------- |
| 3882 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3883 | Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3884 | |
| 3885 | Permission to use, copy, modify, and distribute this software for any |
| 3886 | purpose with or without fee is hereby granted, provided that the above |
| 3887 | copyright notice and this permission notice appear in all copies. |
| 3888 | |
| 3889 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3890 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3891 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3892 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3893 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3894 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3895 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3896 | |
| 3897 | Sponsored in part by the Defense Advanced Research Projects |
| 3898 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3899 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3900 | |
| 3901 | ------------------------------------------------------------------- |
| 3902 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3903 | Copyright (c) 2003, Steven G. Kargl |
| 3904 | All rights reserved. |
| 3905 | |
| 3906 | Redistribution and use in source and binary forms, with or without |
| 3907 | modification, are permitted provided that the following conditions |
| 3908 | are met: |
| 3909 | 1. Redistributions of source code must retain the above copyright |
| 3910 | notice unmodified, this list of conditions, and the following |
| 3911 | 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 ``AS IS'' AND ANY EXPRESS OR |
| 3917 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3918 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3919 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3920 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3921 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3922 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3923 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3924 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3925 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3926 | |
| 3927 | ------------------------------------------------------------------- |
| 3928 | |
| 3929 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 3930 | All rights reserved. |
| 3931 | |
| 3932 | Redistribution and use in source and binary forms, with or without |
| 3933 | modification, are permitted provided that the following conditions |
| 3934 | are met: |
| 3935 | 1. Redistributions of source code must retain the above copyright |
| 3936 | notice, this list of conditions and the following disclaimer. |
| 3937 | 2. Redistributions in binary form must reproduce the above copyright |
| 3938 | notice, this list of conditions and the following disclaimer in the |
| 3939 | documentation and/or other materials provided with the distribution. |
| 3940 | |
| 3941 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3942 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3943 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3944 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3945 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3946 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3947 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3948 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3949 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3950 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3951 | SUCH DAMAGE. |
| 3952 | |
| 3953 | ------------------------------------------------------------------- |
| 3954 | |
| 3955 | Copyright (c) 2004 Stefan Farfeleder |
| 3956 | All rights reserved. |
| 3957 | |
| 3958 | Redistribution and use in source and binary forms, with or without |
| 3959 | modification, are permitted provided that the following conditions |
| 3960 | are met: |
| 3961 | 1. Redistributions of source code must retain the above copyright |
| 3962 | notice, this list of conditions and the following disclaimer. |
| 3963 | 2. Redistributions in binary form must reproduce the above copyright |
| 3964 | notice, this list of conditions and the following disclaimer in the |
| 3965 | documentation and/or other materials provided with the distribution. |
| 3966 | |
| 3967 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3968 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3969 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3970 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3971 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3972 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3973 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3974 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3975 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3976 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3977 | SUCH DAMAGE. |
| 3978 | |
| 3979 | ------------------------------------------------------------------- |
| 3980 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3981 | Copyright (c) 2004 The NetBSD Foundation, Inc. |
| 3982 | All rights reserved. |
| 3983 | |
| 3984 | This code is derived from software contributed to The NetBSD Foundation |
| 3985 | by Christos Zoulas. |
| 3986 | |
| 3987 | Redistribution and use in source and binary forms, with or without |
| 3988 | modification, are permitted provided that the following conditions |
| 3989 | are met: |
| 3990 | 1. Redistributions of source code must retain the above copyright |
| 3991 | notice, this list of conditions and the following disclaimer. |
| 3992 | 2. Redistributions in binary form must reproduce the above copyright |
| 3993 | notice, this list of conditions and the following disclaimer in the |
| 3994 | documentation and/or other materials provided with the distribution. |
| 3995 | 3. All advertising materials mentioning features or use of this software |
| 3996 | must display the following acknowledgement: |
| 3997 | This product includes software developed by the NetBSD |
| 3998 | Foundation, Inc. and its contributors. |
| 3999 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 4000 | contributors may be used to endorse or promote products derived |
| 4001 | from this software without specific prior written permission. |
| 4002 | |
| 4003 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4004 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4005 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4006 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4007 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4008 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4009 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4010 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4011 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4012 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4013 | POSSIBILITY OF SUCH DAMAGE. |
| 4014 | |
| 4015 | ------------------------------------------------------------------- |
| 4016 | |
| 4017 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4018 | Copyright (c) 1995,1999 by Internet Software Consortium. |
| 4019 | |
| 4020 | Permission to use, copy, modify, and distribute this software for any |
| 4021 | purpose with or without fee is hereby granted, provided that the above |
| 4022 | copyright notice and this permission notice appear in all copies. |
| 4023 | |
| 4024 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4025 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4026 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4027 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4028 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4029 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4030 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4031 | |
| 4032 | ------------------------------------------------------------------- |
| 4033 | |
| 4034 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4035 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4036 | |
| 4037 | Permission to use, copy, modify, and distribute this software for any |
| 4038 | purpose with or without fee is hereby granted, provided that the above |
| 4039 | copyright notice and this permission notice appear in all copies. |
| 4040 | |
| 4041 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4042 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4043 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4044 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4045 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4046 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4047 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4048 | |
| 4049 | ------------------------------------------------------------------- |
| 4050 | |
| 4051 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4052 | Copyright (c) 1995-1999 by Internet Software Consortium. |
| 4053 | |
| 4054 | Permission to use, copy, modify, and distribute this software for any |
| 4055 | purpose with or without fee is hereby granted, provided that the above |
| 4056 | copyright notice and this permission notice appear in all copies. |
| 4057 | |
| 4058 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4059 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4060 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4061 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4062 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4063 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4064 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4065 | |
| 4066 | ------------------------------------------------------------------- |
| 4067 | |
| 4068 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4069 | Copyright (c) 1996,1999 by Internet Software Consortium. |
| 4070 | |
| 4071 | Permission to use, copy, modify, and distribute this software for any |
| 4072 | purpose with or without fee is hereby granted, provided that the above |
| 4073 | copyright notice and this permission notice appear in all copies. |
| 4074 | |
| 4075 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4076 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4077 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4078 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4079 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4080 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4081 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4082 | |
| 4083 | ------------------------------------------------------------------- |
| 4084 | |
| 4085 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4086 | Copyright (c) 1996-1999 by Internet Software Consortium |
| 4087 | |
| 4088 | Permission to use, copy, modify, and distribute this software for any |
| 4089 | purpose with or without fee is hereby granted, provided that the above |
| 4090 | copyright notice and this permission notice appear in all copies. |
| 4091 | |
| 4092 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4093 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4094 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4095 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4096 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4097 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4098 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4099 | |
| 4100 | ------------------------------------------------------------------- |
| 4101 | |
| 4102 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4103 | Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4104 | |
| 4105 | Permission to use, copy, modify, and distribute this software for any |
| 4106 | purpose with or without fee is hereby granted, provided that the above |
| 4107 | copyright notice and this permission notice appear in all copies. |
| 4108 | |
| 4109 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4110 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4111 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4112 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4113 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4114 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4115 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4116 | |
| 4117 | ------------------------------------------------------------------- |
| 4118 | |
| 4119 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4120 | Copyright (c) 1997,1999 by Internet Software Consortium. |
| 4121 | |
| 4122 | Permission to use, copy, modify, and distribute this software for any |
| 4123 | purpose with or without fee is hereby granted, provided that the above |
| 4124 | copyright notice and this permission notice appear in all copies. |
| 4125 | |
| 4126 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4127 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4128 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4129 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4130 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4131 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4132 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4133 | |
| 4134 | ------------------------------------------------------------------- |
| 4135 | |
| 4136 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4137 | Copyright (c) 1999 by Internet Software Consortium. |
| 4138 | |
| 4139 | Permission to use, copy, modify, and distribute this software for any |
| 4140 | purpose with or without fee is hereby granted, provided that the above |
| 4141 | copyright notice and this permission notice appear in all copies. |
| 4142 | |
| 4143 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4144 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4145 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4146 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4147 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4148 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4149 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4150 | |
| 4151 | ------------------------------------------------------------------- |
| 4152 | |
| 4153 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4154 | Portions Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4155 | |
| 4156 | Permission to use, copy, modify, and distribute this software for any |
| 4157 | purpose with or without fee is hereby granted, provided that the above |
| 4158 | copyright notice and this permission notice appear in all copies. |
| 4159 | |
| 4160 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4161 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4162 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4163 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4164 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4165 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4166 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4167 | |
| 4168 | ------------------------------------------------------------------- |
| 4169 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4170 | Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG> |
| 4171 | All rights reserved. |
| 4172 | |
| 4173 | Redistribution and use in source and binary forms, with or without |
| 4174 | modification, are permitted provided that the following conditions |
| 4175 | are met: |
| 4176 | 1. Redistributions of source code must retain the above copyright |
| 4177 | notice, this list of conditions and the following disclaimer. |
| 4178 | 2. Redistributions in binary form must reproduce the above copyright |
| 4179 | notice, this list of conditions and the following disclaimer in the |
| 4180 | documentation and/or other materials provided with the distribution. |
| 4181 | |
| 4182 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4183 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4184 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4185 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4186 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4187 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4188 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4189 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4190 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4191 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4192 | SUCH DAMAGE. |
| 4193 | |
| 4194 | ------------------------------------------------------------------- |
| 4195 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4196 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 4197 | All rights reserved. |
| 4198 | |
| 4199 | Redistribution and use in source and binary forms, with or without |
| 4200 | modification, are permitted provided that the following conditions |
| 4201 | are met: |
| 4202 | 1. Redistributions of source code must retain the above copyright |
| 4203 | notice, this list of conditions and the following disclaimer. |
| 4204 | 2. Redistributions in binary form must reproduce the above copyright |
| 4205 | notice, this list of conditions and the following disclaimer in the |
| 4206 | documentation and/or other materials provided with the distribution. |
| 4207 | |
| 4208 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4209 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4210 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4211 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4212 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4213 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4214 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4215 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4216 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4217 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4218 | SUCH DAMAGE. |
| 4219 | |
| 4220 | ------------------------------------------------------------------- |
| 4221 | |
| 4222 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 4223 | All rights reserved. |
| 4224 | |
| 4225 | Redistribution and use in source and binary forms, with or without |
| 4226 | modification, are permitted provided that the following conditions |
| 4227 | are met: |
| 4228 | 1. Redistributions of source code must retain the above copyright |
| 4229 | notice, this list of conditions and the following disclaimer. |
| 4230 | 2. Redistributions in binary form must reproduce the above copyright |
| 4231 | notice, this list of conditions and the following disclaimer in the |
| 4232 | documentation and/or other materials provided with the distribution. |
| 4233 | |
| 4234 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4235 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4236 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4237 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4238 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4239 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4240 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4241 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4242 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4243 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4244 | SUCH DAMAGE. |
| 4245 | |
| 4246 | ------------------------------------------------------------------- |
| 4247 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4248 | Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl |
| 4249 | All rights reserved. |
| 4250 | |
| 4251 | Redistribution and use in source and binary forms, with or without |
| 4252 | modification, are permitted provided that the following conditions |
| 4253 | are met: |
| 4254 | 1. Redistributions of source code must retain the above copyright |
| 4255 | notice unmodified, this list of conditions, and the following |
| 4256 | 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 ``AS IS'' AND ANY EXPRESS OR |
| 4262 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4263 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4264 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4265 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4266 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4267 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4268 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4269 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4270 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4271 | |
| 4272 | ------------------------------------------------------------------- |
| 4273 | |
| 4274 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 4275 | All rights reserved. |
| 4276 | |
| 4277 | Redistribution and use in source and binary forms, with or without |
| 4278 | modification, are permitted provided that the following conditions |
| 4279 | are met: |
| 4280 | 1. Redistributions of source code must retain the above copyright |
| 4281 | notice, this list of conditions and the following disclaimer. |
| 4282 | 2. Redistributions in binary form must reproduce the above copyright |
| 4283 | notice, this list of conditions and the following disclaimer in the |
| 4284 | documentation and/or other materials provided with the distribution. |
| 4285 | |
| 4286 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4287 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4288 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4289 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4290 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4291 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4292 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4293 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4294 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4295 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4296 | SUCH DAMAGE. |
| 4297 | |
| 4298 | ------------------------------------------------------------------- |
| 4299 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4300 | Copyright (c) 2005 Tim J. Robbins. |
| 4301 | All rights reserved. |
| 4302 | |
| 4303 | Redistribution and use in source and binary forms, with or without |
| 4304 | modification, are permitted provided that the following conditions |
| 4305 | are met: |
| 4306 | 1. Redistributions of source code must retain the above copyright |
| 4307 | notice, this list of conditions and the following disclaimer. |
| 4308 | 2. Redistributions in binary form must reproduce the above copyright |
| 4309 | notice, this list of conditions and the following disclaimer in the |
| 4310 | documentation and/or other materials provided with the distribution. |
| 4311 | |
| 4312 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4313 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4314 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4315 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4316 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4317 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4318 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4319 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4320 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4321 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4322 | SUCH DAMAGE. |
| 4323 | |
| 4324 | ------------------------------------------------------------------- |
| 4325 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 4326 | Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") |
| 4327 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4328 | |
| 4329 | Permission to use, copy, modify, and distribute this software for any |
| 4330 | purpose with or without fee is hereby granted, provided that the above |
| 4331 | copyright notice and this permission notice appear in all copies. |
| 4332 | |
| 4333 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4334 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4335 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4336 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4337 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4338 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4339 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4340 | |
| 4341 | ------------------------------------------------------------------- |
| 4342 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4343 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 4344 | All rights reserved. |
| 4345 | |
| 4346 | Redistribution and use in source and binary forms, with or without |
| 4347 | modification, are permitted provided that the following conditions |
| 4348 | are met: |
| 4349 | 1. Redistributions of source code must retain the above copyright |
| 4350 | notice, this list of conditions and the following disclaimer. |
| 4351 | 2. Redistributions in binary form must reproduce the above copyright |
| 4352 | notice, this list of conditions and the following disclaimer in the |
| 4353 | documentation and/or other materials provided with the distribution. |
| 4354 | |
| 4355 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4356 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4357 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4358 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4359 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4360 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4361 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4362 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4363 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4364 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4365 | SUCH DAMAGE. |
| 4366 | |
| 4367 | ------------------------------------------------------------------- |
| 4368 | |
| 4369 | Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> |
| 4370 | All rights reserved. |
| 4371 | |
| 4372 | Redistribution and use in source and binary forms, with or without |
| 4373 | modification, are permitted provided that the following conditions |
| 4374 | are met: |
| 4375 | 1. Redistributions of source code must retain the above copyright |
| 4376 | notice, this list of conditions and the following disclaimer. |
| 4377 | 2. Redistributions in binary form must reproduce the above copyright |
| 4378 | notice, this list of conditions and the following disclaimer in the |
| 4379 | documentation and/or other materials provided with the distribution. |
| 4380 | |
| 4381 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4382 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4383 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4384 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4385 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4386 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4387 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4388 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4389 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4390 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4391 | SUCH DAMAGE. |
| 4392 | |
| 4393 | ------------------------------------------------------------------- |
| 4394 | |
| 4395 | Copyright (c) 2007 David Schultz |
| 4396 | All rights reserved. |
| 4397 | |
| 4398 | Redistribution and use in source and binary forms, with or without |
| 4399 | modification, are permitted provided that the following conditions |
| 4400 | are met: |
| 4401 | 1. Redistributions of source code must retain the above copyright |
| 4402 | notice, this list of conditions and the following disclaimer. |
| 4403 | 2. Redistributions in binary form must reproduce the above copyright |
| 4404 | notice, this list of conditions and the following disclaimer in the |
| 4405 | documentation and/or other materials provided with the distribution. |
| 4406 | |
| 4407 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4408 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4409 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4410 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4411 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4412 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4413 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4414 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4415 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4416 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4417 | SUCH DAMAGE. |
| 4418 | |
| 4419 | ------------------------------------------------------------------- |
| 4420 | |
| 4421 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4422 | All rights reserved. |
| 4423 | |
| 4424 | Redistribution and use in source and binary forms, with or without |
| 4425 | modification, are permitted provided that the following conditions |
| 4426 | are met: |
| 4427 | 1. Redistributions of source code must retain the above copyright |
| 4428 | notice, this list of conditions and the following disclaimer. |
| 4429 | 2. Redistributions in binary form must reproduce the above copyright |
| 4430 | notice, this list of conditions and the following disclaimer in the |
| 4431 | documentation and/or other materials provided with the distribution. |
| 4432 | |
| 4433 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4434 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4435 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4436 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4437 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4438 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4439 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4440 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4441 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4442 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4443 | SUCH DAMAGE. |
| 4444 | |
| 4445 | ------------------------------------------------------------------- |
| 4446 | |
| 4447 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4448 | All rights reserved. |
| 4449 | |
| 4450 | Redistribution and use in source and binary forms, with or without |
| 4451 | modification, are permitted provided that the following conditions |
| 4452 | are met: |
| 4453 | 1. Redistributions of source code must retain the above copyright |
| 4454 | notice, this list of conditions and the following disclaimer. |
| 4455 | 2. Redistributions in binary form must reproduce the above copyright |
| 4456 | notice, this list of conditions and the following disclaimer in the |
| 4457 | documentation and/or other materials provided with the distribution. |
| 4458 | |
| 4459 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4460 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4461 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4462 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4463 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4464 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4465 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4466 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4467 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4468 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4469 | SUCH DAMAGE. |
| 4470 | |
| 4471 | Derived from s_modf.c, which has the following Copyright: |
| 4472 | ==================================================== |
| 4473 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 4474 | |
| 4475 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 4476 | Permission to use, copy, modify, and distribute this |
| 4477 | software is freely granted, provided that this notice |
| 4478 | is preserved. |
| 4479 | |
| 4480 | ------------------------------------------------------------------- |
| 4481 | |
| 4482 | Copyright (c) 2007 Steven G. Kargl |
| 4483 | All rights reserved. |
| 4484 | |
| 4485 | Redistribution and use in source and binary forms, with or without |
| 4486 | modification, are permitted provided that the following conditions |
| 4487 | are met: |
| 4488 | 1. Redistributions of source code must retain the above copyright |
| 4489 | notice unmodified, this list of conditions, and the following |
| 4490 | disclaimer. |
| 4491 | 2. Redistributions in binary form must reproduce the above copyright |
| 4492 | notice, this list of conditions and the following disclaimer in the |
| 4493 | documentation and/or other materials provided with the distribution. |
| 4494 | |
| 4495 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4496 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4497 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4498 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4499 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4500 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4501 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4502 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4503 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4504 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4505 | |
| 4506 | ------------------------------------------------------------------- |
| 4507 | |
| 4508 | Copyright (c) 2007 The NetBSD Foundation, Inc. |
| 4509 | All rights reserved. |
| 4510 | |
| 4511 | This code is derived from software written by Stephen L. Moshier. |
| 4512 | It is redistributed by the NetBSD Foundation by permission of the author. |
| 4513 | |
| 4514 | Redistribution and use in source and binary forms, with or without |
| 4515 | modification, are permitted provided that the following conditions |
| 4516 | are met: |
| 4517 | 1. Redistributions of source code must retain the above copyright |
| 4518 | notice, this list of conditions and the following disclaimer. |
| 4519 | 2. Redistributions in binary form must reproduce the above copyright |
| 4520 | notice, this list of conditions and the following disclaimer in the |
| 4521 | documentation and/or other materials provided with the distribution. |
| 4522 | |
| 4523 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4524 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4525 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4526 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4527 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4528 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4529 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4530 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4531 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4532 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4533 | POSSIBILITY OF SUCH DAMAGE. |
| 4534 | |
| 4535 | ------------------------------------------------------------------- |
| 4536 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 4537 | Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4538 | |
| 4539 | Permission to use, copy, modify, and distribute this software for any |
| 4540 | purpose with or without fee is hereby granted, provided that the above |
| 4541 | copyright notice and this permission notice appear in all copies. |
| 4542 | |
| 4543 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4544 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4545 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4546 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4547 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4548 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4549 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4550 | |
| 4551 | ------------------------------------------------------------------- |
| 4552 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4553 | Copyright (c) 2007-2008 Michael G Schwern |
| 4554 | |
| 4555 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
| 4556 | |
| 4557 | The MIT License: |
| 4558 | |
| 4559 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4560 | of this software and associated documentation files (the "Software"), to deal |
| 4561 | in the Software without restriction, including without limitation the rights |
| 4562 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4563 | copies of the Software, and to permit persons to whom the Software is |
| 4564 | furnished to do so, subject to the following conditions: |
| 4565 | |
| 4566 | The above copyright notice and this permission notice shall be included in |
| 4567 | all copies or substantial portions of the Software. |
| 4568 | |
| 4569 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4570 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4571 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4572 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4573 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4574 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4575 | THE SOFTWARE. |
| 4576 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4577 | ------------------------------------------------------------------- |
| 4578 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4579 | Copyright (c) 2007-2008 Michael G Schwern |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4580 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4581 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4582 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4583 | The MIT License: |
| 4584 | |
| 4585 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4586 | of this software and associated documentation files (the "Software"), to deal |
| 4587 | in the Software without restriction, including without limitation the rights |
| 4588 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4589 | copies of the Software, and to permit persons to whom the Software is |
| 4590 | furnished to do so, subject to the following conditions: |
| 4591 | |
| 4592 | The above copyright notice and this permission notice shall be included in |
| 4593 | all copies or substantial portions of the Software. |
| 4594 | |
| 4595 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4596 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4597 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4598 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4599 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4600 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4601 | THE SOFTWARE. |
| 4602 | |
| 4603 | Origin: http://code.google.com/p/y2038 |
| 4604 | Modified for Bionic by the Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4605 | |
| 4606 | ------------------------------------------------------------------- |
| 4607 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4608 | Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> |
| 4609 | All rights reserved. |
| 4610 | |
| 4611 | Redistribution and use in source and binary forms, with or without |
| 4612 | modification, are permitted provided that the following conditions |
| 4613 | are met: |
| 4614 | 1. Redistributions of source code must retain the above copyright |
| 4615 | notice, this list of conditions and the following disclaimer. |
| 4616 | 2. Redistributions in binary form must reproduce the above copyright |
| 4617 | notice, this list of conditions and the following disclaimer in the |
| 4618 | documentation and/or other materials provided with the distribution. |
| 4619 | |
| 4620 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4621 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4622 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4623 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4624 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4625 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4626 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4627 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4628 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4629 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4630 | SUCH DAMAGE. |
| 4631 | |
| 4632 | ------------------------------------------------------------------- |
| 4633 | |
| 4634 | Copyright (c) 2007-2013 Bruce D. Evans |
| 4635 | All rights reserved. |
| 4636 | |
| 4637 | Redistribution and use in source and binary forms, with or without |
| 4638 | modification, are permitted provided that the following conditions |
| 4639 | are met: |
| 4640 | 1. Redistributions of source code must retain the above copyright |
| 4641 | notice unmodified, this list of conditions, and the following |
| 4642 | 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 ``AS IS'' AND ANY EXPRESS OR |
| 4648 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4649 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4650 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4651 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4652 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4653 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4654 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4655 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4656 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4657 | |
| 4658 | ------------------------------------------------------------------- |
| 4659 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4660 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 4661 | All rights reserved. |
| 4662 | |
| 4663 | Redistribution and use in source and binary forms, with or without |
| 4664 | modification, are permitted provided that the following conditions |
| 4665 | are met: |
| 4666 | 1. Redistributions of source code must retain the above copyright |
| 4667 | notice, this list of conditions and the following disclaimer. |
| 4668 | 2. Redistributions in binary form must reproduce the above copyright |
| 4669 | notice, this list of conditions and the following disclaimer in the |
| 4670 | documentation and/or other materials provided with the distribution. |
| 4671 | |
| 4672 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4673 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4674 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4675 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4676 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4677 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4678 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4679 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4680 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4681 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4682 | SUCH DAMAGE. |
| 4683 | |
| 4684 | ------------------------------------------------------------------- |
| 4685 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4686 | Copyright (c) 2008 Otto Moerbeek <otto@drijf.net> |
| 4687 | |
| 4688 | Permission to use, copy, modify, and distribute this software for any |
| 4689 | purpose with or without fee is hereby granted, provided that the above |
| 4690 | copyright notice and this permission notice appear in all copies. |
| 4691 | |
| 4692 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4693 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4694 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4695 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4696 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4697 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4698 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4699 | |
| 4700 | ------------------------------------------------------------------- |
| 4701 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4702 | Copyright (c) 2008 Todd C. Miller <millert@openbsd.org> |
| 4703 | |
| 4704 | Permission to use, copy, modify, and distribute this software for any |
| 4705 | purpose with or without fee is hereby granted, provided that the above |
| 4706 | copyright notice and this permission notice appear in all copies. |
| 4707 | |
| 4708 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4709 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4710 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4711 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4712 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4713 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4714 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4715 | |
| 4716 | ------------------------------------------------------------------- |
| 4717 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4718 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 4719 | |
| 4720 | Permission to use, copy, modify, and distribute this software for any |
| 4721 | purpose with or without fee is hereby granted, provided that the above |
| 4722 | copyright notice and this permission notice appear in all copies. |
| 4723 | |
| 4724 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4725 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4726 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4727 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4728 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4729 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4730 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4731 | |
| 4732 | ------------------------------------------------------------------- |
| 4733 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4734 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4735 | All rights reserved. |
| 4736 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4737 | Copyright (c) 2011 The FreeBSD Foundation |
| 4738 | All rights reserved. |
| 4739 | Portions of this software were developed by David Chisnall |
| 4740 | under sponsorship from the FreeBSD Foundation. |
| 4741 | |
| 4742 | Redistribution and use in source and binary forms, with or without |
| 4743 | modification, are permitted provided that the following conditions |
| 4744 | are met: |
| 4745 | 1. Redistributions of source code must retain the above copyright |
| 4746 | notice, this list of conditions and the following disclaimer. |
| 4747 | 2. Redistributions in binary form must reproduce the above copyright |
| 4748 | notice, this list of conditions and the following disclaimer in the |
| 4749 | documentation and/or other materials provided with the distribution. |
| 4750 | |
| 4751 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4752 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4753 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4754 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4755 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4756 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4757 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4758 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4759 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4760 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4761 | SUCH DAMAGE. |
| 4762 | |
| 4763 | ------------------------------------------------------------------- |
| 4764 | |
| 4765 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4766 | All rights reserved. |
| 4767 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4768 | Redistribution and use in source and binary forms, with or without |
| 4769 | modification, are permitted provided that the following conditions |
| 4770 | are met: |
| 4771 | 1. Redistributions of source code must retain the above copyright |
| 4772 | notice, this list of conditions and the following disclaimer. |
| 4773 | 2. Redistributions in binary form must reproduce the above copyright |
| 4774 | notice, this list of conditions and the following disclaimer in the |
| 4775 | documentation and/or other materials provided with the distribution. |
| 4776 | |
| 4777 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4778 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4779 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4780 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4781 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4782 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4783 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4784 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4785 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4786 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4787 | SUCH DAMAGE. |
| 4788 | |
| 4789 | ------------------------------------------------------------------- |
| 4790 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 4791 | Copyright (c) 2009 The NetBSD Foundation, Inc. |
| 4792 | |
| 4793 | This code is derived from software contributed to The NetBSD Foundation |
| 4794 | by Roy Marples. |
| 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, this list of conditions and the following disclaimer. |
| 4801 | 2. Redistributions in binary form must reproduce the above copyright |
| 4802 | notice, this list of conditions and the following disclaimer in the |
| 4803 | documentation and/or other materials provided with the distribution. |
| 4804 | |
| 4805 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4806 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4807 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4808 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4809 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4810 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4811 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4812 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4813 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4814 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4815 | |
| 4816 | ------------------------------------------------------------------- |
| 4817 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4818 | Copyright (c) 2009-2013 Steven G. Kargl |
| 4819 | All rights reserved. |
| 4820 | |
| 4821 | Redistribution and use in source and binary forms, with or without |
| 4822 | modification, are permitted provided that the following conditions |
| 4823 | are met: |
| 4824 | 1. Redistributions of source code must retain the above copyright |
| 4825 | notice unmodified, this list of conditions, and the following |
| 4826 | disclaimer. |
| 4827 | 2. Redistributions in binary form must reproduce the above copyright |
| 4828 | notice, this list of conditions and the following disclaimer in the |
| 4829 | documentation and/or other materials provided with the distribution. |
| 4830 | |
| 4831 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4832 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4833 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4834 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4835 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4836 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4837 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4838 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4839 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4840 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4841 | |
| 4842 | Optimized by Bruce D. Evans. |
| 4843 | |
| 4844 | ------------------------------------------------------------------- |
| 4845 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4846 | Copyright (c) 2010 The NetBSD Foundation, Inc. |
| 4847 | All rights reserved. |
| 4848 | |
| 4849 | Redistribution and use in source and binary forms, with or without |
| 4850 | modification, are permitted provided that the following conditions |
| 4851 | are met: |
| 4852 | 1. Redistributions of source code must retain the above copyright |
| 4853 | notice, this list of conditions and the following disclaimer. |
| 4854 | 2. Redistributions in binary form must reproduce the above copyright |
| 4855 | notice, this list of conditions and the following disclaimer in the |
| 4856 | documentation and/or other materials provided with the distribution. |
| 4857 | |
| 4858 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4859 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4860 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4861 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4862 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4863 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4864 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4865 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4866 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4867 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4868 | POSSIBILITY OF SUCH DAMAGE. |
| 4869 | |
| 4870 | ------------------------------------------------------------------- |
| 4871 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 4872 | Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4873 | |
| 4874 | Permission to use, copy, modify, and distribute this software for any |
| 4875 | purpose with or without fee is hereby granted, provided that the above |
| 4876 | copyright notice and this permission notice appear in all copies. |
| 4877 | |
| 4878 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4879 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4880 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4881 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4882 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4883 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4884 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4885 | |
| 4886 | ------------------------------------------------------------------- |
| 4887 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4888 | Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4889 | All rights reserved. |
| 4890 | |
| 4891 | Redistribution and use in source and binary forms, with or without |
| 4892 | modification, are permitted provided that the following conditions are met: |
| 4893 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4894 | * Redistributions of source code must retain the above copyright notice, |
| 4895 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4896 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4897 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4898 | * this list of conditions and the following disclaimer in the documentation |
| 4899 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4900 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4901 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4902 | * may be used to endorse or promote products derived from this software |
| 4903 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4904 | |
| 4905 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4906 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4907 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4908 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4909 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4910 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4911 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4912 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4913 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4914 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4915 | |
| 4916 | ------------------------------------------------------------------- |
| 4917 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4918 | Copyright (c) 2010, Intel Corporation |
| 4919 | All rights reserved. |
| 4920 | |
| 4921 | Redistribution and use in source and binary forms, with or without |
| 4922 | modification, are permitted provided that the following conditions are met: |
| 4923 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4924 | * Redistributions of source code must retain the above copyright notice, |
| 4925 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4926 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4927 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4928 | * this list of conditions and the following disclaimer in the documentation |
| 4929 | * and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4930 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4931 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4932 | * may be used to endorse or promote products derived from this software |
| 4933 | * without specific prior written permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4934 | |
| 4935 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4936 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4937 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4938 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4939 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4940 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4941 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4942 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4943 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4944 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4945 | |
| 4946 | ------------------------------------------------------------------- |
| 4947 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 4948 | Copyright (c) 2011 David Chisnall |
| 4949 | All rights reserved. |
| 4950 | |
| 4951 | Redistribution and use in source and binary forms, with or without |
| 4952 | modification, are permitted provided that the following conditions |
| 4953 | are met: |
| 4954 | 1. Redistributions of source code must retain the above copyright |
| 4955 | notice, this list of conditions and the following disclaimer. |
| 4956 | 2. Redistributions in binary form must reproduce the above copyright |
| 4957 | notice, this list of conditions and the following disclaimer in the |
| 4958 | documentation and/or other materials provided with the distribution. |
| 4959 | |
| 4960 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4961 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4962 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4963 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4964 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4965 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4966 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4967 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4968 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4969 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4970 | SUCH DAMAGE. |
| 4971 | |
| 4972 | ------------------------------------------------------------------- |
| 4973 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4974 | Copyright (c) 2011 David Schultz |
| 4975 | All rights reserved. |
| 4976 | |
| 4977 | Redistribution and use in source and binary forms, with or without |
| 4978 | modification, are permitted provided that the following conditions |
| 4979 | are met: |
| 4980 | 1. Redistributions of source code must retain the above copyright |
| 4981 | notice unmodified, this list of conditions, and the following |
| 4982 | 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 ``AS IS'' AND ANY EXPRESS OR |
| 4988 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4989 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4990 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4991 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4992 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4993 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4994 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4995 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4996 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4997 | |
| 4998 | ------------------------------------------------------------------- |
| 4999 | |
| 5000 | Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> |
| 5001 | All rights reserved. |
| 5002 | |
| 5003 | Redistribution and use in source and binary forms, with or without |
| 5004 | modification, are permitted provided that the following conditions |
| 5005 | are met: |
| 5006 | 1. Redistributions of source code must retain the above copyright |
| 5007 | notice, this list of conditions and the following disclaimer. |
| 5008 | 2. Redistributions in binary form must reproduce the above copyright |
| 5009 | notice, this list of conditions and the following disclaimer in the |
| 5010 | documentation and/or other materials provided with the distribution. |
| 5011 | |
| 5012 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5013 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5014 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5015 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5016 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5017 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5018 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5019 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5020 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5021 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5022 | SUCH DAMAGE. |
| 5023 | |
| 5024 | ------------------------------------------------------------------- |
| 5025 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5026 | Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> |
| 5027 | David Chisnall <theraven@FreeBSD.org> |
| 5028 | All rights reserved. |
| 5029 | |
| 5030 | Redistribution and use in source and binary forms, with or without |
| 5031 | modification, are permitted provided that the following conditions |
| 5032 | are met: |
| 5033 | 1. Redistributions of source code must retain the above copyright |
| 5034 | notice, this list of conditions and the following disclaimer. |
| 5035 | 2. Redistributions in binary form must reproduce the above copyright |
| 5036 | notice, this list of conditions and the following disclaimer in the |
| 5037 | documentation and/or other materials provided with the distribution. |
| 5038 | |
| 5039 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5040 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5041 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5042 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5043 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5044 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5045 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5046 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5047 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5048 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5049 | SUCH DAMAGE. |
| 5050 | |
| 5051 | ------------------------------------------------------------------- |
| 5052 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5053 | Copyright (c) 2011 Intel Corporation |
| 5054 | All rights reserved. |
| 5055 | |
| 5056 | Redistribution and use in source and binary forms, with or without |
| 5057 | modification, are permitted provided that the following conditions are met: |
| 5058 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5059 | * Redistributions of source code must retain the above copyright notice, |
| 5060 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5061 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5062 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5063 | * this list of conditions and the following disclaimer in the documentation |
| 5064 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5065 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5066 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5067 | * may be used to endorse or promote products derived from this software |
| 5068 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5069 | |
| 5070 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5071 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5072 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5073 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5074 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5075 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5076 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5077 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5078 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5079 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5080 | |
| 5081 | ------------------------------------------------------------------- |
| 5082 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5083 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> |
| 5084 | |
| 5085 | Permission to use, copy, modify, and distribute this software for any |
| 5086 | purpose with or without fee is hereby granted, provided that the above |
| 5087 | copyright notice and this permission notice appear in all copies. |
| 5088 | |
| 5089 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5090 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5091 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5092 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5093 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5094 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5095 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5096 | |
| 5097 | ------------------------------------------------------------------- |
| 5098 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5099 | Copyright (c) 2011 The Android Open Source Project |
| 5100 | Copyright (c) 2008 ARM Ltd |
| 5101 | All rights reserved. |
| 5102 | |
| 5103 | Redistribution and use in source and binary forms, with or without |
| 5104 | modification, are permitted provided that the following conditions |
| 5105 | are met: |
| 5106 | 1. Redistributions of source code must retain the above copyright |
| 5107 | notice, this list of conditions and the following disclaimer. |
| 5108 | 2. Redistributions in binary form must reproduce the above copyright |
| 5109 | notice, this list of conditions and the following disclaimer in the |
| 5110 | documentation and/or other materials provided with the distribution. |
| 5111 | 3. The name of the company may not be used to endorse or promote |
| 5112 | products derived from this software without specific prior written |
| 5113 | permission. |
| 5114 | |
| 5115 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5116 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5117 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5118 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5119 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5120 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5121 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5122 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5123 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5124 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5125 | |
| 5126 | ------------------------------------------------------------------- |
| 5127 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5128 | Copyright (c) 2011, 2012, 2013 Intel Corporation |
| 5129 | All rights reserved. |
| 5130 | |
| 5131 | Redistribution and use in source and binary forms, with or without |
| 5132 | modification, are permitted provided that the following conditions are met: |
| 5133 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5134 | * Redistributions of source code must retain the above copyright notice, |
| 5135 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5136 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5137 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5138 | * this list of conditions and the following disclaimer in the documentation |
| 5139 | * and/or other materials provided with the distribution. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5140 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5141 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5142 | * may be used to endorse or promote products derived from this software |
| 5143 | * without specific prior written permission. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5144 | |
| 5145 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5146 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5147 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5148 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5149 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5150 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5151 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5152 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5153 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5154 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5155 | |
| 5156 | ------------------------------------------------------------------- |
| 5157 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5158 | Copyright (c) 2011, Intel Corporation |
| 5159 | All rights reserved. |
| 5160 | |
| 5161 | Redistribution and use in source and binary forms, with or without |
| 5162 | modification, are permitted provided that the following conditions are met: |
| 5163 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5164 | * Redistributions of source code must retain the above copyright notice, |
| 5165 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5166 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5167 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5168 | * this list of conditions and the following disclaimer in the documentation |
| 5169 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5170 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5171 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5172 | * may be used to endorse or promote products derived from this software |
| 5173 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5174 | |
| 5175 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5176 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5177 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5178 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5179 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5180 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5181 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5182 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5183 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5184 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5185 | |
| 5186 | ------------------------------------------------------------------- |
| 5187 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5188 | Copyright (c) 2011, VMware, Inc. |
| 5189 | All rights reserved. |
| 5190 | |
| 5191 | Redistribution and use in source and binary forms, with or without |
| 5192 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5193 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5194 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5195 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5196 | notice, this list of conditions and the following disclaimer in the |
| 5197 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5198 | * 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] | 5199 | may be used to endorse or promote products derived from this software |
| 5200 | without specific prior written permission. |
| 5201 | |
| 5202 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 5203 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5204 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5205 | ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR |
| 5206 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5207 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5208 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 5209 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5210 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5211 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5212 | |
| 5213 | ------------------------------------------------------------------- |
| 5214 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5215 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
| 5216 | All rights reserved. |
| 5217 | |
| 5218 | Redistribution and use in source and binary forms, with or without |
| 5219 | modification, are permitted provided that the following conditions |
| 5220 | are met: |
| 5221 | 1. Redistributions of source code must retain the above copyright |
| 5222 | notice, this list of conditions and the following disclaimer. |
| 5223 | 2. Redistributions in binary form must reproduce the above copyright |
| 5224 | notice, this list of conditions and the following disclaimer in the |
| 5225 | documentation and/or other materials provided with the distribution. |
| 5226 | |
| 5227 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5228 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5229 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5230 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5231 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5232 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5233 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5234 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5235 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5236 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5237 | SUCH DAMAGE. |
| 5238 | |
| 5239 | ------------------------------------------------------------------- |
| 5240 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5241 | Copyright (c) 2012, Linaro Limited |
| 5242 | All rights reserved. |
| 5243 | |
| 5244 | Redistribution and use in source and binary forms, with or without |
| 5245 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5246 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5247 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5248 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5249 | notice, this list of conditions and the following disclaimer in the |
| 5250 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5251 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5252 | names of its contributors may be used to endorse or promote products |
| 5253 | derived from this software without specific prior written permission. |
| 5254 | |
| 5255 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5256 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5257 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5258 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5259 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5260 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5261 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5262 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5263 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5264 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5265 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5266 | |
| 5267 | ------------------------------------------------------------------- |
| 5268 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5269 | Copyright (c) 2012, Linaro Limited |
| 5270 | All rights reserved. |
| 5271 | Copyright (c) 2014, NVIDIA Corporation. All rights reserved. |
| 5272 | |
| 5273 | Redistribution and use in source and binary forms, with or without |
| 5274 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5275 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5276 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5277 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5278 | notice, this list of conditions and the following disclaimer in the |
| 5279 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5280 | * Neither the name of the Linaro nor the |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5281 | names of its contributors may be used to endorse or promote products |
| 5282 | derived from this software without specific prior written permission. |
| 5283 | |
| 5284 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5285 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5286 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5287 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5288 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5289 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5290 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5291 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5292 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5293 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5294 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5295 | |
| 5296 | ------------------------------------------------------------------- |
| 5297 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5298 | Copyright (c) 2012-2013, Linaro Limited |
| 5299 | All rights reserved. |
| 5300 | |
| 5301 | Redistribution and use in source and binary forms, with or without |
| 5302 | modification, are permitted provided that the following conditions are met: |
| 5303 | * Redistributions of source code must retain the above copyright |
| 5304 | notice, this list of conditions and the following disclaimer. |
| 5305 | * Redistributions in binary form must reproduce the above copyright |
| 5306 | notice, this list of conditions and the following disclaimer in the |
| 5307 | documentation and/or other materials provided with the distribution. |
| 5308 | * Neither the name of the Linaro nor the |
| 5309 | names of its contributors may be used to endorse or promote products |
| 5310 | derived from this software without specific prior written permission. |
| 5311 | |
| 5312 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5313 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5314 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5315 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5316 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5317 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5318 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5319 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5320 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5321 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5322 | |
| 5323 | ------------------------------------------------------------------- |
| 5324 | |
Elliott Hughes | 44ead71 | 2015-08-28 20:23:52 -0700 | [diff] [blame] | 5325 | Copyright (c) 2013 |
| 5326 | MIPS Technologies, Inc., California. |
| 5327 | |
| 5328 | Redistribution and use in source and binary forms, with or without |
| 5329 | modification, are permitted provided that the following conditions |
| 5330 | are met: |
| 5331 | 1. Redistributions of source code must retain the above copyright |
| 5332 | notice, this list of conditions and the following disclaimer. |
| 5333 | 2. Redistributions in binary form must reproduce the above copyright |
| 5334 | notice, this list of conditions and the following disclaimer in the |
| 5335 | documentation and/or other materials provided with the distribution. |
| 5336 | 3. Neither the name of the MIPS Technologies, Inc., nor the names of its |
| 5337 | contributors may be used to endorse or promote products derived from |
| 5338 | this software without specific prior written permission. |
| 5339 | |
| 5340 | THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND |
| 5341 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5342 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5343 | ARE DISCLAIMED. IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE |
| 5344 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5345 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5346 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5347 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5348 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5349 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5350 | SUCH DAMAGE. |
| 5351 | |
| 5352 | ------------------------------------------------------------------- |
| 5353 | |
Elliott Hughes | 0493a6f | 2013-03-07 11:48:58 -0800 | [diff] [blame] | 5354 | Copyright (c) 2013 ARM Ltd |
| 5355 | All rights reserved. |
| 5356 | |
| 5357 | Redistribution and use in source and binary forms, with or without |
| 5358 | modification, are permitted provided that the following conditions |
| 5359 | are met: |
| 5360 | 1. Redistributions of source code must retain the above copyright |
| 5361 | notice, this list of conditions and the following disclaimer. |
| 5362 | 2. Redistributions in binary form must reproduce the above copyright |
| 5363 | notice, this list of conditions and the following disclaimer in the |
| 5364 | documentation and/or other materials provided with the distribution. |
| 5365 | 3. The name of the company may not be used to endorse or promote |
| 5366 | products derived from this software without specific prior written |
| 5367 | permission. |
| 5368 | |
| 5369 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5370 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5371 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5372 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5373 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5374 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5375 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5376 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5377 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5378 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5379 | |
| 5380 | ------------------------------------------------------------------- |
| 5381 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5382 | Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org> |
| 5383 | |
| 5384 | Permission to use, copy, modify, and distribute this software for any |
| 5385 | purpose with or without fee is hereby granted, provided that the above |
| 5386 | copyright notice and this permission notice appear in all copies. |
| 5387 | |
| 5388 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5389 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5390 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5391 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5392 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5393 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5394 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5395 | |
| 5396 | ------------------------------------------------------------------- |
| 5397 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5398 | Copyright (c) 2013 The NetBSD Foundation, Inc. |
| 5399 | All rights reserved. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5400 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5401 | This code is derived from software contributed to The NetBSD Foundation |
| 5402 | by Christos Zoulas. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5403 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5404 | Redistribution and use in source and binary forms, with or without |
| 5405 | modification, are permitted provided that the following conditions |
| 5406 | are met: |
| 5407 | 1. Redistributions of source code must retain the above copyright |
| 5408 | notice, this list of conditions and the following disclaimer. |
| 5409 | 2. Redistributions in binary form must reproduce the above copyright |
| 5410 | notice, this list of conditions and the following disclaimer in the |
| 5411 | documentation and/or other materials provided with the distribution. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5412 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5413 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 5414 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 5415 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 5416 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 5417 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5418 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5419 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 5420 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 5421 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 5422 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 5423 | POSSIBILITY OF SUCH DAMAGE. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5424 | |
| 5425 | ------------------------------------------------------------------- |
| 5426 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5427 | Copyright (c) 2013, Linaro Limited |
| 5428 | All rights reserved. |
| 5429 | |
| 5430 | Redistribution and use in source and binary forms, with or without |
| 5431 | modification, are permitted provided that the following conditions are met: |
| 5432 | * Redistributions of source code must retain the above copyright |
| 5433 | notice, this list of conditions and the following disclaimer. |
| 5434 | * Redistributions in binary form must reproduce the above copyright |
| 5435 | notice, this list of conditions and the following disclaimer in the |
| 5436 | documentation and/or other materials provided with the distribution. |
| 5437 | * Neither the name of the Linaro nor the |
| 5438 | names of its contributors may be used to endorse or promote products |
| 5439 | derived from this software without specific prior written permission. |
| 5440 | |
| 5441 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5442 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5443 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5444 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5445 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5446 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5447 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5448 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5449 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5450 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5451 | |
| 5452 | ------------------------------------------------------------------- |
| 5453 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5454 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 5455 | Johnny Qiu <joqiu@nvidia.com> |
| 5456 | Shu Zhang <chazhang@nvidia.com> |
| 5457 | |
| 5458 | Redistribution and use in source and binary forms, with or without |
| 5459 | modification, are permitted provided that the following conditions are |
| 5460 | met: |
| 5461 | * Redistributions of source code must retain the above copyright |
| 5462 | notice, this list of conditions and the following disclaimer. |
| 5463 | * Redistributions in binary form must reproduce the above |
| 5464 | copyright notice, this list of conditions and the following |
| 5465 | disclaimer in the documentation and/or other materials provided |
| 5466 | with the distribution. |
| 5467 | * Neither the name of The Linux Foundation nor the names of its |
| 5468 | contributors may be used to endorse or promote products derived |
| 5469 | from this software without specific prior written permission. |
| 5470 | |
| 5471 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 5472 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5473 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 5474 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 5475 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5476 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5477 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 5478 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 5479 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 5480 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 5481 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5482 | |
| 5483 | ------------------------------------------------------------------- |
| 5484 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5485 | Copyright (c) 2013-2015, Linaro Limited |
| 5486 | All rights reserved. |
| 5487 | |
| 5488 | Redistribution and use in source and binary forms, with or without |
| 5489 | modification, are permitted provided that the following conditions are met: |
| 5490 | * Redistributions of source code must retain the above copyright |
| 5491 | notice, this list of conditions and the following disclaimer. |
| 5492 | * Redistributions in binary form must reproduce the above copyright |
| 5493 | notice, this list of conditions and the following disclaimer in the |
| 5494 | documentation and/or other materials provided with the distribution. |
| 5495 | * Neither the name of the Linaro nor the |
| 5496 | names of its contributors may be used to endorse or promote products |
| 5497 | derived from this software without specific prior written permission. |
| 5498 | |
| 5499 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5500 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5501 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5502 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5503 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5504 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5505 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5506 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5507 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5508 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5509 | |
| 5510 | ------------------------------------------------------------------- |
| 5511 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5512 | Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> |
| 5513 | Copyright (c) 2014 Bob Beck <beck@obtuse.com> |
| 5514 | |
| 5515 | Permission to use, copy, modify, and distribute this software for any |
| 5516 | purpose with or without fee is hereby granted, provided that the above |
| 5517 | copyright notice and this permission notice appear in all copies. |
| 5518 | |
| 5519 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5520 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5521 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5522 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5523 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5524 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5525 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5526 | |
| 5527 | Emulation of getentropy(2) as documented at: |
Josh Gao | 98d655c | 2016-11-10 16:08:20 -0800 | [diff] [blame] | 5528 | http://man.openbsd.org/getentropy.2 |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5529 | |
| 5530 | ------------------------------------------------------------------- |
| 5531 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5532 | Copyright (c) 2014, Intel Corporation |
| 5533 | All rights reserved. |
| 5534 | |
| 5535 | Redistribution and use in source and binary forms, with or without |
| 5536 | modification, are permitted provided that the following conditions are met: |
| 5537 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5538 | * Redistributions of source code must retain the above copyright notice, |
| 5539 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5540 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5541 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5542 | * this list of conditions and the following disclaimer in the documentation |
| 5543 | * and/or other materials provided with the distribution. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5544 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5545 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5546 | * may be used to endorse or promote products derived from this software |
| 5547 | * without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5548 | |
| 5549 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5550 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5551 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5552 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5553 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5554 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5555 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5556 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5557 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5558 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5559 | |
| 5560 | ------------------------------------------------------------------- |
| 5561 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5562 | Copyright (c) 2014, Linaro Limited |
| 5563 | All rights reserved. |
| 5564 | |
| 5565 | Redistribution and use in source and binary forms, with or without |
| 5566 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5567 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5568 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5569 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5570 | notice, this list of conditions and the following disclaimer in the |
| 5571 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5572 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5573 | names of its contributors may be used to endorse or promote products |
| 5574 | derived from this software without specific prior written permission. |
| 5575 | |
| 5576 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5577 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5578 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5579 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5580 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5581 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5582 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5583 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5584 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5585 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5586 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5587 | |
| 5588 | ------------------------------------------------------------------- |
| 5589 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5590 | Copyright (c) 2015 ARM Ltd |
| 5591 | All rights reserved. |
| 5592 | |
| 5593 | Redistribution and use in source and binary forms, with or without |
| 5594 | modification, are permitted provided that the following conditions |
| 5595 | are met: |
| 5596 | 1. Redistributions of source code must retain the above copyright |
| 5597 | notice, this list of conditions and the following disclaimer. |
| 5598 | 2. Redistributions in binary form must reproduce the above copyright |
| 5599 | notice, this list of conditions and the following disclaimer in the |
| 5600 | documentation and/or other materials provided with the distribution. |
| 5601 | 3. The name of the company may not be used to endorse or promote |
| 5602 | products derived from this software without specific prior written |
| 5603 | permission. |
| 5604 | |
| 5605 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5606 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5607 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5608 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5609 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5610 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5611 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5612 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5613 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5614 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5615 | |
| 5616 | ------------------------------------------------------------------- |
| 5617 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 5618 | Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>. |
| 5619 | All rights reserved. |
| 5620 | |
| 5621 | Redistribution and use in source and binary forms, with or without |
| 5622 | modification, are permitted provided that the following conditions |
| 5623 | are met: |
| 5624 | |
| 5625 | 1. Redistributions of source code must retain the above copyright |
| 5626 | notice, this list of conditions and the following disclaimer. |
| 5627 | 2. Redistributions in binary form must reproduce the above copyright |
| 5628 | notice, this list of conditions and the following disclaimer in |
| 5629 | the documentation and/or other materials provided with the |
| 5630 | distribution. |
| 5631 | |
| 5632 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5633 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5634 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 5635 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 5636 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5637 | INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 5638 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5639 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 5640 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 5641 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 5642 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5643 | SUCH DAMAGE. |
| 5644 | |
| 5645 | ------------------------------------------------------------------- |
| 5646 | |
Elliott Hughes | 5702c6f | 2017-08-31 17:27:05 -0700 | [diff] [blame^] | 5647 | Copyright (c) 2015 Nuxi, https://nuxi.nl/ |
| 5648 | |
| 5649 | Redistribution and use in source and binary forms, with or without |
| 5650 | modification, are permitted provided that the following conditions |
| 5651 | are met: |
| 5652 | 1. Redistributions of source code must retain the above copyright |
| 5653 | notice, this list of conditions and the following disclaimer. |
| 5654 | 2. Redistributions in binary form must reproduce the above copyright |
| 5655 | notice, this list of conditions and the following disclaimer in the |
| 5656 | documentation and/or other materials provided with the distribution. |
| 5657 | |
| 5658 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5659 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5660 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5661 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5662 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5663 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5664 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5665 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5666 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5667 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5668 | SUCH DAMAGE. |
| 5669 | |
| 5670 | ------------------------------------------------------------------- |
| 5671 | |
Prashant Patil | fcb877a | 2017-03-16 18:07:00 +0530 | [diff] [blame] | 5672 | Copyright (c) 2017 Imagination Technologies. |
| 5673 | |
| 5674 | All rights reserved. |
| 5675 | |
| 5676 | Redistribution and use in source and binary forms, with or without |
| 5677 | modification, are permitted provided that the following conditions |
| 5678 | are met: |
| 5679 | |
| 5680 | * Redistributions of source code must retain the above copyright |
| 5681 | notice, this list of conditions and the following disclaimer. |
| 5682 | * Redistributions in binary form must reproduce the above copyright |
| 5683 | notice, this list of conditions and the following disclaimer |
| 5684 | in the documentation and/or other materials provided with |
| 5685 | the distribution. |
| 5686 | * Neither the name of Imagination Technologies nor the names of its |
| 5687 | contributors may be used to endorse or promote products derived |
| 5688 | from this software without specific prior written permission. |
| 5689 | |
| 5690 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5691 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5692 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5693 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5694 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5695 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5696 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5697 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5698 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5699 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5700 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5701 | |
| 5702 | ------------------------------------------------------------------- |
| 5703 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5704 | Copyright (c)1999 Citrus Project, |
| 5705 | All rights reserved. |
| 5706 | |
| 5707 | Redistribution and use in source and binary forms, with or without |
| 5708 | modification, are permitted provided that the following conditions |
| 5709 | are met: |
| 5710 | 1. Redistributions of source code must retain the above copyright |
| 5711 | notice, this list of conditions and the following disclaimer. |
| 5712 | 2. Redistributions in binary form must reproduce the above copyright |
| 5713 | notice, this list of conditions and the following disclaimer in the |
| 5714 | documentation and/or other materials provided with the distribution. |
| 5715 | |
| 5716 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5717 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5718 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5719 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5720 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5721 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5722 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5723 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5724 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5725 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5726 | SUCH DAMAGE. |
| 5727 | |
| 5728 | ------------------------------------------------------------------- |
| 5729 | |
| 5730 | Copyright (c)2001 Citrus Project, |
| 5731 | All rights reserved. |
| 5732 | |
| 5733 | Redistribution and use in source and binary forms, with or without |
| 5734 | modification, are permitted provided that the following conditions |
| 5735 | are met: |
| 5736 | 1. Redistributions of source code must retain the above copyright |
| 5737 | notice, this list of conditions and the following disclaimer. |
| 5738 | 2. Redistributions in binary form must reproduce the above copyright |
| 5739 | notice, this list of conditions and the following disclaimer in the |
| 5740 | documentation and/or other materials provided with the distribution. |
| 5741 | |
| 5742 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5743 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5744 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5745 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5746 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5747 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5748 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5749 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5750 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5751 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5752 | SUCH DAMAGE. |
| 5753 | |
| 5754 | ------------------------------------------------------------------- |
| 5755 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5756 | Copyright (c)2003 Citrus Project, |
| 5757 | All rights reserved. |
| 5758 | |
| 5759 | Redistribution and use in source and binary forms, with or without |
| 5760 | modification, are permitted provided that the following conditions |
| 5761 | are met: |
| 5762 | 1. Redistributions of source code must retain the above copyright |
| 5763 | notice, this list of conditions and the following disclaimer. |
| 5764 | 2. Redistributions in binary form must reproduce the above copyright |
| 5765 | notice, this list of conditions and the following disclaimer in the |
| 5766 | documentation and/or other materials provided with the distribution. |
| 5767 | |
| 5768 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5769 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5770 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5771 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5772 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5773 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5774 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5775 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5776 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5777 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5778 | SUCH DAMAGE. |
| 5779 | |
| 5780 | ------------------------------------------------------------------- |
| 5781 | |
Elliott Hughes | 77a3e28 | 2016-08-08 12:39:56 -0700 | [diff] [blame] | 5782 | Copyright 1989 The Regents of the University of California. |
| 5783 | All rights reserved. |
| 5784 | |
| 5785 | Redistribution and use in source and binary forms, with or without |
| 5786 | modification, are permitted provided that the following conditions |
| 5787 | are met: |
| 5788 | 1. Redistributions of source code must retain the above copyright |
| 5789 | notice, this list of conditions and the following disclaimer. |
| 5790 | 2. Redistributions in binary form must reproduce the above copyright |
| 5791 | notice, this list of conditions and the following disclaimer in the |
| 5792 | documentation and/or other materials provided with the distribution. |
| 5793 | 3. Neither the name of the University nor the names of its contributors |
| 5794 | may be used to endorse or promote products derived from this software |
| 5795 | without specific prior written permission. |
| 5796 | |
| 5797 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND |
| 5798 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5799 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5800 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 5801 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5802 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5803 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5804 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5805 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5806 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5807 | |
| 5808 | ------------------------------------------------------------------- |
| 5809 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5810 | Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
| 5811 | Copyright 2008 Damien Miller <djm@openbsd.org> |
| 5812 | All rights reserved. |
| 5813 | |
| 5814 | Theo de Raadt <deraadt@openbsd.org> came up with the idea of using |
| 5815 | such a mathematical system to generate more random (yet non-repeating) |
| 5816 | ids to solve the resolver/named problem. But Niels designed the |
| 5817 | actual system based on the constraints. |
| 5818 | |
| 5819 | Later modified by Damien Miller to wrap the LCG output in a 15-bit |
| 5820 | permutation generator based on a Luby-Rackoff block cipher. This |
| 5821 | ensures the output is non-repeating and preserves the MSB twiddle |
| 5822 | trick, but makes it more resistant to LCG prediction. |
| 5823 | |
| 5824 | Redistribution and use in source and binary forms, with or without |
| 5825 | modification, are permitted provided that the following conditions |
| 5826 | are met: |
| 5827 | 1. Redistributions of source code must retain the above copyright |
| 5828 | notice, this list of conditions and the following disclaimer. |
| 5829 | 2. Redistributions in binary form must reproduce the above copyright |
| 5830 | notice, this list of conditions and the following disclaimer in the |
| 5831 | documentation and/or other materials provided with the distribution. |
| 5832 | |
| 5833 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5834 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5835 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5836 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5837 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5838 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5839 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5840 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5841 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5842 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5843 | |
| 5844 | ------------------------------------------------------------------- |
| 5845 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5846 | From: @(#)s_ilogb.c 5.1 93/09/24 |
| 5847 | ==================================================== |
| 5848 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 5849 | |
| 5850 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 5851 | Permission to use, copy, modify, and distribute this |
| 5852 | software is freely granted, provided that this notice |
| 5853 | is preserved. |
| 5854 | |
| 5855 | ------------------------------------------------------------------- |
| 5856 | |
Calin Juravle | c4fbf92 | 2014-03-10 11:23:52 +0000 | [diff] [blame] | 5857 | Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") |
| 5858 | Portions Copyright (C) 1996-2003 Internet Software Consortium. |
| 5859 | |
| 5860 | Permission to use, copy, modify, and/or distribute this software for any |
| 5861 | purpose with or without fee is hereby granted, provided that the above |
| 5862 | copyright notice and this permission notice appear in all copies. |
| 5863 | |
| 5864 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 5865 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 5866 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 5867 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 5868 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 5869 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 5870 | PERFORMANCE OF THIS SOFTWARE. |
| 5871 | |
| 5872 | ------------------------------------------------------------------- |
| 5873 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5874 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 5875 | |
| 5876 | Permission to use, copy, modify, and distribute this software for any |
| 5877 | purpose with or without fee is hereby granted, provided that the above |
| 5878 | copyright notice and this permission notice appear in all copies, and that |
| 5879 | the name of Digital Equipment Corporation not be used in advertising or |
| 5880 | publicity pertaining to distribution of the document or software without |
| 5881 | specific, written prior permission. |
| 5882 | |
| 5883 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 5884 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 5885 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 5886 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 5887 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 5888 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 5889 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 5890 | SOFTWARE. |
| 5891 | |
| 5892 | ------------------------------------------------------------------- |
| 5893 | |
| 5894 | Portions Copyright (c) 1995 by International Business Machines, Inc. |
| 5895 | |
| 5896 | International Business Machines, Inc. (hereinafter called IBM) grants |
| 5897 | permission under its copyrights to use, copy, modify, and distribute this |
| 5898 | Software with or without fee, provided that the above copyright notice and |
| 5899 | all paragraphs of this notice appear in all copies, and that the name of IBM |
| 5900 | not be used in connection with the marketing of any product incorporating |
| 5901 | the Software or modifications thereof, without specific, written prior |
| 5902 | permission. |
| 5903 | |
| 5904 | To the extent it has a right to do so, IBM grants an immunity from suit |
| 5905 | under its patents, if any, for the use, sale or manufacture of products to |
| 5906 | the extent that such products are used for performing Domain Name System |
| 5907 | dynamic updates in TCP/IP networks by means of the Software. No immunity is |
| 5908 | granted for any product per se or for any other function of any product. |
| 5909 | |
| 5910 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, |
| 5911 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 5912 | PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, |
| 5913 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING |
| 5914 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN |
| 5915 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. |
| 5916 | |
| 5917 | ------------------------------------------------------------------- |
| 5918 | |
| 5919 | Portions Copyright(C) 1995, Jason Downs. All rights reserved. |
| 5920 | |
| 5921 | Redistribution and use in source and binary forms, with or without |
| 5922 | modification, are permitted provided that the following conditions |
| 5923 | are met: |
| 5924 | 1. Redistributions of source code must retain the above copyright |
| 5925 | notice, this list of conditions and the following disclaimer. |
| 5926 | 2. Redistributions in binary form must reproduce the above copyright |
| 5927 | notice, this list of conditions and the following disclaimer in the |
| 5928 | documentation and/or other materials provided with the distribution. |
| 5929 | |
| 5930 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS |
| 5931 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5932 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5933 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, |
| 5934 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5935 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 5936 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 5937 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5938 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5939 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5940 | SUCH DAMAGE. |
| 5941 | |
| 5942 | ------------------------------------------------------------------- |
| 5943 | |
| 5944 | The author of this software is David M. Gay. |
| 5945 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5946 | Copyright (C) 1998 by Lucent Technologies |
| 5947 | All Rights Reserved |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5948 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5949 | Permission to use, copy, modify, and distribute this software and |
| 5950 | its documentation for any purpose and without fee is hereby |
| 5951 | granted, provided that the above copyright notice appear in all |
| 5952 | copies and that both that the copyright notice and this |
| 5953 | permission notice and warranty disclaimer appear in supporting |
| 5954 | documentation, and that the name of Lucent or any of its entities |
| 5955 | not be used in advertising or publicity pertaining to |
| 5956 | distribution of the software without specific, written prior |
| 5957 | permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5958 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5959 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5960 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5961 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5962 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5963 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5964 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5965 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5966 | THIS SOFTWARE. |
| 5967 | |
| 5968 | ------------------------------------------------------------------- |
| 5969 | |
| 5970 | The author of this software is David M. Gay. |
| 5971 | |
| 5972 | Copyright (C) 1998, 1999 by Lucent Technologies |
| 5973 | All Rights Reserved |
| 5974 | |
| 5975 | Permission to use, copy, modify, and distribute this software and |
| 5976 | its documentation for any purpose and without fee is hereby |
| 5977 | granted, provided that the above copyright notice appear in all |
| 5978 | copies and that both that the copyright notice and this |
| 5979 | permission notice and warranty disclaimer appear in supporting |
| 5980 | documentation, and that the name of Lucent or any of its entities |
| 5981 | not be used in advertising or publicity pertaining to |
| 5982 | distribution of the software without specific, written prior |
| 5983 | permission. |
| 5984 | |
| 5985 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5986 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5987 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5988 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5989 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5990 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5991 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5992 | THIS SOFTWARE. |
| 5993 | |
| 5994 | ------------------------------------------------------------------- |
| 5995 | |
| 5996 | The author of this software is David M. Gay. |
| 5997 | |
| 5998 | Copyright (C) 1998, 2000 by Lucent Technologies |
| 5999 | All Rights Reserved |
| 6000 | |
| 6001 | Permission to use, copy, modify, and distribute this software and |
| 6002 | its documentation for any purpose and without fee is hereby |
| 6003 | granted, provided that the above copyright notice appear in all |
| 6004 | copies and that both that the copyright notice and this |
| 6005 | permission notice and warranty disclaimer appear in supporting |
| 6006 | documentation, and that the name of Lucent or any of its entities |
| 6007 | not be used in advertising or publicity pertaining to |
| 6008 | distribution of the software without specific, written prior |
| 6009 | permission. |
| 6010 | |
| 6011 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6012 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6013 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6014 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6015 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6016 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6017 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6018 | THIS SOFTWARE. |
| 6019 | |
| 6020 | ------------------------------------------------------------------- |
| 6021 | |
| 6022 | The author of this software is David M. Gay. |
| 6023 | |
| 6024 | Copyright (C) 1998-2000 by Lucent Technologies |
| 6025 | All Rights Reserved |
| 6026 | |
| 6027 | Permission to use, copy, modify, and distribute this software and |
| 6028 | its documentation for any purpose and without fee is hereby |
| 6029 | granted, provided that the above copyright notice appear in all |
| 6030 | copies and that both that the copyright notice and this |
| 6031 | permission notice and warranty disclaimer appear in supporting |
| 6032 | documentation, and that the name of Lucent or any of its entities |
| 6033 | not be used in advertising or publicity pertaining to |
| 6034 | distribution of the software without specific, written prior |
| 6035 | permission. |
| 6036 | |
| 6037 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6038 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6039 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6040 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6041 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6042 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6043 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6044 | THIS SOFTWARE. |
| 6045 | |
| 6046 | ------------------------------------------------------------------- |
| 6047 | |
| 6048 | The author of this software is David M. Gay. |
| 6049 | |
| 6050 | Copyright (C) 1998-2001 by Lucent Technologies |
| 6051 | All Rights Reserved |
| 6052 | |
| 6053 | Permission to use, copy, modify, and distribute this software and |
| 6054 | its documentation for any purpose and without fee is hereby |
| 6055 | granted, provided that the above copyright notice appear in all |
| 6056 | copies and that both that the copyright notice and this |
| 6057 | permission notice and warranty disclaimer appear in supporting |
| 6058 | documentation, and that the name of Lucent or any of its entities |
| 6059 | not be used in advertising or publicity pertaining to |
| 6060 | distribution of the software without specific, written prior |
| 6061 | permission. |
| 6062 | |
| 6063 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6064 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6065 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6066 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6067 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6068 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6069 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6070 | THIS SOFTWARE. |
| 6071 | |
| 6072 | ------------------------------------------------------------------- |
| 6073 | |
| 6074 | The author of this software is David M. Gay. |
| 6075 | |
| 6076 | Copyright (C) 2000 by Lucent Technologies |
| 6077 | All Rights Reserved |
| 6078 | |
| 6079 | Permission to use, copy, modify, and distribute this software and |
| 6080 | its documentation for any purpose and without fee is hereby |
| 6081 | granted, provided that the above copyright notice appear in all |
| 6082 | copies and that both that the copyright notice and this |
| 6083 | permission notice and warranty disclaimer appear in supporting |
| 6084 | documentation, and that the name of Lucent or any of its entities |
| 6085 | not be used in advertising or publicity pertaining to |
| 6086 | distribution of the software without specific, written prior |
| 6087 | permission. |
| 6088 | |
| 6089 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6090 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6091 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6092 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6093 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6094 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6095 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6096 | THIS SOFTWARE. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6097 | |
| 6098 | ------------------------------------------------------------------- |
| 6099 | |