Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 1 | Copyright (c) 2014, ARM Limited |
| 2 | All rights Reserved. |
| 3 | Copyright (c) 2014, Linaro Ltd. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4 | |
| 5 | Redistribution and use in source and binary forms, with or without |
| 6 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 7 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 8 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 9 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 10 | notice, this list of conditions and the following disclaimer in the |
| 11 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 12 | * Neither the name of the company nor the names of its contributors |
| 13 | may be used to endorse or promote products derived from this |
| 14 | software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 15 | |
| 16 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 17 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 18 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 19 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 20 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 21 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 22 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 23 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 24 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | |
| 28 | ------------------------------------------------------------------- |
| 29 | |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 30 | Copyright (c) 2014, Linaro Limited |
| 31 | All rights reserved. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 32 | |
| 33 | Redistribution and use in source and binary forms, with or without |
| 34 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 35 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 36 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 37 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 38 | notice, this list of conditions and the following disclaimer in the |
| 39 | documentation and/or other materials provided with the distribution. |
Jake Weinstein | 28285f5 | 2017-05-04 12:08:39 -0400 | [diff] [blame] | 40 | * Neither the name of the Linaro nor the |
| 41 | names of its contributors may be used to endorse or promote products |
| 42 | derived from this software without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 43 | |
| 44 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 45 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 46 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 47 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 48 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 49 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 50 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 51 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 52 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 53 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 54 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 55 | |
| 56 | ------------------------------------------------------------------- |
| 57 | |
Elliott Hughes | 3e424d0 | 2014-07-23 16:02:26 -0700 | [diff] [blame] | 58 | Copyright (c) 1993 John Brezak |
| 59 | All rights reserved. |
| 60 | |
| 61 | Redistribution and use in source and binary forms, with or without |
| 62 | modification, are permitted provided that the following conditions |
| 63 | are met: |
| 64 | 1. Redistributions of source code must retain the above copyright |
| 65 | notice, this list of conditions and the following disclaimer. |
| 66 | 2. Redistributions in binary form must reproduce the above copyright |
| 67 | notice, this list of conditions and the following disclaimer in the |
| 68 | documentation and/or other materials provided with the distribution. |
| 69 | 3. The name of the author may be used to endorse or promote products |
| 70 | derived from this software without specific prior written permission. |
| 71 | |
| 72 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR |
| 73 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 74 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 75 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, |
| 76 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 77 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 78 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 79 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 80 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 81 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 82 | POSSIBILITY OF SUCH DAMAGE. |
| 83 | |
| 84 | ------------------------------------------------------------------- |
| 85 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 86 | Copyright (c) 2009-2013 The Linux Foundation. All rights reserved. |
| 87 | |
| 88 | Redistribution and use in source and binary forms, with or without |
| 89 | modification, are permitted provided that the following conditions are met: |
| 90 | * Redistributions of source code must retain the above copyright |
| 91 | notice, this list of conditions and the following disclaimer. |
| 92 | * Redistributions in binary form must reproduce the above copyright |
| 93 | notice, this list of conditions and the following disclaimer in the |
| 94 | documentation and/or other materials provided with the distribution. |
| 95 | * Neither the name of The Linux Foundation nor the names of its contributors may |
| 96 | be used to endorse or promote products derived from this software |
| 97 | without specific prior written permission. |
| 98 | |
| 99 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 100 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 101 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 102 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 103 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 104 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 105 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 106 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 107 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 108 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 109 | POSSIBILITY OF SUCH DAMAGE. |
| 110 | |
| 111 | ------------------------------------------------------------------- |
| 112 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 113 | ==================================================== |
| 114 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 115 | |
| 116 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 117 | Permission to use, copy, modify, and distribute this |
| 118 | software is freely granted, provided that this notice |
| 119 | is preserved. |
| 120 | |
| 121 | ------------------------------------------------------------------- |
| 122 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 123 | ==================================================== |
| 124 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 125 | |
| 126 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 127 | Permission to use, copy, modify, and distribute this |
| 128 | software is freely granted, provided that this notice |
| 129 | is preserved. |
| 130 | ==================================================== |
| 131 | |
| 132 | Optimized by Bruce D. Evans. |
| 133 | |
| 134 | ------------------------------------------------------------------- |
| 135 | |
| 136 | ==================================================== |
| 137 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 138 | |
| 139 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 140 | Permission to use, copy, modify, and distribute this |
| 141 | software is freely granted, provided that this notice |
| 142 | is preserved. |
| 143 | |
| 144 | ------------------------------------------------------------------- |
| 145 | |
| 146 | ==================================================== |
| 147 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 148 | |
| 149 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 150 | Permission to use, copy, modify, and distribute this |
| 151 | software is freely granted, provided that this notice |
| 152 | is preserved. |
| 153 | ==================================================== |
| 154 | |
| 155 | Optimized by Bruce D. Evans. |
| 156 | |
| 157 | ------------------------------------------------------------------- |
| 158 | |
| 159 | ==================================================== |
| 160 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 161 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 162 | |
| 163 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 164 | Permission to use, copy, modify, and distribute this |
| 165 | software is freely granted, provided that this notice |
| 166 | is preserved. |
| 167 | |
| 168 | ------------------------------------------------------------------- |
| 169 | |
| 170 | ==================================================== |
| 171 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 172 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 173 | |
| 174 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 175 | Permission to use, copy, modify, and distribute this |
| 176 | software is freely granted, provided that this notice |
| 177 | is preserved. |
| 178 | ==================================================== |
| 179 | |
| 180 | Optimized by Bruce D. Evans. |
| 181 | |
| 182 | ------------------------------------------------------------------- |
| 183 | |
| 184 | ==================================================== |
| 185 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 186 | Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz. |
| 187 | |
| 188 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 189 | Permission to use, copy, modify, and distribute this |
| 190 | software is freely granted, provided that this notice |
| 191 | is preserved. |
| 192 | ==================================================== |
| 193 | |
| 194 | The argument reduction and testing for exceptional cases was |
| 195 | written by Steven G. Kargl with input from Bruce D. Evans |
| 196 | and David A. Schultz. |
| 197 | |
| 198 | ------------------------------------------------------------------- |
| 199 | |
| 200 | ==================================================== |
| 201 | Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. |
| 202 | |
| 203 | Permission to use, copy, modify, and distribute this |
| 204 | software is freely granted, provided that this notice |
| 205 | is preserved. |
| 206 | |
| 207 | ------------------------------------------------------------------- |
| 208 | |
| 209 | ==================================================== |
| 210 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 211 | |
| 212 | Permission to use, copy, modify, and distribute this |
| 213 | software is freely granted, provided that this notice |
| 214 | is preserved. |
| 215 | |
| 216 | ------------------------------------------------------------------- |
| 217 | |
| 218 | ==================================================== |
| 219 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 220 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 221 | |
| 222 | Permission to use, copy, modify, and distribute this |
| 223 | software is freely granted, provided that this notice |
| 224 | is preserved. |
| 225 | |
| 226 | ------------------------------------------------------------------- |
| 227 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 228 | Based on the UCB version with the ID appearing below. |
| 229 | This is ANSIish only when "multibyte character == plain character". |
| 230 | |
| 231 | Copyright (c) 1989, 1993 |
| 232 | The Regents of the University of California. All rights reserved. |
| 233 | |
| 234 | Redistribution and use in source and binary forms, with or without |
| 235 | modification, are permitted provided that the following conditions |
| 236 | are met: |
| 237 | 1. Redistributions of source code must retain the above copyright |
| 238 | notice, this list of conditions and the following disclaimer. |
| 239 | 2. Redistributions in binary form must reproduce the above copyright |
| 240 | notice, this list of conditions and the following disclaimer in the |
| 241 | documentation and/or other materials provided with the distribution. |
| 242 | 3. Neither the name of the University nor the names of its contributors |
| 243 | may be used to endorse or promote products derived from this software |
| 244 | without specific prior written permission. |
| 245 | |
| 246 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 247 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 248 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 249 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 250 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 251 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 252 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 253 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 254 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 255 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 256 | SUCH DAMAGE. |
| 257 | |
| 258 | ------------------------------------------------------------------- |
| 259 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 260 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 261 | All rights reserved. |
| 262 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 263 | Redistribution and use in source and binary forms, with or without |
| 264 | modification, are permitted provided that the following conditions |
| 265 | are met: |
| 266 | 1. Redistributions of source code must retain the above copyright |
| 267 | notice, this list of conditions and the following disclaimer. |
| 268 | 2. Redistributions in binary form must reproduce the above copyright |
| 269 | notice, this list of conditions and the following disclaimer in the |
| 270 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 271 | 3. Neither the name of the project nor the names of its contributors |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 272 | may be used to endorse or promote products derived from this software |
| 273 | without specific prior written permission. |
| 274 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 275 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 276 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 277 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 278 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 279 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 280 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 281 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 282 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 283 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 284 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 285 | SUCH DAMAGE. |
| 286 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 287 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 288 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 289 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 290 | Copyright (C) 1995-1999, 2001, 2003 Internet Software Consortium. |
| 291 | |
| 292 | Permission to use, copy, modify, and/or distribute this software for any |
| 293 | purpose with or without fee is hereby granted, provided that the above |
| 294 | copyright notice and this permission notice appear in all copies. |
| 295 | |
| 296 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 297 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 298 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 299 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 300 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 301 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 302 | PERFORMANCE OF THIS SOFTWARE. |
| 303 | |
| 304 | ------------------------------------------------------------------- |
| 305 | |
| 306 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 307 | Copyright (C) 1997-2001 Internet Software Consortium. |
| 308 | |
| 309 | Permission to use, copy, modify, and/or distribute this software for any |
| 310 | purpose with or without fee is hereby granted, provided that the above |
| 311 | copyright notice and this permission notice appear in all copies. |
| 312 | |
| 313 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 314 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 315 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 316 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 317 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 318 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 319 | PERFORMANCE OF THIS SOFTWARE. |
| 320 | |
| 321 | ------------------------------------------------------------------- |
| 322 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 323 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 324 | |
| 325 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 326 | you may not use this file except in compliance with the License. |
| 327 | You may obtain a copy of the License at |
| 328 | |
| 329 | http://www.apache.org/licenses/LICENSE-2.0 |
| 330 | |
| 331 | Unless required by applicable law or agreed to in writing, software |
| 332 | distributed under the License is distributed on an "AS IS" BASIS, |
| 333 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 334 | See the License for the specific language governing permissions and |
| 335 | limitations under the License. |
| 336 | |
| 337 | ------------------------------------------------------------------- |
| 338 | |
| 339 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 340 | All rights reserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 341 | |
| 342 | Redistribution and use in source and binary forms, with or without |
| 343 | modification, are permitted provided that the following conditions |
| 344 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 345 | * Redistributions of source code must retain the above copyright |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 346 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 347 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 348 | notice, this list of conditions and the following disclaimer in |
| 349 | the documentation and/or other materials provided with the |
| 350 | distribution. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 351 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 352 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 353 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 354 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 355 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 356 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 357 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 358 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 359 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 360 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 361 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 362 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 363 | SUCH DAMAGE. |
| 364 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 365 | ------------------------------------------------------------------- |
| 366 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 367 | Copyright (C) 2007 The Android Open Source Project |
| 368 | |
| 369 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 370 | you may not use this file except in compliance with the License. |
| 371 | You may obtain a copy of the License at |
| 372 | |
| 373 | http://www.apache.org/licenses/LICENSE-2.0 |
| 374 | |
| 375 | Unless required by applicable law or agreed to in writing, software |
| 376 | distributed under the License is distributed on an "AS IS" BASIS, |
| 377 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 378 | See the License for the specific language governing permissions and |
| 379 | limitations under the License. |
| 380 | |
| 381 | ------------------------------------------------------------------- |
| 382 | |
Dimitry Ivanov | bcc4da9 | 2017-02-15 15:31:13 -0800 | [diff] [blame] | 383 | Copyright (C) 2007 The Android Open Source Project |
| 384 | All rights reserved. |
| 385 | |
| 386 | Redistribution and use in source and binary forms, with or without |
| 387 | modification, are permitted provided that the following conditions |
| 388 | are met: |
| 389 | * Redistributions of source code must retain the above copyright |
| 390 | notice, this list of conditions and the following disclaimer. |
| 391 | * Redistributions in binary form must reproduce the above copyright |
| 392 | notice, this list of conditions and the following disclaimer in |
| 393 | the documentation and/or other materials provided with the |
| 394 | distribution. |
| 395 | |
| 396 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 397 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 398 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 399 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 400 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 401 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 402 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 403 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 404 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 405 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 406 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 407 | SUCH DAMAGE. |
| 408 | |
| 409 | ------------------------------------------------------------------- |
| 410 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 411 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 412 | |
| 413 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 414 | you may not use this file except in compliance with the License. |
| 415 | You may obtain a copy of the License at |
| 416 | |
| 417 | http://www.apache.org/licenses/LICENSE-2.0 |
| 418 | |
| 419 | Unless required by applicable law or agreed to in writing, software |
| 420 | distributed under the License is distributed on an "AS IS" BASIS, |
| 421 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 422 | See the License for the specific language governing permissions and |
| 423 | limitations under the License. |
| 424 | |
| 425 | ------------------------------------------------------------------- |
| 426 | |
| 427 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 428 | All rights reserved. |
| 429 | |
| 430 | Redistribution and use in source and binary forms, with or without |
| 431 | modification, are permitted provided that the following conditions |
| 432 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 433 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 434 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 435 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 436 | notice, this list of conditions and the following disclaimer in |
| 437 | the documentation and/or other materials provided with the |
| 438 | distribution. |
| 439 | |
| 440 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 441 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 442 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 443 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 444 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 445 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 446 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 447 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 448 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 449 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 450 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 451 | SUCH DAMAGE. |
| 452 | |
| 453 | ------------------------------------------------------------------- |
| 454 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 455 | Copyright (C) 2008 The Android Open Source Project |
| 456 | All rights reserved. |
| 457 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 458 | |
| 459 | Redistribution and use in source and binary forms, with or without |
| 460 | modification, are permitted provided that the following conditions |
| 461 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 462 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 463 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 464 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 465 | notice, this list of conditions and the following disclaimer in |
| 466 | the documentation and/or other materials provided with the |
| 467 | distribution. |
| 468 | |
| 469 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 470 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 471 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 472 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 473 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 474 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 475 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 476 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 477 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 478 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 479 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 480 | SUCH DAMAGE. |
| 481 | |
| 482 | ------------------------------------------------------------------- |
| 483 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 484 | Copyright (C) 2009 The Android Open Source Project |
| 485 | All rights reserved. |
| 486 | |
| 487 | Redistribution and use in source and binary forms, with or without |
| 488 | modification, are permitted provided that the following conditions |
| 489 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 490 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 491 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 492 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 493 | notice, this list of conditions and the following disclaimer in |
| 494 | the documentation and/or other materials provided with the |
| 495 | distribution. |
| 496 | |
| 497 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 498 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 499 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 500 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 501 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 502 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 503 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 504 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 505 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 506 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 507 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 508 | SUCH DAMAGE. |
| 509 | |
| 510 | ------------------------------------------------------------------- |
| 511 | |
| 512 | Copyright (C) 2010 The Android Open Source Project |
| 513 | |
| 514 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 515 | you may not use this file except in compliance with the License. |
| 516 | You may obtain a copy of the License at |
| 517 | |
| 518 | http://www.apache.org/licenses/LICENSE-2.0 |
| 519 | |
| 520 | Unless required by applicable law or agreed to in writing, software |
| 521 | distributed under the License is distributed on an "AS IS" BASIS, |
| 522 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 523 | See the License for the specific language governing permissions and |
| 524 | limitations under the License. |
| 525 | |
| 526 | ------------------------------------------------------------------- |
| 527 | |
| 528 | Copyright (C) 2010 The Android Open Source Project |
| 529 | All rights reserved. |
| 530 | |
| 531 | Redistribution and use in source and binary forms, with or without |
| 532 | modification, are permitted provided that the following conditions |
| 533 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 534 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 535 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 536 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 537 | notice, this list of conditions and the following disclaimer in |
| 538 | the documentation and/or other materials provided with the |
| 539 | distribution. |
| 540 | |
| 541 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 542 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 543 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 544 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 545 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 546 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 547 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 548 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 549 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 550 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 551 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 552 | SUCH DAMAGE. |
| 553 | |
| 554 | ------------------------------------------------------------------- |
| 555 | |
| 556 | Copyright (C) 2010 The Android Open Source Project |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 557 | All rights reserved. |
| 558 | |
| 559 | Redistribution and use in source and binary forms, with or without |
| 560 | modification, are permitted provided that the following conditions |
| 561 | are met: |
| 562 | 1. Redistributions of source code must retain the above copyright |
| 563 | notice, this list of conditions and the following disclaimer. |
| 564 | 2. Redistributions in binary form must reproduce the above copyright |
| 565 | notice, this list of conditions and the following disclaimer in the |
| 566 | documentation and/or other materials provided with the distribution. |
| 567 | |
| 568 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 569 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 570 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 571 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 572 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 573 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 574 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 575 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 576 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 577 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 578 | SUCH DAMAGE. |
| 579 | |
| 580 | ------------------------------------------------------------------- |
| 581 | |
| 582 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 583 | Copyright (c) 2008 ARM Ltd |
| 584 | All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 585 | |
| 586 | Redistribution and use in source and binary forms, with or without |
| 587 | modification, are permitted provided that the following conditions |
| 588 | are met: |
| 589 | 1. Redistributions of source code must retain the above copyright |
| 590 | notice, this list of conditions and the following disclaimer. |
| 591 | 2. Redistributions in binary form must reproduce the above copyright |
| 592 | notice, this list of conditions and the following disclaimer in the |
| 593 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 594 | 3. The name of the company may not be used to endorse or promote |
| 595 | products derived from this software without specific prior written |
| 596 | permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 597 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 598 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 599 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 600 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 601 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 602 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 603 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 604 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 605 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 606 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 607 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 608 | |
| 609 | Android adaptation and tweak by Jim Huang <jserv@0xlab.org>. |
| 610 | |
| 611 | ------------------------------------------------------------------- |
| 612 | |
| 613 | Copyright (C) 2011 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 614 | All rights reserved. |
| 615 | |
| 616 | Redistribution and use in source and binary forms, with or without |
| 617 | modification, are permitted provided that the following conditions |
| 618 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 619 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 620 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 621 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 622 | notice, this list of conditions and the following disclaimer in |
| 623 | the documentation and/or other materials provided with the |
| 624 | distribution. |
| 625 | |
| 626 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 627 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 628 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 629 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 630 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 631 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 632 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 633 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 634 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 635 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 636 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 637 | SUCH DAMAGE. |
| 638 | |
| 639 | ------------------------------------------------------------------- |
| 640 | |
| 641 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 642 | |
| 643 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 644 | you may not use this file except in compliance with the License. |
| 645 | You may obtain a copy of the License at |
| 646 | |
| 647 | http://www.apache.org/licenses/LICENSE-2.0 |
| 648 | |
| 649 | Unless required by applicable law or agreed to in writing, software |
| 650 | distributed under the License is distributed on an "AS IS" BASIS, |
| 651 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 652 | See the License for the specific language governing permissions and |
| 653 | limitations under the License. |
| 654 | |
| 655 | ------------------------------------------------------------------- |
| 656 | |
| 657 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 658 | All rights reserved. |
| 659 | |
| 660 | Redistribution and use in source and binary forms, with or without |
| 661 | modification, are permitted provided that the following conditions |
| 662 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 663 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 664 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 665 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 666 | notice, this list of conditions and the following disclaimer in |
| 667 | the documentation and/or other materials provided with the |
| 668 | distribution. |
| 669 | |
| 670 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 671 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 672 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 673 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 674 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 675 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 676 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 677 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 678 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 679 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 680 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 681 | SUCH DAMAGE. |
| 682 | |
| 683 | ------------------------------------------------------------------- |
| 684 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 685 | Copyright (C) 2013 The Android Open Source Project |
| 686 | |
| 687 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 688 | you may not use this file except in compliance with the License. |
| 689 | You may obtain a copy of the License at |
| 690 | |
| 691 | http://www.apache.org/licenses/LICENSE-2.0 |
| 692 | |
| 693 | Unless required by applicable law or agreed to in writing, software |
| 694 | distributed under the License is distributed on an "AS IS" BASIS, |
| 695 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 696 | See the License for the specific language governing permissions and |
| 697 | limitations under the License. |
| 698 | |
| 699 | ------------------------------------------------------------------- |
| 700 | |
| 701 | Copyright (C) 2013 The Android Open Source Project |
| 702 | All rights reserved. |
| 703 | |
| 704 | Redistribution and use in source and binary forms, with or without |
| 705 | modification, are permitted provided that the following conditions |
| 706 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 707 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 708 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 709 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 710 | notice, this list of conditions and the following disclaimer in |
| 711 | the documentation and/or other materials provided with the |
| 712 | distribution. |
| 713 | |
| 714 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 715 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 716 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 717 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 718 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 719 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 720 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 721 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 722 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 723 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 724 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 725 | SUCH DAMAGE. |
| 726 | |
| 727 | ------------------------------------------------------------------- |
| 728 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 729 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 730 | All rights reserved. |
| 731 | Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved. |
| 732 | |
| 733 | Redistribution and use in source and binary forms, with or without |
| 734 | modification, are permitted provided that the following conditions |
| 735 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 736 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 737 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 738 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 739 | notice, this list of conditions and the following disclaimer in |
| 740 | the documentation and/or other materials provided with the |
| 741 | distribution. |
| 742 | |
| 743 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 744 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 745 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 746 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 747 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 748 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 749 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 750 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 751 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 752 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 753 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 754 | SUCH DAMAGE. |
| 755 | |
| 756 | ------------------------------------------------------------------- |
| 757 | |
| 758 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 759 | Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. |
| 760 | All rights reserved. |
| 761 | |
| 762 | Redistribution and use in source and binary forms, with or without |
| 763 | modification, are permitted provided that the following conditions |
| 764 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 765 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 766 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 767 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 768 | notice, this list of conditions and the following disclaimer in |
| 769 | the documentation and/or other materials provided with the |
| 770 | distribution. |
| 771 | |
| 772 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 773 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 774 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 775 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 776 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 777 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 778 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 779 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 780 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 781 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 782 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 783 | SUCH DAMAGE. |
| 784 | |
| 785 | ------------------------------------------------------------------- |
| 786 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 787 | Copyright (C) 2014 The Android Open Source Project |
| 788 | |
| 789 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 790 | you may not use this file except in compliance with the License. |
| 791 | You may obtain a copy of the License at |
| 792 | |
| 793 | http://www.apache.org/licenses/LICENSE-2.0 |
| 794 | |
| 795 | Unless required by applicable law or agreed to in writing, software |
| 796 | distributed under the License is distributed on an "AS IS" BASIS, |
| 797 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 798 | See the License for the specific language governing permissions and |
| 799 | limitations under the License. |
| 800 | |
| 801 | ------------------------------------------------------------------- |
| 802 | |
| 803 | Copyright (C) 2014 The Android Open Source Project |
| 804 | All rights reserved. |
| 805 | |
| 806 | Redistribution and use in source and binary forms, with or without |
| 807 | modification, are permitted provided that the following conditions |
| 808 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 809 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 810 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 811 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 812 | notice, this list of conditions and the following disclaimer in |
| 813 | the documentation and/or other materials provided with the |
| 814 | distribution. |
| 815 | |
| 816 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 817 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 818 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 819 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 820 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 821 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 822 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 823 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 824 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 825 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 826 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 827 | SUCH DAMAGE. |
| 828 | |
| 829 | ------------------------------------------------------------------- |
| 830 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 831 | Copyright (C) 2014 The Android Open Source Project |
| 832 | All rights reserved. |
| 833 | |
| 834 | Redistribution and use in source and binary forms, with or without |
| 835 | modification, are permitted provided that the following conditions |
| 836 | are met: |
| 837 | 1. Redistributions of source code must retain the above copyright |
| 838 | notice, this list of conditions and the following disclaimer. |
| 839 | 2. Redistributions in binary form must reproduce the above copyright |
| 840 | notice, this list of conditions and the following disclaimer in the |
| 841 | documentation and/or other materials provided with the distribution. |
| 842 | |
| 843 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 844 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 845 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 846 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 847 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 848 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 849 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 850 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 851 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 852 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 853 | SUCH DAMAGE. |
| 854 | |
| 855 | ------------------------------------------------------------------- |
| 856 | |
| 857 | Copyright (C) 2015 The Android Open Source Project |
| 858 | |
| 859 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 860 | you may not use this file except in compliance with the License. |
| 861 | You may obtain a copy of the License at |
| 862 | |
| 863 | http://www.apache.org/licenses/LICENSE-2.0 |
| 864 | |
| 865 | Unless required by applicable law or agreed to in writing, software |
| 866 | distributed under the License is distributed on an "AS IS" BASIS, |
| 867 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 868 | See the License for the specific language governing permissions and |
| 869 | limitations under the License. |
| 870 | |
| 871 | ------------------------------------------------------------------- |
| 872 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 873 | Copyright (C) 2015 The Android Open Source Project |
| 874 | |
| 875 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 876 | you may not use this file except in compliance with the License. |
| 877 | You may obtain a copy of the License at |
| 878 | |
| 879 | http://www.apache.org/licenses/LICENSE-2.0 |
| 880 | |
| 881 | Unless required by applicable law or agreed to in writing, software |
| 882 | distributed under the License is distributed on an "AS IS" BASIS, |
| 883 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 884 | See the License for the specific language governing permissions and |
| 885 | limitations under the License. |
| 886 | |
| 887 | ------------------------------------------------------------------- |
| 888 | |
| 889 | Copyright (C) 2015 The Android Open Source Project |
| 890 | All rights reserved. |
| 891 | |
| 892 | Redistribution and use in source and binary forms, with or without |
| 893 | modification, are permitted provided that the following conditions |
| 894 | are met: |
| 895 | * Redistributions of source code must retain the above copyright |
| 896 | notice, this list of conditions and the following disclaimer. |
| 897 | * Redistributions in binary form must reproduce the above copyright |
| 898 | notice, this list of conditions and the following disclaimer in |
| 899 | the documentation and/or other materials provided with the |
| 900 | distribution. |
| 901 | |
| 902 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 903 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 904 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 905 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 906 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 907 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 908 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 909 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 910 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 911 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 912 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 913 | SUCH DAMAGE. |
| 914 | |
| 915 | ------------------------------------------------------------------- |
| 916 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 917 | Copyright (C) 2016 The Android Open Source Project |
| 918 | |
| 919 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 920 | you may not use this file except in compliance with the License. |
| 921 | You may obtain a copy of the License at |
| 922 | |
| 923 | http://www.apache.org/licenses/LICENSE-2.0 |
| 924 | |
| 925 | Unless required by applicable law or agreed to in writing, software |
| 926 | distributed under the License is distributed on an "AS IS" BASIS, |
| 927 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 928 | See the License for the specific language governing permissions and |
| 929 | limitations under the License. |
| 930 | |
| 931 | ------------------------------------------------------------------- |
| 932 | |
| 933 | Copyright (C) 2016 The Android Open Source Project |
| 934 | All rights reserved. |
| 935 | |
| 936 | Redistribution and use in source and binary forms, with or without |
| 937 | modification, are permitted provided that the following conditions |
| 938 | are met: |
| 939 | * Redistributions of source code must retain the above copyright |
| 940 | notice, this list of conditions and the following disclaimer. |
| 941 | * Redistributions in binary form must reproduce the above copyright |
| 942 | notice, this list of conditions and the following disclaimer in |
| 943 | the documentation and/or other materials provided with the |
| 944 | distribution. |
| 945 | |
| 946 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 947 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 948 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 949 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 950 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 951 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 952 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 953 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 954 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 955 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 956 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 957 | SUCH DAMAGE. |
| 958 | |
| 959 | ------------------------------------------------------------------- |
| 960 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 961 | Copyright (C) 2017 The Android Open Source Project |
Paul Lawrence | dfe8434 | 2017-02-16 09:24:39 -0800 | [diff] [blame] | 962 | |
| 963 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 964 | you may not use this file except in compliance with the License. |
| 965 | You may obtain a copy of the License at |
| 966 | |
| 967 | http://www.apache.org/licenses/LICENSE-2.0 |
| 968 | |
| 969 | Unless required by applicable law or agreed to in writing, software |
| 970 | distributed under the License is distributed on an "AS IS" BASIS, |
| 971 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 972 | See the License for the specific language governing permissions and |
| 973 | limitations under the License. |
| 974 | |
| 975 | ------------------------------------------------------------------- |
| 976 | |
| 977 | Copyright (C) 2017 The Android Open Source Project |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 978 | All rights reserved. |
| 979 | |
Jake Weinstein | 04d99df | 2016-08-25 20:03:25 -0400 | [diff] [blame] | 980 | Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. |
| 981 | |
| 982 | Redistribution and use in source and binary forms, with or without |
| 983 | modification, are permitted provided that the following conditions |
| 984 | are met: |
| 985 | * Redistributions of source code must retain the above copyright |
| 986 | notice, this list of conditions and the following disclaimer. |
| 987 | * Redistributions in binary form must reproduce the above copyright |
| 988 | notice, this list of conditions and the following disclaimer in |
| 989 | the documentation and/or other materials provided with the |
| 990 | distribution. |
| 991 | |
| 992 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 993 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 994 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 995 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 996 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 997 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 998 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 999 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1000 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1001 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1002 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1003 | SUCH DAMAGE. |
| 1004 | |
| 1005 | ------------------------------------------------------------------- |
| 1006 | |
| 1007 | Copyright (C) 2017 The Android Open Source Project |
| 1008 | All rights reserved. |
| 1009 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 1010 | Redistribution and use in source and binary forms, with or without |
| 1011 | modification, are permitted provided that the following conditions |
| 1012 | are met: |
| 1013 | * Redistributions of source code must retain the above copyright |
| 1014 | notice, this list of conditions and the following disclaimer. |
| 1015 | * Redistributions in binary form must reproduce the above copyright |
| 1016 | notice, this list of conditions and the following disclaimer in |
| 1017 | the documentation and/or other materials provided with the |
| 1018 | distribution. |
| 1019 | |
| 1020 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1021 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1022 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1023 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1024 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1025 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1026 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1027 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1028 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1029 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1030 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1031 | SUCH DAMAGE. |
| 1032 | |
| 1033 | ------------------------------------------------------------------- |
| 1034 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1035 | Copyright (c) 1980, 1983, 1988, 1993 |
| 1036 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1037 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1038 | Redistribution and use in source and binary forms, with or without |
| 1039 | modification, are permitted provided that the following conditions |
| 1040 | are met: |
| 1041 | 1. Redistributions of source code must retain the above copyright |
| 1042 | notice, this list of conditions and the following disclaimer. |
| 1043 | 2. Redistributions in binary form must reproduce the above copyright |
| 1044 | notice, this list of conditions and the following disclaimer in the |
| 1045 | documentation and/or other materials provided with the distribution. |
| 1046 | 3. All advertising materials mentioning features or use of this software |
| 1047 | must display the following acknowledgement: |
| 1048 | This product includes software developed by the University of |
| 1049 | California, Berkeley and its contributors. |
| 1050 | 4. Neither the name of the University nor the names of its contributors |
| 1051 | may be used to endorse or promote products derived from this software |
| 1052 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1053 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1054 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1055 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1056 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1057 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1058 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1059 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1060 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1061 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1062 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1063 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1064 | SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1065 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1066 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1067 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1068 | |
| 1069 | Permission to use, copy, modify, and distribute this software for any |
| 1070 | purpose with or without fee is hereby granted, provided that the above |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1071 | copyright notice and this permission notice appear in all copies, and that |
| 1072 | the name of Digital Equipment Corporation not be used in advertising or |
| 1073 | publicity pertaining to distribution of the document or software without |
| 1074 | specific, written prior permission. |
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 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1077 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1078 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1079 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1080 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1081 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1082 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1083 | SOFTWARE. |
| 1084 | |
| 1085 | ------------------------------------------------------------------- |
| 1086 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1087 | Copyright (c) 1982, 1986, 1993 |
| 1088 | The Regents of the University of California. All rights reserved. |
| 1089 | |
| 1090 | Redistribution and use in source and binary forms, with or without |
| 1091 | modification, are permitted provided that the following conditions |
| 1092 | are met: |
| 1093 | 1. Redistributions of source code must retain the above copyright |
| 1094 | notice, this list of conditions and the following disclaimer. |
| 1095 | 2. Redistributions in binary form must reproduce the above copyright |
| 1096 | notice, this list of conditions and the following disclaimer in the |
| 1097 | documentation and/or other materials provided with the distribution. |
| 1098 | 3. Neither the name of the University nor the names of its contributors |
| 1099 | may be used to endorse or promote products derived from this software |
| 1100 | without specific prior written permission. |
| 1101 | |
| 1102 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1103 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1104 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1105 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1106 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1107 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1108 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1109 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1110 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1111 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1112 | SUCH DAMAGE. |
| 1113 | |
| 1114 | ------------------------------------------------------------------- |
| 1115 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 1116 | Copyright (c) 1982, 1986, 1993 |
| 1117 | The Regents of the University of California. All rights reserved. |
| 1118 | (c) UNIX System Laboratories, Inc. |
| 1119 | All or some portions of this file are derived from material licensed |
| 1120 | to the University of California by American Telephone and Telegraph |
| 1121 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1122 | the permission of UNIX System Laboratories, Inc. |
| 1123 | |
| 1124 | Redistribution and use in source and binary forms, with or without |
| 1125 | modification, are permitted provided that the following conditions |
| 1126 | are met: |
| 1127 | 1. Redistributions of source code must retain the above copyright |
| 1128 | notice, this list of conditions and the following disclaimer. |
| 1129 | 2. Redistributions in binary form must reproduce the above copyright |
| 1130 | notice, this list of conditions and the following disclaimer in the |
| 1131 | documentation and/or other materials provided with the distribution. |
| 1132 | 3. Neither the name of the University nor the names of its contributors |
| 1133 | may be used to endorse or promote products derived from this software |
| 1134 | without specific prior written permission. |
| 1135 | |
| 1136 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1137 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1138 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1139 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1140 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1141 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1142 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1143 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1144 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1145 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1146 | SUCH DAMAGE. |
| 1147 | |
| 1148 | ------------------------------------------------------------------- |
| 1149 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1150 | Copyright (c) 1983, 1987, 1989 |
| 1151 | The Regents of the University of California. All rights reserved. |
| 1152 | |
| 1153 | Redistribution and use in source and binary forms, with or without |
| 1154 | modification, are permitted provided that the following conditions |
| 1155 | are met: |
| 1156 | 1. Redistributions of source code must retain the above copyright |
| 1157 | notice, this list of conditions and the following disclaimer. |
| 1158 | 2. Redistributions in binary form must reproduce the above copyright |
| 1159 | notice, this list of conditions and the following disclaimer in the |
| 1160 | documentation and/or other materials provided with the distribution. |
| 1161 | 3. Neither the name of the University nor the names of its contributors |
| 1162 | may be used to endorse or promote products derived from this software |
| 1163 | without specific prior written permission. |
| 1164 | |
| 1165 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1166 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1167 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1168 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1169 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1170 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1171 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1172 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1173 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1174 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1175 | SUCH DAMAGE. |
| 1176 | |
| 1177 | ------------------------------------------------------------------- |
| 1178 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1179 | Copyright (c) 1983, 1989 |
| 1180 | The Regents of the University of California. All rights reserved. |
| 1181 | |
| 1182 | Redistribution and use in source and binary forms, with or without |
| 1183 | modification, are permitted provided that the following conditions |
| 1184 | are met: |
| 1185 | 1. Redistributions of source code must retain the above copyright |
| 1186 | notice, this list of conditions and the following disclaimer. |
| 1187 | 2. Redistributions in binary form must reproduce the above copyright |
| 1188 | notice, this list of conditions and the following disclaimer in the |
| 1189 | documentation and/or other materials provided with the distribution. |
| 1190 | 3. All advertising materials mentioning features or use of this software |
| 1191 | must display the following acknowledgement: |
| 1192 | This product includes software developed by the University of |
| 1193 | California, Berkeley and its contributors. |
| 1194 | 4. Neither the name of the University nor the names of its contributors |
| 1195 | may be used to endorse or promote products derived from this software |
| 1196 | without specific prior written permission. |
| 1197 | |
| 1198 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1199 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1200 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1201 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1202 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1203 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1204 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1205 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1206 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1207 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1208 | SUCH DAMAGE. |
| 1209 | |
| 1210 | ------------------------------------------------------------------- |
| 1211 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1212 | Copyright (c) 1983, 1989, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1213 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1214 | |
| 1215 | Redistribution and use in source and binary forms, with or without |
| 1216 | modification, are permitted provided that the following conditions |
| 1217 | are met: |
| 1218 | 1. Redistributions of source code must retain the above copyright |
| 1219 | notice, this list of conditions and the following disclaimer. |
| 1220 | 2. Redistributions in binary form must reproduce the above copyright |
| 1221 | notice, this list of conditions and the following disclaimer in the |
| 1222 | documentation and/or other materials provided with the distribution. |
| 1223 | 3. Neither the name of the University nor the names of its contributors |
| 1224 | may be used to endorse or promote products derived from this software |
| 1225 | without specific prior written permission. |
| 1226 | |
| 1227 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1228 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1229 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1230 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1231 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1232 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1233 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1234 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1235 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1236 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1237 | SUCH DAMAGE. |
| 1238 | |
| 1239 | ------------------------------------------------------------------- |
| 1240 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1241 | Copyright (c) 1983, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1242 | The Regents of the University of California. All rights reserved. |
| 1243 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1244 | Redistribution and use in source and binary forms, with or without |
| 1245 | modification, are permitted provided that the following conditions |
| 1246 | are met: |
| 1247 | 1. Redistributions of source code must retain the above copyright |
| 1248 | notice, this list of conditions and the following disclaimer. |
| 1249 | 2. Redistributions in binary form must reproduce the above copyright |
| 1250 | notice, this list of conditions and the following disclaimer in the |
| 1251 | documentation and/or other materials provided with the distribution. |
| 1252 | 3. Neither the name of the University nor the names of its contributors |
| 1253 | may be used to endorse or promote products derived from this software |
| 1254 | without specific prior written permission. |
| 1255 | |
| 1256 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1257 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1258 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1259 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1260 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1261 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1262 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1263 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1264 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1265 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1266 | SUCH DAMAGE. |
| 1267 | |
| 1268 | ------------------------------------------------------------------- |
| 1269 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1270 | Copyright (c) 1983, 1993 |
| 1271 | The Regents of the University of California. All rights reserved. |
| 1272 | |
| 1273 | Redistribution and use in source and binary forms, with or without |
| 1274 | modification, are permitted provided that the following conditions |
| 1275 | are met: |
| 1276 | 1. Redistributions of source code must retain the above copyright |
| 1277 | notice, this list of conditions and the following disclaimer. |
| 1278 | 2. Redistributions in binary form must reproduce the above copyright |
| 1279 | notice, this list of conditions and the following disclaimer in the |
| 1280 | documentation and/or other materials provided with the distribution. |
| 1281 | 4. Neither the name of the University nor the names of its contributors |
| 1282 | may be used to endorse or promote products derived from this software |
| 1283 | without specific prior written permission. |
| 1284 | |
| 1285 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1286 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1287 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1288 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1289 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1290 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1291 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1292 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1293 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1294 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1295 | SUCH DAMAGE. |
| 1296 | |
| 1297 | ------------------------------------------------------------------- |
| 1298 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1299 | Copyright (c) 1985 |
| 1300 | The Regents of the University of California. All rights reserved. |
| 1301 | |
| 1302 | Redistribution and use in source and binary forms, with or without |
| 1303 | modification, are permitted provided that the following conditions |
| 1304 | are met: |
| 1305 | 1. Redistributions of source code must retain the above copyright |
| 1306 | notice, this list of conditions and the following disclaimer. |
| 1307 | 2. Redistributions in binary form must reproduce the above copyright |
| 1308 | notice, this list of conditions and the following disclaimer in the |
| 1309 | documentation and/or other materials provided with the distribution. |
| 1310 | 3. All advertising materials mentioning features or use of this software |
| 1311 | must display the following acknowledgement: |
| 1312 | This product includes software developed by the University of |
| 1313 | California, Berkeley and its contributors. |
| 1314 | 4. Neither the name of the University nor the names of its contributors |
| 1315 | may be used to endorse or promote products derived from this software |
| 1316 | without specific prior written permission. |
| 1317 | |
| 1318 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1319 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1320 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1321 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1322 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1323 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1324 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1325 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1326 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1327 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1328 | SUCH DAMAGE. |
| 1329 | |
| 1330 | ------------------------------------------------------------------- |
| 1331 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1332 | Copyright (c) 1985 Regents of the University of California. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1333 | All rights reserved. |
| 1334 | |
| 1335 | Redistribution and use in source and binary forms, with or without |
| 1336 | modification, are permitted provided that the following conditions |
| 1337 | are met: |
| 1338 | 1. Redistributions of source code must retain the above copyright |
| 1339 | notice, this list of conditions and the following disclaimer. |
| 1340 | 2. Redistributions in binary form must reproduce the above copyright |
| 1341 | notice, this list of conditions and the following disclaimer in the |
| 1342 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1343 | 3. Neither the name of the University nor the names of its contributors |
| 1344 | may be used to endorse or promote products derived from this software |
| 1345 | without specific prior written permission. |
| 1346 | |
| 1347 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1348 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1349 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1350 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1351 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1352 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1353 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1354 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1355 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1356 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1357 | SUCH DAMAGE. |
| 1358 | |
| 1359 | ------------------------------------------------------------------- |
| 1360 | |
| 1361 | Copyright (c) 1985, 1988, 1993 |
| 1362 | The Regents of the University of California. All rights reserved. |
| 1363 | |
| 1364 | Redistribution and use in source and binary forms, with or without |
| 1365 | modification, are permitted provided that the following conditions |
| 1366 | are met: |
| 1367 | 1. Redistributions of source code must retain the above copyright |
| 1368 | notice, this list of conditions and the following disclaimer. |
| 1369 | 2. Redistributions in binary form must reproduce the above copyright |
| 1370 | notice, this list of conditions and the following disclaimer in the |
| 1371 | documentation and/or other materials provided with the distribution. |
| 1372 | 3. Neither the name of the University nor the names of its contributors |
| 1373 | may be used to endorse or promote products derived from this software |
| 1374 | without specific prior written permission. |
| 1375 | |
| 1376 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1377 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1378 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1379 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1380 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1381 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1382 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1383 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1384 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1385 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1386 | SUCH DAMAGE. |
| 1387 | |
| 1388 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 1389 | |
| 1390 | Permission to use, copy, modify, and distribute this software for any |
| 1391 | purpose with or without fee is hereby granted, provided that the above |
| 1392 | copyright notice and this permission notice appear in all copies, and that |
| 1393 | the name of Digital Equipment Corporation not be used in advertising or |
| 1394 | publicity pertaining to distribution of the document or software without |
| 1395 | specific, written prior permission. |
| 1396 | |
| 1397 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1398 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1399 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1400 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1401 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1402 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1403 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1404 | SOFTWARE. |
| 1405 | |
| 1406 | ------------------------------------------------------------------- |
| 1407 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1408 | Copyright (c) 1985, 1989, 1993 |
| 1409 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1410 | |
| 1411 | Redistribution and use in source and binary forms, with or without |
| 1412 | modification, are permitted provided that the following conditions |
| 1413 | are met: |
| 1414 | 1. Redistributions of source code must retain the above copyright |
| 1415 | notice, this list of conditions and the following disclaimer. |
| 1416 | 2. Redistributions in binary form must reproduce the above copyright |
| 1417 | notice, this list of conditions and the following disclaimer in the |
| 1418 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1419 | 3. All advertising materials mentioning features or use of this software |
| 1420 | must display the following acknowledgement: |
| 1421 | This product includes software developed by the University of |
| 1422 | California, Berkeley and its contributors. |
| 1423 | 4. Neither the name of the University nor the names of its contributors |
| 1424 | may be used to endorse or promote products derived from this software |
| 1425 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1426 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1427 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1428 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1429 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1430 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1431 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1432 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1433 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1434 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1435 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1436 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1437 | SUCH DAMAGE. |
| 1438 | |
| 1439 | ------------------------------------------------------------------- |
| 1440 | |
| 1441 | Copyright (c) 1985, 1993 |
| 1442 | The Regents of the University of California. All rights reserved. |
| 1443 | |
| 1444 | Redistribution and use in source and binary forms, with or without |
| 1445 | modification, are permitted provided that the following conditions |
| 1446 | are met: |
| 1447 | 1. Redistributions of source code must retain the above copyright |
| 1448 | notice, this list of conditions and the following disclaimer. |
| 1449 | 2. Redistributions in binary form must reproduce the above copyright |
| 1450 | notice, this list of conditions and the following disclaimer in the |
| 1451 | documentation and/or other materials provided with the distribution. |
| 1452 | 3. All advertising materials mentioning features or use of this software |
| 1453 | must display the following acknowledgement: |
| 1454 | This product includes software developed by the University of |
| 1455 | California, Berkeley and its contributors. |
| 1456 | 4. Neither the name of the University nor the names of its contributors |
| 1457 | may be used to endorse or promote products derived from this software |
| 1458 | without specific prior written permission. |
| 1459 | |
| 1460 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1461 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1462 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1463 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1464 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1465 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1466 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1467 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1468 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1469 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1470 | SUCH DAMAGE. |
| 1471 | |
| 1472 | ------------------------------------------------------------------- |
| 1473 | |
| 1474 | Copyright (c) 1985, 1993 |
| 1475 | The Regents of the University of California. All rights reserved. |
| 1476 | |
| 1477 | Redistribution and use in source and binary forms, with or without |
| 1478 | modification, are permitted provided that the following conditions |
| 1479 | are met: |
| 1480 | 1. Redistributions of source code must retain the above copyright |
| 1481 | notice, this list of conditions and the following disclaimer. |
| 1482 | 2. Redistributions in binary form must reproduce the above copyright |
| 1483 | notice, this list of conditions and the following disclaimer in the |
| 1484 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1485 | 3. All advertising materials mentioning features or use of this software |
| 1486 | must display the following acknowledgement: |
| 1487 | This product includes software developed by the University of |
| 1488 | California, Berkeley and its contributors. |
| 1489 | 4. Neither the name of the University nor the names of its contributors |
| 1490 | may be used to endorse or promote products derived from this software |
| 1491 | without specific prior written permission. |
| 1492 | |
| 1493 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1494 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1495 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1496 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1497 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1498 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1499 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1500 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1501 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1502 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1503 | SUCH DAMAGE. |
| 1504 | |
| 1505 | ------------------------------------------------------------------- |
| 1506 | |
| 1507 | Copyright (c) 1985, 1993 |
| 1508 | The Regents of the University of California. All rights reserved. |
| 1509 | |
| 1510 | Redistribution and use in source and binary forms, with or without |
| 1511 | modification, are permitted provided that the following conditions |
| 1512 | are met: |
| 1513 | 1. Redistributions of source code must retain the above copyright |
| 1514 | notice, this list of conditions and the following disclaimer. |
| 1515 | 2. Redistributions in binary form must reproduce the above copyright |
| 1516 | notice, this list of conditions and the following disclaimer in the |
| 1517 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1518 | 3. Neither the name of the University nor the names of its contributors |
| 1519 | may be used to endorse or promote products derived from this software |
| 1520 | without specific prior written permission. |
| 1521 | |
| 1522 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1523 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1524 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1525 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1526 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1527 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1528 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1529 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1530 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1531 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1532 | SUCH DAMAGE. |
| 1533 | |
| 1534 | ------------------------------------------------------------------- |
| 1535 | |
| 1536 | Copyright (c) 1987 Regents of the University of California. |
| 1537 | All rights reserved. |
| 1538 | |
| 1539 | Redistribution and use in source and binary forms, with or without |
| 1540 | modification, are permitted provided that the following conditions |
| 1541 | are met: |
| 1542 | 1. Redistributions of source code must retain the above copyright |
| 1543 | notice, this list of conditions and the following disclaimer. |
| 1544 | 2. Redistributions in binary form must reproduce the above copyright |
| 1545 | notice, this list of conditions and the following disclaimer in the |
| 1546 | documentation and/or other materials provided with the distribution. |
| 1547 | 3. Neither the name of the University nor the names of its contributors |
| 1548 | may be used to endorse or promote products derived from this software |
| 1549 | without specific prior written permission. |
| 1550 | |
| 1551 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1552 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1553 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1554 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1555 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1556 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1557 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1558 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1559 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1560 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1561 | SUCH DAMAGE. |
| 1562 | |
| 1563 | ------------------------------------------------------------------- |
| 1564 | |
| 1565 | Copyright (c) 1987, 1993 |
| 1566 | The Regents of the University of California. All rights reserved. |
| 1567 | |
| 1568 | Redistribution and use in source and binary forms, with or without |
| 1569 | modification, are permitted provided that the following conditions |
| 1570 | are met: |
| 1571 | 1. Redistributions of source code must retain the above copyright |
| 1572 | notice, this list of conditions and the following disclaimer. |
| 1573 | 2. Redistributions in binary form must reproduce the above copyright |
| 1574 | notice, this list of conditions and the following disclaimer in the |
| 1575 | documentation and/or other materials provided with the distribution. |
| 1576 | 3. All advertising materials mentioning features or use of this software |
| 1577 | must display the following acknowledgement: |
| 1578 | This product includes software developed by the University of |
| 1579 | California, Berkeley and its contributors. |
| 1580 | 4. Neither the name of the University nor the names of its contributors |
| 1581 | may be used to endorse or promote products derived from this software |
| 1582 | without specific prior written permission. |
| 1583 | |
| 1584 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1585 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1586 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1587 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1588 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1589 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1590 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1591 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1592 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1593 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1594 | SUCH DAMAGE. |
| 1595 | |
| 1596 | ------------------------------------------------------------------- |
| 1597 | |
| 1598 | Copyright (c) 1987, 1993 |
| 1599 | The Regents of the University of California. All rights reserved. |
| 1600 | |
| 1601 | Redistribution and use in source and binary forms, with or without |
| 1602 | modification, are permitted provided that the following conditions |
| 1603 | are met: |
| 1604 | 1. Redistributions of source code must retain the above copyright |
| 1605 | notice, this list of conditions and the following disclaimer. |
| 1606 | 2. Redistributions in binary form must reproduce the above copyright |
| 1607 | notice, this list of conditions and the following disclaimer in the |
| 1608 | documentation and/or other materials provided with the distribution. |
| 1609 | 3. Neither the name of the University nor the names of its contributors |
| 1610 | may be used to endorse or promote products derived from this software |
| 1611 | without specific prior written permission. |
| 1612 | |
| 1613 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1614 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1615 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1616 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1617 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1618 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1619 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1620 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1621 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1622 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1623 | SUCH DAMAGE. |
| 1624 | |
| 1625 | ------------------------------------------------------------------- |
| 1626 | |
| 1627 | Copyright (c) 1988 Regents of the University of California. |
| 1628 | All rights reserved. |
| 1629 | |
| 1630 | Redistribution and use in source and binary forms, with or without |
| 1631 | modification, are permitted provided that the following conditions |
| 1632 | are met: |
| 1633 | 1. Redistributions of source code must retain the above copyright |
| 1634 | notice, this list of conditions and the following disclaimer. |
| 1635 | 2. Redistributions in binary form must reproduce the above copyright |
| 1636 | notice, this list of conditions and the following disclaimer in the |
| 1637 | documentation and/or other materials provided with the distribution. |
| 1638 | 3. Neither the name of the University nor the names of its contributors |
| 1639 | may be used to endorse or promote products derived from this software |
| 1640 | without specific prior written permission. |
| 1641 | |
| 1642 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1643 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1644 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1645 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1646 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1647 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1648 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1649 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1650 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1651 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1652 | SUCH DAMAGE. |
| 1653 | |
| 1654 | ------------------------------------------------------------------- |
| 1655 | |
| 1656 | Copyright (c) 1988 The Regents of the University of California. |
| 1657 | All rights reserved. |
| 1658 | |
| 1659 | Redistribution and use in source and binary forms, with or without |
| 1660 | modification, are permitted provided that the following conditions |
| 1661 | are met: |
| 1662 | 1. Redistributions of source code must retain the above copyright |
| 1663 | notice, this list of conditions and the following disclaimer. |
| 1664 | 2. Redistributions in binary form must reproduce the above copyright |
| 1665 | notice, this list of conditions and the following disclaimer in the |
| 1666 | documentation and/or other materials provided with the distribution. |
| 1667 | 3. Neither the name of the University nor the names of its contributors |
| 1668 | may be used to endorse or promote products derived from this software |
| 1669 | without specific prior written permission. |
| 1670 | |
| 1671 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1672 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1673 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1674 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1675 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1676 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1677 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1678 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1679 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1680 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1681 | SUCH DAMAGE. |
| 1682 | |
| 1683 | ------------------------------------------------------------------- |
| 1684 | |
| 1685 | Copyright (c) 1988, 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1686 | The Regents of the University of California. All rights reserved. |
| 1687 | |
| 1688 | Redistribution and use in source and binary forms, with or without |
| 1689 | modification, are permitted provided that the following conditions |
| 1690 | are met: |
| 1691 | 1. Redistributions of source code must retain the above copyright |
| 1692 | notice, this list of conditions and the following disclaimer. |
| 1693 | 2. Redistributions in binary form must reproduce the above copyright |
| 1694 | notice, this list of conditions and the following disclaimer in the |
| 1695 | documentation and/or other materials provided with the distribution. |
| 1696 | 3. All advertising materials mentioning features or use of this software |
| 1697 | must display the following acknowledgement: |
| 1698 | This product includes software developed by the University of |
| 1699 | California, Berkeley and its contributors. |
| 1700 | 4. Neither the name of the University nor the names of its contributors |
| 1701 | may be used to endorse or promote products derived from this software |
| 1702 | without specific prior written permission. |
| 1703 | |
| 1704 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1705 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1706 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1707 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1708 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1709 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1710 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1711 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1712 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1713 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1714 | SUCH DAMAGE. |
| 1715 | |
| 1716 | ------------------------------------------------------------------- |
| 1717 | |
| 1718 | Copyright (c) 1988, 1993 |
| 1719 | The Regents of the University of California. All rights reserved. |
| 1720 | |
| 1721 | Redistribution and use in source and binary forms, with or without |
| 1722 | modification, are permitted provided that the following conditions |
| 1723 | are met: |
| 1724 | 1. Redistributions of source code must retain the above copyright |
| 1725 | notice, this list of conditions and the following disclaimer. |
| 1726 | 2. Redistributions in binary form must reproduce the above copyright |
| 1727 | notice, this list of conditions and the following disclaimer in the |
| 1728 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1729 | 3. All advertising materials mentioning features or use of this software |
| 1730 | must display the following acknowledgement: |
| 1731 | This product includes software developed by the University of |
| 1732 | California, Berkeley and its contributors. |
| 1733 | 4. Neither the name of the University nor the names of its contributors |
| 1734 | may be used to endorse or promote products derived from this software |
| 1735 | without specific prior written permission. |
| 1736 | |
| 1737 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1738 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1739 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1740 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1741 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1742 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1743 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1744 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1745 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1746 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1747 | SUCH DAMAGE. |
| 1748 | |
| 1749 | ------------------------------------------------------------------- |
| 1750 | |
| 1751 | Copyright (c) 1988, 1993 |
| 1752 | The Regents of the University of California. All rights reserved. |
| 1753 | |
| 1754 | Redistribution and use in source and binary forms, with or without |
| 1755 | modification, are permitted provided that the following conditions |
| 1756 | are met: |
| 1757 | 1. Redistributions of source code must retain the above copyright |
| 1758 | notice, this list of conditions and the following disclaimer. |
| 1759 | 2. Redistributions in binary form must reproduce the above copyright |
| 1760 | notice, this list of conditions and the following disclaimer in the |
| 1761 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1762 | 3. Neither the name of the University nor the names of its contributors |
| 1763 | may be used to endorse or promote products derived from this software |
| 1764 | without specific prior written permission. |
| 1765 | |
| 1766 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1767 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1768 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1769 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1770 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1771 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1772 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1773 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1774 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1775 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1776 | SUCH DAMAGE. |
| 1777 | |
| 1778 | ------------------------------------------------------------------- |
| 1779 | |
| 1780 | Copyright (c) 1988, 1993 |
| 1781 | The Regents of the University of California. All rights reserved. |
| 1782 | |
| 1783 | This code is derived from software written by Ken Arnold and |
| 1784 | published in UNIX Review, Vol. 6, No. 8. |
| 1785 | |
| 1786 | Redistribution and use in source and binary forms, with or without |
| 1787 | modification, are permitted provided that the following conditions |
| 1788 | are met: |
| 1789 | 1. Redistributions of source code must retain the above copyright |
| 1790 | notice, this list of conditions and the following disclaimer. |
| 1791 | 2. Redistributions in binary form must reproduce the above copyright |
| 1792 | notice, this list of conditions and the following disclaimer in the |
| 1793 | documentation and/or other materials provided with the distribution. |
| 1794 | 3. Neither the name of the University nor the names of its contributors |
| 1795 | may be used to endorse or promote products derived from this software |
| 1796 | without specific prior written permission. |
| 1797 | |
| 1798 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1799 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1800 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1801 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1802 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1803 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1804 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1805 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1806 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1807 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1808 | SUCH DAMAGE. |
| 1809 | |
| 1810 | ------------------------------------------------------------------- |
| 1811 | |
| 1812 | Copyright (c) 1989 The Regents of the University of California. |
| 1813 | All rights reserved. |
| 1814 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1815 | Redistribution and use in source and binary forms, with or without |
| 1816 | modification, are permitted provided that the following conditions |
| 1817 | are met: |
| 1818 | 1. Redistributions of source code must retain the above copyright |
| 1819 | notice, this list of conditions and the following disclaimer. |
| 1820 | 2. Redistributions in binary form must reproduce the above copyright |
| 1821 | notice, this list of conditions and the following disclaimer in the |
| 1822 | documentation and/or other materials provided with the distribution. |
| 1823 | 3. Neither the name of the University nor the names of its contributors |
| 1824 | may be used to endorse or promote products derived from this software |
| 1825 | without specific prior written permission. |
| 1826 | |
| 1827 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1828 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1829 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1830 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1831 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1832 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1833 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1834 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1835 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1836 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1837 | SUCH DAMAGE. |
| 1838 | |
| 1839 | ------------------------------------------------------------------- |
| 1840 | |
| 1841 | Copyright (c) 1989 The Regents of the University of California. |
| 1842 | All rights reserved. |
| 1843 | (c) UNIX System Laboratories, Inc. |
| 1844 | All or some portions of this file are derived from material licensed |
| 1845 | to the University of California by American Telephone and Telegraph |
| 1846 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1847 | the permission of UNIX System Laboratories, Inc. |
| 1848 | |
| 1849 | Redistribution and use in source and binary forms, with or without |
| 1850 | modification, are permitted provided that the following conditions |
| 1851 | are met: |
| 1852 | 1. Redistributions of source code must retain the above copyright |
| 1853 | notice, this list of conditions and the following disclaimer. |
| 1854 | 2. Redistributions in binary form must reproduce the above copyright |
| 1855 | notice, this list of conditions and the following disclaimer in the |
| 1856 | documentation and/or other materials provided with the distribution. |
| 1857 | 3. Neither the name of the University nor the names of its contributors |
| 1858 | may be used to endorse or promote products derived from this software |
| 1859 | without specific prior written permission. |
| 1860 | |
| 1861 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1862 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1863 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1864 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1865 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1866 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1867 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1868 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1869 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1870 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1871 | SUCH DAMAGE. |
| 1872 | |
| 1873 | ------------------------------------------------------------------- |
| 1874 | |
| 1875 | Copyright (c) 1989, 1993 |
| 1876 | The Regents of the University of California. All rights reserved. |
| 1877 | |
| 1878 | Redistribution and use in source and binary forms, with or without |
| 1879 | modification, are permitted provided that the following conditions |
| 1880 | are met: |
| 1881 | 1. Redistributions of source code must retain the above copyright |
| 1882 | notice, this list of conditions and the following disclaimer. |
| 1883 | 2. Redistributions in binary form must reproduce the above copyright |
| 1884 | notice, this list of conditions and the following disclaimer in the |
| 1885 | documentation and/or other materials provided with the distribution. |
| 1886 | 3. Neither the name of the University nor the names of its contributors |
| 1887 | may be used to endorse or promote products derived from this software |
| 1888 | without specific prior written permission. |
| 1889 | |
| 1890 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1891 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1892 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1893 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1894 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1895 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1896 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1897 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1898 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1899 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1900 | SUCH DAMAGE. |
| 1901 | |
| 1902 | ------------------------------------------------------------------- |
| 1903 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1904 | Copyright (c) 1989, 1993 |
| 1905 | The Regents of the University of California. All rights reserved. |
| 1906 | |
| 1907 | Redistribution and use in source and binary forms, with or without |
| 1908 | modification, are permitted provided that the following conditions |
| 1909 | are met: |
| 1910 | 1. Redistributions of source code must retain the above copyright |
| 1911 | notice, this list of conditions and the following disclaimer. |
| 1912 | 2. Redistributions in binary form must reproduce the above copyright |
| 1913 | notice, this list of conditions and the following disclaimer in the |
| 1914 | documentation and/or other materials provided with the distribution. |
| 1915 | 4. Neither the name of the University nor the names of its contributors |
| 1916 | may be used to endorse or promote products derived from this software |
| 1917 | without specific prior written permission. |
| 1918 | |
| 1919 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1920 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1921 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1922 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1923 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1924 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1925 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1926 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1927 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1928 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1929 | SUCH DAMAGE. |
| 1930 | |
| 1931 | ------------------------------------------------------------------- |
| 1932 | |
| 1933 | Copyright (c) 1989, 1993 |
| 1934 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1935 | |
| 1936 | This code is derived from software contributed to Berkeley by |
| 1937 | Roger L. Snyder. |
| 1938 | |
| 1939 | Redistribution and use in source and binary forms, with or without |
| 1940 | modification, are permitted provided that the following conditions |
| 1941 | are met: |
| 1942 | 1. Redistributions of source code must retain the above copyright |
| 1943 | notice, this list of conditions and the following disclaimer. |
| 1944 | 2. Redistributions in binary form must reproduce the above copyright |
| 1945 | notice, this list of conditions and the following disclaimer in the |
| 1946 | documentation and/or other materials provided with the distribution. |
| 1947 | 3. Neither the name of the University nor the names of its contributors |
| 1948 | may be used to endorse or promote products derived from this software |
| 1949 | without specific prior written permission. |
| 1950 | |
| 1951 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1952 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1953 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1954 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1955 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1956 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1957 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1958 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1959 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1960 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1961 | SUCH DAMAGE. |
| 1962 | |
| 1963 | ------------------------------------------------------------------- |
| 1964 | |
| 1965 | Copyright (c) 1989, 1993 |
| 1966 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1967 | (c) UNIX System Laboratories, Inc. |
| 1968 | All or some portions of this file are derived from material licensed |
| 1969 | to the University of California by American Telephone and Telegraph |
| 1970 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1971 | the permission of UNIX System Laboratories, Inc. |
| 1972 | |
| 1973 | Redistribution and use in source and binary forms, with or without |
| 1974 | modification, are permitted provided that the following conditions |
| 1975 | are met: |
| 1976 | 1. Redistributions of source code must retain the above copyright |
| 1977 | notice, this list of conditions and the following disclaimer. |
| 1978 | 2. Redistributions in binary form must reproduce the above copyright |
| 1979 | notice, this list of conditions and the following disclaimer in the |
| 1980 | documentation and/or other materials provided with the distribution. |
| 1981 | 3. Neither the name of the University nor the names of its contributors |
| 1982 | may be used to endorse or promote products derived from this software |
| 1983 | without specific prior written permission. |
| 1984 | |
| 1985 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1986 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1987 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1988 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1989 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1990 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1991 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1992 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1993 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1994 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1995 | SUCH DAMAGE. |
| 1996 | |
| 1997 | ------------------------------------------------------------------- |
| 1998 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 1999 | Copyright (c) 1990 Regents of the University of California. |
| 2000 | All rights reserved. |
| 2001 | |
| 2002 | This code is derived from software contributed to Berkeley by |
| 2003 | Chris Torek. |
| 2004 | |
| 2005 | Redistribution and use in source and binary forms, with or without |
| 2006 | modification, are permitted provided that the following conditions |
| 2007 | are met: |
| 2008 | 1. Redistributions of source code must retain the above copyright |
| 2009 | notice, this list of conditions and the following disclaimer. |
| 2010 | 2. Redistributions in binary form must reproduce the above copyright |
| 2011 | notice, this list of conditions and the following disclaimer in the |
| 2012 | documentation and/or other materials provided with the distribution. |
| 2013 | 3. Neither the name of the University nor the names of its contributors |
| 2014 | may be used to endorse or promote products derived from this software |
| 2015 | without specific prior written permission. |
| 2016 | |
| 2017 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2018 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2019 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2020 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2021 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2022 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2023 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2024 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2025 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2026 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2027 | SUCH DAMAGE. |
| 2028 | |
| 2029 | ------------------------------------------------------------------- |
| 2030 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2031 | Copyright (c) 1990 The Regents of the University of California. |
| 2032 | All rights reserved. |
| 2033 | |
| 2034 | Redistribution and use in source and binary forms, with or without |
| 2035 | modification, are permitted provided that the following conditions |
| 2036 | are met: |
| 2037 | 1. Redistributions of source code must retain the above copyright |
| 2038 | notice, this list of conditions and the following disclaimer. |
| 2039 | 2. Redistributions in binary form must reproduce the above copyright |
| 2040 | notice, this list of conditions and the following disclaimer in the |
| 2041 | documentation and/or other materials provided with the distribution. |
| 2042 | 3. Neither the name of the University nor the names of its contributors |
| 2043 | may be used to endorse or promote products derived from this software |
| 2044 | without specific prior written permission. |
| 2045 | |
| 2046 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2047 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2048 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2049 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2050 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2051 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2052 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2053 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2054 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2055 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2056 | SUCH DAMAGE. |
| 2057 | |
| 2058 | ------------------------------------------------------------------- |
| 2059 | |
| 2060 | Copyright (c) 1990 The Regents of the University of California. |
| 2061 | All rights reserved. |
| 2062 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2063 | This code is derived from software contributed to Berkeley by |
| 2064 | Chris Torek. |
| 2065 | |
| 2066 | Redistribution and use in source and binary forms, with or without |
| 2067 | modification, are permitted provided that the following conditions |
| 2068 | are met: |
| 2069 | 1. Redistributions of source code must retain the above copyright |
| 2070 | notice, this list of conditions and the following disclaimer. |
| 2071 | 2. Redistributions in binary form must reproduce the above copyright |
| 2072 | notice, this list of conditions and the following disclaimer in the |
| 2073 | documentation and/or other materials provided with the distribution. |
| 2074 | 3. Neither the name of the University nor the names of its contributors |
| 2075 | may be used to endorse or promote products derived from this software |
| 2076 | without specific prior written permission. |
| 2077 | |
| 2078 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2079 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2080 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2081 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2082 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2083 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2084 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2085 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2086 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2087 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2088 | SUCH DAMAGE. |
| 2089 | |
| 2090 | ------------------------------------------------------------------- |
| 2091 | |
| 2092 | Copyright (c) 1990 The Regents of the University of California. |
| 2093 | All rights reserved. |
| 2094 | |
| 2095 | This code is derived from software contributed to Berkeley by |
| 2096 | William Jolitz. |
| 2097 | |
| 2098 | Redistribution and use in source and binary forms, with or without |
| 2099 | modification, are permitted provided that the following conditions |
| 2100 | are met: |
| 2101 | 1. Redistributions of source code must retain the above copyright |
| 2102 | notice, this list of conditions and the following disclaimer. |
| 2103 | 2. Redistributions in binary form must reproduce the above copyright |
| 2104 | notice, this list of conditions and the following disclaimer in the |
| 2105 | documentation and/or other materials provided with the distribution. |
| 2106 | 3. Neither the name of the University nor the names of its contributors |
| 2107 | may be used to endorse or promote products derived from this software |
| 2108 | without specific prior written permission. |
| 2109 | |
| 2110 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2111 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2112 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2113 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2114 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2115 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2116 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2117 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2118 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2119 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2120 | SUCH DAMAGE. |
| 2121 | |
| 2122 | ------------------------------------------------------------------- |
| 2123 | |
| 2124 | Copyright (c) 1990, 1993 |
| 2125 | The Regents of the University of California. All rights reserved. |
| 2126 | |
| 2127 | Redistribution and use in source and binary forms, with or without |
| 2128 | modification, are permitted provided that the following conditions |
| 2129 | are met: |
| 2130 | 1. Redistributions of source code must retain the above copyright |
| 2131 | notice, this list of conditions and the following disclaimer. |
| 2132 | 2. Redistributions in binary form must reproduce the above copyright |
| 2133 | notice, this list of conditions and the following disclaimer in the |
| 2134 | documentation and/or other materials provided with the distribution. |
| 2135 | 3. Neither the name of the University nor the names of its contributors |
| 2136 | may be used to endorse or promote products derived from this software |
| 2137 | without specific prior written permission. |
| 2138 | |
| 2139 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2140 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2141 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2142 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2143 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2144 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2145 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2146 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2147 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2148 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2149 | SUCH DAMAGE. |
| 2150 | |
| 2151 | ------------------------------------------------------------------- |
| 2152 | |
| 2153 | Copyright (c) 1990, 1993 |
| 2154 | The Regents of the University of California. All rights reserved. |
| 2155 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2156 | This code is derived from software contributed to Berkeley by |
| 2157 | Chris Torek. |
| 2158 | |
| 2159 | Redistribution and use in source and binary forms, with or without |
| 2160 | modification, are permitted provided that the following conditions |
| 2161 | are met: |
| 2162 | 1. Redistributions of source code must retain the above copyright |
| 2163 | notice, this list of conditions and the following disclaimer. |
| 2164 | 2. Redistributions in binary form must reproduce the above copyright |
| 2165 | notice, this list of conditions and the following disclaimer in the |
| 2166 | documentation and/or other materials provided with the distribution. |
| 2167 | 3. Neither the name of the University nor the names of its contributors |
| 2168 | may be used to endorse or promote products derived from this software |
| 2169 | without specific prior written permission. |
| 2170 | |
| 2171 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2172 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2173 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2174 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2175 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2176 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2177 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2178 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2179 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2180 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2181 | SUCH DAMAGE. |
| 2182 | |
| 2183 | ------------------------------------------------------------------- |
| 2184 | |
| 2185 | Copyright (c) 1990, 1993 |
| 2186 | The Regents of the University of California. All rights reserved. |
| 2187 | |
| 2188 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2189 | Donn Seeley at UUNET Technologies, Inc. |
| 2190 | |
| 2191 | Redistribution and use in source and binary forms, with or without |
| 2192 | modification, are permitted provided that the following conditions |
| 2193 | are met: |
| 2194 | 1. Redistributions of source code must retain the above copyright |
| 2195 | notice, this list of conditions and the following disclaimer. |
| 2196 | 2. Redistributions in binary form must reproduce the above copyright |
| 2197 | notice, this list of conditions and the following disclaimer in the |
| 2198 | documentation and/or other materials provided with the distribution. |
| 2199 | 3. Neither the name of the University nor the names of its contributors |
| 2200 | may be used to endorse or promote products derived from this software |
| 2201 | without specific prior written permission. |
| 2202 | |
| 2203 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2204 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2205 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2206 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2207 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2208 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2209 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2210 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2211 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2212 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2213 | SUCH DAMAGE. |
| 2214 | |
| 2215 | ------------------------------------------------------------------- |
| 2216 | |
| 2217 | Copyright (c) 1990, 1993 |
| 2218 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2219 | |
| 2220 | This code is derived from software contributed to Berkeley by |
| 2221 | Donn Seeley at UUNET Technologies, Inc. |
| 2222 | |
| 2223 | Redistribution and use in source and binary forms, with or without |
| 2224 | modification, are permitted provided that the following conditions |
| 2225 | are met: |
| 2226 | 1. Redistributions of source code must retain the above copyright |
| 2227 | notice, this list of conditions and the following disclaimer. |
| 2228 | 2. Redistributions in binary form must reproduce the above copyright |
| 2229 | notice, this list of conditions and the following disclaimer in the |
| 2230 | documentation and/or other materials provided with the distribution. |
| 2231 | 4. Neither the name of the University nor the names of its contributors |
| 2232 | may be used to endorse or promote products derived from this software |
| 2233 | without specific prior written permission. |
| 2234 | |
| 2235 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2236 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2237 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2238 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2239 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2240 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2241 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2242 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2243 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2244 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2245 | SUCH DAMAGE. |
| 2246 | |
| 2247 | ------------------------------------------------------------------- |
| 2248 | |
| 2249 | Copyright (c) 1990, 1993 |
| 2250 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2251 | (c) UNIX System Laboratories, Inc. |
| 2252 | All or some portions of this file are derived from material licensed |
| 2253 | to the University of California by American Telephone and Telegraph |
| 2254 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2255 | the permission of UNIX System Laboratories, Inc. |
| 2256 | |
| 2257 | Redistribution and use in source and binary forms, with or without |
| 2258 | modification, are permitted provided that the following conditions |
| 2259 | are met: |
| 2260 | 1. Redistributions of source code must retain the above copyright |
| 2261 | notice, this list of conditions and the following disclaimer. |
| 2262 | 2. Redistributions in binary form must reproduce the above copyright |
| 2263 | notice, this list of conditions and the following disclaimer in the |
| 2264 | documentation and/or other materials provided with the distribution. |
| 2265 | 3. Neither the name of the University nor the names of its contributors |
| 2266 | may be used to endorse or promote products derived from this software |
| 2267 | without specific prior written permission. |
| 2268 | |
| 2269 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2270 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2271 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2272 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2273 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2274 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2275 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2276 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2277 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2278 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2279 | SUCH DAMAGE. |
| 2280 | |
| 2281 | ------------------------------------------------------------------- |
| 2282 | |
| 2283 | Copyright (c) 1990, 1993, 1994 |
| 2284 | The Regents of the University of California. All rights reserved. |
| 2285 | |
| 2286 | Redistribution and use in source and binary forms, with or without |
| 2287 | modification, are permitted provided that the following conditions |
| 2288 | are met: |
| 2289 | 1. Redistributions of source code must retain the above copyright |
| 2290 | notice, this list of conditions and the following disclaimer. |
| 2291 | 2. Redistributions in binary form must reproduce the above copyright |
| 2292 | notice, this list of conditions and the following disclaimer in the |
| 2293 | documentation and/or other materials provided with the distribution. |
| 2294 | 3. Neither the name of the University nor the names of its contributors |
| 2295 | may be used to endorse or promote products derived from this software |
| 2296 | without specific prior written permission. |
| 2297 | |
| 2298 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2299 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2300 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2301 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2302 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2303 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2304 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2305 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2306 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2307 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2308 | SUCH DAMAGE. |
| 2309 | |
| 2310 | ------------------------------------------------------------------- |
| 2311 | |
| 2312 | Copyright (c) 1990, 1993, 1994 |
| 2313 | The Regents of the University of California. All rights reserved. |
| 2314 | |
| 2315 | This code is derived from software contributed to Berkeley by |
| 2316 | Chris Torek. |
| 2317 | |
| 2318 | Redistribution and use in source and binary forms, with or without |
| 2319 | modification, are permitted provided that the following conditions |
| 2320 | are met: |
| 2321 | 1. Redistributions of source code must retain the above copyright |
| 2322 | notice, this list of conditions and the following disclaimer. |
| 2323 | 2. Redistributions in binary form must reproduce the above copyright |
| 2324 | notice, this list of conditions and the following disclaimer in the |
| 2325 | documentation and/or other materials provided with the distribution. |
| 2326 | 3. Neither the name of the University nor the names of its contributors |
| 2327 | may be used to endorse or promote products derived from this software |
| 2328 | without specific prior written permission. |
| 2329 | |
| 2330 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2331 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2332 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2333 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2334 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2335 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2336 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2337 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2338 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2339 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2340 | SUCH DAMAGE. |
| 2341 | |
| 2342 | ------------------------------------------------------------------- |
| 2343 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2344 | Copyright (c) 1991 The Regents of the University of California. |
| 2345 | All rights reserved. |
| 2346 | |
| 2347 | Redistribution and use in source and binary forms, with or without |
| 2348 | modification, are permitted provided that the following conditions |
| 2349 | are met: |
| 2350 | 1. Redistributions of source code must retain the above copyright |
| 2351 | notice, this list of conditions and the following disclaimer. |
| 2352 | 2. Redistributions in binary form must reproduce the above copyright |
| 2353 | notice, this list of conditions and the following disclaimer in the |
| 2354 | documentation and/or other materials provided with the distribution. |
| 2355 | 3. Neither the name of the University nor the names of its contributors |
| 2356 | may be used to endorse or promote products derived from this software |
| 2357 | without specific prior written permission. |
| 2358 | |
| 2359 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2360 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2361 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2362 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2363 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2364 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2365 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2366 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2367 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2368 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2369 | SUCH DAMAGE. |
| 2370 | |
| 2371 | ------------------------------------------------------------------- |
| 2372 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2373 | Copyright (c) 1991, 1993 |
| 2374 | The Regents of the University of California. All rights reserved. |
| 2375 | |
| 2376 | Redistribution and use in source and binary forms, with or without |
| 2377 | modification, are permitted provided that the following conditions |
| 2378 | are met: |
| 2379 | 1. Redistributions of source code must retain the above copyright |
| 2380 | notice, this list of conditions and the following disclaimer. |
| 2381 | 2. Redistributions in binary form must reproduce the above copyright |
| 2382 | notice, this list of conditions and the following disclaimer in the |
| 2383 | documentation and/or other materials provided with the distribution. |
| 2384 | 3. Neither the name of the University nor the names of its contributors |
| 2385 | may be used to endorse or promote products derived from this software |
| 2386 | without specific prior written permission. |
| 2387 | |
| 2388 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2389 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2390 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2391 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2392 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2393 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2394 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2395 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2396 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2397 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2398 | SUCH DAMAGE. |
| 2399 | |
| 2400 | ------------------------------------------------------------------- |
| 2401 | |
| 2402 | Copyright (c) 1991, 1993 |
| 2403 | The Regents of the University of California. All rights reserved. |
| 2404 | |
| 2405 | This code is derived from software contributed to Berkeley by |
| 2406 | Berkeley Software Design, Inc. |
| 2407 | |
| 2408 | Redistribution and use in source and binary forms, with or without |
| 2409 | modification, are permitted provided that the following conditions |
| 2410 | are met: |
| 2411 | 1. Redistributions of source code must retain the above copyright |
| 2412 | notice, this list of conditions and the following disclaimer. |
| 2413 | 2. Redistributions in binary form must reproduce the above copyright |
| 2414 | notice, this list of conditions and the following disclaimer in the |
| 2415 | documentation and/or other materials provided with the distribution. |
| 2416 | 3. Neither the name of the University nor the names of its contributors |
| 2417 | may be used to endorse or promote products derived from this software |
| 2418 | without specific prior written permission. |
| 2419 | |
| 2420 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2421 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2422 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2423 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2424 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2425 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2426 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2427 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2428 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2429 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2430 | SUCH DAMAGE. |
| 2431 | |
| 2432 | ------------------------------------------------------------------- |
| 2433 | |
| 2434 | Copyright (c) 1991, 1993 |
| 2435 | The Regents of the University of California. All rights reserved. |
| 2436 | (c) UNIX System Laboratories, Inc. |
| 2437 | All or some portions of this file are derived from material licensed |
| 2438 | to the University of California by American Telephone and Telegraph |
| 2439 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2440 | the permission of UNIX System Laboratories, Inc. |
| 2441 | |
| 2442 | This code is derived from software contributed to Berkeley by |
| 2443 | Hugh Smith at The University of Guelph. |
| 2444 | |
| 2445 | Redistribution and use in source and binary forms, with or without |
| 2446 | modification, are permitted provided that the following conditions |
| 2447 | are met: |
| 2448 | 1. Redistributions of source code must retain the above copyright |
| 2449 | notice, this list of conditions and the following disclaimer. |
| 2450 | 2. Redistributions in binary form must reproduce the above copyright |
| 2451 | notice, this list of conditions and the following disclaimer in the |
| 2452 | documentation and/or other materials provided with the distribution. |
| 2453 | 3. Neither the name of the University nor the names of its contributors |
| 2454 | may be used to endorse or promote products derived from this software |
| 2455 | without specific prior written permission. |
| 2456 | |
| 2457 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2458 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2459 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2460 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2461 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2462 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2463 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2464 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2465 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2466 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2467 | SUCH DAMAGE. |
| 2468 | |
| 2469 | ------------------------------------------------------------------- |
| 2470 | |
| 2471 | Copyright (c) 1991, 1993, 1995, |
| 2472 | The Regents of the University of California. All rights reserved. |
| 2473 | |
| 2474 | This code is derived from software contributed to Berkeley by |
| 2475 | Havard Eidnes. |
| 2476 | |
| 2477 | Redistribution and use in source and binary forms, with or without |
| 2478 | modification, are permitted provided that the following conditions |
| 2479 | are met: |
| 2480 | 1. Redistributions of source code must retain the above copyright |
| 2481 | notice, this list of conditions and the following disclaimer. |
| 2482 | 2. Redistributions in binary form must reproduce the above copyright |
| 2483 | notice, this list of conditions and the following disclaimer in the |
| 2484 | documentation and/or other materials provided with the distribution. |
| 2485 | 3. Neither the name of the University nor the names of its contributors |
| 2486 | may be used to endorse or promote products derived from this software |
| 2487 | without specific prior written permission. |
| 2488 | |
| 2489 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2490 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2491 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2492 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2493 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2494 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2495 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2496 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2497 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2498 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2499 | SUCH DAMAGE. |
| 2500 | |
| 2501 | ------------------------------------------------------------------- |
| 2502 | |
| 2503 | Copyright (c) 1992 Henry Spencer. |
| 2504 | Copyright (c) 1992, 1993 |
| 2505 | The Regents of the University of California. All rights reserved. |
| 2506 | |
| 2507 | This code is derived from software contributed to Berkeley by |
| 2508 | Henry Spencer of the University of Toronto. |
| 2509 | |
| 2510 | Redistribution and use in source and binary forms, with or without |
| 2511 | modification, are permitted provided that the following conditions |
| 2512 | are met: |
| 2513 | 1. Redistributions of source code must retain the above copyright |
| 2514 | notice, this list of conditions and the following disclaimer. |
| 2515 | 2. Redistributions in binary form must reproduce the above copyright |
| 2516 | notice, this list of conditions and the following disclaimer in the |
| 2517 | documentation and/or other materials provided with the distribution. |
| 2518 | 3. Neither the name of the University nor the names of its contributors |
| 2519 | may be used to endorse or promote products derived from this software |
| 2520 | without specific prior written permission. |
| 2521 | |
| 2522 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2523 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2524 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2525 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2526 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2527 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2528 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2529 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2530 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2531 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2532 | SUCH DAMAGE. |
| 2533 | |
| 2534 | ------------------------------------------------------------------- |
| 2535 | |
| 2536 | Copyright (c) 1992 The Regents of the University of California. |
| 2537 | All rights reserved. |
| 2538 | |
| 2539 | Redistribution and use in source and binary forms, with or without |
| 2540 | modification, are permitted provided that the following conditions |
| 2541 | are met: |
| 2542 | 1. Redistributions of source code must retain the above copyright |
| 2543 | notice, this list of conditions and the following disclaimer. |
| 2544 | 2. Redistributions in binary form must reproduce the above copyright |
| 2545 | notice, this list of conditions and the following disclaimer in the |
| 2546 | documentation and/or other materials provided with the distribution. |
| 2547 | 3. Neither the name of the University nor the names of its contributors |
| 2548 | may be used to endorse or promote products derived from this software |
| 2549 | without specific prior written permission. |
| 2550 | |
| 2551 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2552 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2553 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2554 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2555 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2556 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2557 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2558 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2559 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2560 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2561 | SUCH DAMAGE. |
| 2562 | |
| 2563 | ------------------------------------------------------------------- |
| 2564 | |
| 2565 | Copyright (c) 1992, 1993 |
| 2566 | The Regents of the University of California. All rights reserved. |
| 2567 | |
| 2568 | Redistribution and use in source and binary forms, with or without |
| 2569 | modification, are permitted provided that the following conditions |
| 2570 | are met: |
| 2571 | 1. Redistributions of source code must retain the above copyright |
| 2572 | notice, this list of conditions and the following disclaimer. |
| 2573 | 2. Redistributions in binary form must reproduce the above copyright |
| 2574 | notice, this list of conditions and the following disclaimer in the |
| 2575 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 2576 | 3. All advertising materials mentioning features or use of this software |
| 2577 | must display the following acknowledgement: |
| 2578 | This product includes software developed by the University of |
| 2579 | California, Berkeley and its contributors. |
| 2580 | 4. Neither the name of the University nor the names of its contributors |
| 2581 | may be used to endorse or promote products derived from this software |
| 2582 | without specific prior written permission. |
| 2583 | |
| 2584 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2585 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2586 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2587 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2588 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2589 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2590 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2591 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2592 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2593 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2594 | SUCH DAMAGE. |
| 2595 | |
| 2596 | ------------------------------------------------------------------- |
| 2597 | |
| 2598 | Copyright (c) 1992, 1993 |
| 2599 | The Regents of the University of California. All rights reserved. |
| 2600 | |
| 2601 | Redistribution and use in source and binary forms, with or without |
| 2602 | modification, are permitted provided that the following conditions |
| 2603 | are met: |
| 2604 | 1. Redistributions of source code must retain the above copyright |
| 2605 | notice, this list of conditions and the following disclaimer. |
| 2606 | 2. Redistributions in binary form must reproduce the above copyright |
| 2607 | notice, this list of conditions and the following disclaimer in the |
| 2608 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2609 | 3. Neither the name of the University nor the names of its contributors |
| 2610 | may be used to endorse or promote products derived from this software |
| 2611 | without specific prior written permission. |
| 2612 | |
| 2613 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2614 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2615 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2616 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2617 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2618 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2619 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2620 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2621 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2622 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2623 | SUCH DAMAGE. |
| 2624 | |
| 2625 | ------------------------------------------------------------------- |
| 2626 | |
| 2627 | Copyright (c) 1992, 1993 |
| 2628 | The Regents of the University of California. All rights reserved. |
| 2629 | |
| 2630 | This code is derived from software contributed to Berkeley by |
| 2631 | Ralph Campbell. |
| 2632 | |
| 2633 | Redistribution and use in source and binary forms, with or without |
| 2634 | modification, are permitted provided that the following conditions |
| 2635 | are met: |
| 2636 | 1. Redistributions of source code must retain the above copyright |
| 2637 | notice, this list of conditions and the following disclaimer. |
| 2638 | 2. Redistributions in binary form must reproduce the above copyright |
| 2639 | notice, this list of conditions and the following disclaimer in the |
| 2640 | documentation and/or other materials provided with the distribution. |
| 2641 | 3. Neither the name of the University nor the names of its contributors |
| 2642 | may be used to endorse or promote products derived from this software |
| 2643 | without specific prior written permission. |
| 2644 | |
| 2645 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2646 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2647 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2648 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2649 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2650 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2651 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2652 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2653 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2654 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2655 | SUCH DAMAGE. |
| 2656 | |
| 2657 | ------------------------------------------------------------------- |
| 2658 | |
| 2659 | Copyright (c) 1992, 1993 |
| 2660 | The Regents of the University of California. All rights reserved. |
| 2661 | |
| 2662 | This code is derived from software contributed to Berkeley by |
| 2663 | Ralph Campbell. This file is derived from the MIPS RISC |
| 2664 | Architecture book by Gerry Kane. |
| 2665 | |
| 2666 | Redistribution and use in source and binary forms, with or without |
| 2667 | modification, are permitted provided that the following conditions |
| 2668 | are met: |
| 2669 | 1. Redistributions of source code must retain the above copyright |
| 2670 | notice, this list of conditions and the following disclaimer. |
| 2671 | 2. Redistributions in binary form must reproduce the above copyright |
| 2672 | notice, this list of conditions and the following disclaimer in the |
| 2673 | documentation and/or other materials provided with the distribution. |
| 2674 | 3. Neither the name of the University nor the names of its contributors |
| 2675 | may be used to endorse or promote products derived from this software |
| 2676 | without specific prior written permission. |
| 2677 | |
| 2678 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2679 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2680 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2681 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2682 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2683 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2684 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2685 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2686 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2687 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2688 | SUCH DAMAGE. |
| 2689 | |
| 2690 | ------------------------------------------------------------------- |
| 2691 | |
| 2692 | Copyright (c) 1992, 1993 |
| 2693 | The Regents of the University of California. All rights reserved. |
| 2694 | |
| 2695 | This software was developed by the Computer Systems Engineering group |
| 2696 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and |
| 2697 | contributed to Berkeley. |
| 2698 | |
| 2699 | All advertising materials mentioning features or use of this software |
| 2700 | must display the following acknowledgement: |
| 2701 | This product includes software developed by the University of |
| 2702 | California, Lawrence Berkeley Laboratory. |
| 2703 | |
| 2704 | Redistribution and use in source and binary forms, with or without |
| 2705 | modification, are permitted provided that the following conditions |
| 2706 | are met: |
| 2707 | 1. Redistributions of source code must retain the above copyright |
| 2708 | notice, this list of conditions and the following disclaimer. |
| 2709 | 2. Redistributions in binary form must reproduce the above copyright |
| 2710 | notice, this list of conditions and the following disclaimer in the |
| 2711 | documentation and/or other materials provided with the distribution. |
| 2712 | 3. All advertising materials mentioning features or use of this software |
| 2713 | must display the following acknowledgement: |
| 2714 | This product includes software developed by the University of |
| 2715 | California, Berkeley and its contributors. |
| 2716 | 4. Neither the name of the University nor the names of its contributors |
| 2717 | may be used to endorse or promote products derived from this software |
| 2718 | without specific prior written permission. |
| 2719 | |
| 2720 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2721 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2722 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2723 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2724 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2725 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2726 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2727 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2728 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2729 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2730 | SUCH DAMAGE. |
| 2731 | |
| 2732 | ------------------------------------------------------------------- |
| 2733 | |
| 2734 | Copyright (c) 1992, 1993 |
| 2735 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2736 | (c) UNIX System Laboratories, Inc. |
| 2737 | All or some portions of this file are derived from material licensed |
| 2738 | to the University of California by American Telephone and Telegraph |
| 2739 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2740 | the permission of UNIX System Laboratories, Inc. |
| 2741 | |
| 2742 | Redistribution and use in source and binary forms, with or without |
| 2743 | modification, are permitted provided that the following conditions |
| 2744 | are met: |
| 2745 | 1. Redistributions of source code must retain the above copyright |
| 2746 | notice, this list of conditions and the following disclaimer. |
| 2747 | 2. Redistributions in binary form must reproduce the above copyright |
| 2748 | notice, this list of conditions and the following disclaimer in the |
| 2749 | documentation and/or other materials provided with the distribution. |
| 2750 | 3. Neither the name of the University nor the names of its contributors |
| 2751 | may be used to endorse or promote products derived from this software |
| 2752 | without specific prior written permission. |
| 2753 | |
| 2754 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2755 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2756 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2757 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2758 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2759 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2760 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2761 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2762 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2763 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2764 | SUCH DAMAGE. |
| 2765 | |
| 2766 | ------------------------------------------------------------------- |
| 2767 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2768 | Copyright (c) 1992, 1993, 1994 |
| 2769 | The Regents of the University of California. All rights reserved. |
| 2770 | |
| 2771 | This code is derived from software contributed to Berkeley by |
| 2772 | Henry Spencer. |
| 2773 | |
| 2774 | Redistribution and use in source and binary forms, with or without |
| 2775 | modification, are permitted provided that the following conditions |
| 2776 | are met: |
| 2777 | 1. Redistributions of source code must retain the above copyright |
| 2778 | notice, this list of conditions and the following disclaimer. |
| 2779 | 2. Redistributions in binary form must reproduce the above copyright |
| 2780 | notice, this list of conditions and the following disclaimer in the |
| 2781 | documentation and/or other materials provided with the distribution. |
| 2782 | 3. Neither the name of the University nor the names of its contributors |
| 2783 | may be used to endorse or promote products derived from this software |
| 2784 | without specific prior written permission. |
| 2785 | |
| 2786 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2787 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2788 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2789 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2790 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2791 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2792 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2793 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2794 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2795 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2796 | SUCH DAMAGE. |
| 2797 | |
| 2798 | ------------------------------------------------------------------- |
| 2799 | |
Elliott Hughes | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2800 | Copyright (c) 1992, 1993, 1994 Henry Spencer. |
| 2801 | |
| 2802 | This code is derived from software contributed to Berkeley by |
| 2803 | Henry Spencer. |
| 2804 | |
| 2805 | Redistribution and use in source and binary forms, with or without |
| 2806 | modification, are permitted provided that the following conditions |
| 2807 | are met: |
| 2808 | 1. Redistributions of source code must retain the above copyright |
| 2809 | notice, this list of conditions and the following disclaimer. |
| 2810 | 2. Redistributions in binary form must reproduce the above copyright |
| 2811 | notice, this list of conditions and the following disclaimer in the |
| 2812 | documentation and/or other materials provided with the distribution. |
| 2813 | 3. All advertising materials mentioning features or use of this software |
| 2814 | must display the following acknowledgement: |
| 2815 | This product includes software developed by the University of |
| 2816 | California, Berkeley and its contributors. |
| 2817 | 4. Neither the name of the University nor the names of its contributors |
| 2818 | may be used to endorse or promote products derived from this software |
| 2819 | without specific prior written permission. |
| 2820 | |
| 2821 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2822 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2823 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2824 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2825 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2826 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2827 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2828 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2829 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2830 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2831 | SUCH DAMAGE. |
| 2832 | |
| 2833 | ------------------------------------------------------------------- |
| 2834 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2835 | Copyright (c) 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2836 | The Regents of the University of California. All rights reserved. |
| 2837 | |
| 2838 | Redistribution and use in source and binary forms, with or without |
| 2839 | modification, are permitted provided that the following conditions |
| 2840 | are met: |
| 2841 | 1. Redistributions of source code must retain the above copyright |
| 2842 | notice, this list of conditions and the following disclaimer. |
| 2843 | 2. Redistributions in binary form must reproduce the above copyright |
| 2844 | notice, this list of conditions and the following disclaimer in the |
| 2845 | documentation and/or other materials provided with the distribution. |
| 2846 | 3. Neither the name of the University nor the names of its contributors |
| 2847 | may be used to endorse or promote products derived from this software |
| 2848 | without specific prior written permission. |
| 2849 | |
| 2850 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2851 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2852 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2853 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2854 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2855 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2856 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2857 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2858 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2859 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2860 | SUCH DAMAGE. |
| 2861 | |
| 2862 | ------------------------------------------------------------------- |
| 2863 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2864 | Copyright (c) 1993 Martin Birgmeier |
| 2865 | All rights reserved. |
| 2866 | |
| 2867 | You may redistribute unmodified or modified versions of this source |
| 2868 | code provided that the above copyright notice and this and the |
| 2869 | following conditions are retained. |
| 2870 | |
| 2871 | This software is provided ``as is'', and comes with no warranties |
| 2872 | of any kind. I shall in no event be liable for anything that happens |
| 2873 | to anyone/anything when using this software. |
| 2874 | |
| 2875 | ------------------------------------------------------------------- |
| 2876 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2877 | Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2878 | All rights reserved. |
| 2879 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2880 | Redistribution and use in source and binary forms, with or without |
| 2881 | modification, are permitted provided that the following conditions |
| 2882 | are met: |
| 2883 | 1. Redistributions of source code must retain the above copyright |
| 2884 | notice, this list of conditions and the following disclaimer. |
| 2885 | 2. Redistributions in binary form must reproduce the above copyright |
| 2886 | notice, this list of conditions and the following disclaimer in the |
| 2887 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2888 | 3. The name of the author may not be used to endorse or promote products |
| 2889 | derived from this software without specific prior written permission. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2890 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2891 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2892 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2893 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2894 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 2895 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 2896 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 2897 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 2898 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 2899 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 2900 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2901 | |
| 2902 | ------------------------------------------------------------------- |
| 2903 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2904 | Copyright (c) 1996 by Internet Software Consortium. |
| 2905 | |
| 2906 | Permission to use, copy, modify, and distribute this software for any |
| 2907 | purpose with or without fee is hereby granted, provided that the above |
| 2908 | copyright notice and this permission notice appear in all copies. |
| 2909 | |
| 2910 | THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS |
| 2911 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
| 2912 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE |
| 2913 | CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 2914 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 2915 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 2916 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 2917 | SOFTWARE. |
| 2918 | |
| 2919 | ------------------------------------------------------------------- |
| 2920 | |
| 2921 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2922 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2923 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2924 | |
| 2925 | Permission to use, copy, modify, and distribute this software for any |
| 2926 | purpose with or without fee is hereby granted, provided that the above |
| 2927 | copyright notice and this permission notice appear in all copies. |
| 2928 | |
| 2929 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2930 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2931 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2932 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2933 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2934 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2935 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2936 | |
| 2937 | ------------------------------------------------------------------- |
| 2938 | |
| 2939 | Copyright (c) 1996-1998, 2008 Theo de Raadt |
| 2940 | Copyright (c) 1997, 2008-2009 Todd C. Miller |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2941 | |
| 2942 | Permission to use, copy, modify, and distribute this software for any |
| 2943 | purpose with or without fee is hereby granted, provided that the above |
| 2944 | copyright notice and this permission notice appear in all copies. |
| 2945 | |
| 2946 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2947 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2948 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2949 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2950 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2951 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2952 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2953 | |
| 2954 | ------------------------------------------------------------------- |
| 2955 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2956 | Copyright (c) 1997 Mark Brinicombe |
Elliott Hughes | dfb74c5 | 2016-10-24 12:53:17 -0700 | [diff] [blame] | 2957 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2958 | All rights reserved. |
| 2959 | |
| 2960 | Redistribution and use in source and binary forms, with or without |
| 2961 | modification, are permitted provided that the following conditions |
| 2962 | are met: |
| 2963 | 1. Redistributions of source code must retain the above copyright |
| 2964 | notice, this list of conditions and the following disclaimer. |
| 2965 | 2. Redistributions in binary form must reproduce the above copyright |
| 2966 | notice, this list of conditions and the following disclaimer in the |
| 2967 | documentation and/or other materials provided with the distribution. |
| 2968 | 3. All advertising materials mentioning features or use of this software |
| 2969 | must display the following acknowledgement: |
| 2970 | This product includes software developed by Mark Brinicombe |
| 2971 | 4. Neither the name of the University nor the names of its contributors |
| 2972 | may be used to endorse or promote products derived from this software |
| 2973 | without specific prior written permission. |
| 2974 | |
| 2975 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 2976 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2977 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2978 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 2979 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2980 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2981 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2982 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2983 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2984 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2985 | SUCH DAMAGE. |
| 2986 | |
| 2987 | ------------------------------------------------------------------- |
| 2988 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2989 | Copyright (c) 1997 Niklas Hallqvist. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2990 | |
| 2991 | Redistribution and use in source and binary forms, with or without |
| 2992 | modification, are permitted provided that the following conditions |
| 2993 | are met: |
| 2994 | 1. Redistributions of source code must retain the above copyright |
| 2995 | notice, this list of conditions and the following disclaimer. |
| 2996 | 2. Redistributions in binary form must reproduce the above copyright |
| 2997 | notice, this list of conditions and the following disclaimer in the |
| 2998 | documentation and/or other materials provided with the distribution. |
| 2999 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3000 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3001 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3002 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3003 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3004 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3005 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3006 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3007 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3008 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3009 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3010 | |
| 3011 | ------------------------------------------------------------------- |
| 3012 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3013 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3014 | |
| 3015 | Permission to use, copy, modify, and distribute this software for any |
| 3016 | purpose with or without fee is hereby granted, provided that the above |
| 3017 | copyright notice and this permission notice appear in all copies. |
| 3018 | |
| 3019 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3020 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3021 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3022 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3023 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3024 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3025 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3026 | |
| 3027 | ------------------------------------------------------------------- |
| 3028 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3029 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3030 | All rights reserved. |
| 3031 | |
| 3032 | Redistribution and use in source and binary forms, with or without |
| 3033 | modification, are permitted provided that the following conditions |
| 3034 | are met: |
| 3035 | 1. Redistributions of source code must retain the above copyright |
| 3036 | notice, this list of conditions and the following disclaimer. |
| 3037 | 2. Redistributions in binary form must reproduce the above copyright |
| 3038 | notice, this list of conditions and the following disclaimer in the |
| 3039 | documentation and/or other materials provided with the distribution. |
| 3040 | 3. The name of the author may not be used to endorse or promote products |
| 3041 | derived from this software without specific prior written permission. |
| 3042 | |
| 3043 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3044 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3045 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3046 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3047 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3048 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3049 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3050 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3051 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3052 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3053 | |
| 3054 | ------------------------------------------------------------------- |
| 3055 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3056 | Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3057 | All rights reserved. |
| 3058 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3059 | This code was contributed to The NetBSD Foundation by Klaus Klein. |
| 3060 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3061 | Redistribution and use in source and binary forms, with or without |
| 3062 | modification, are permitted provided that the following conditions |
| 3063 | are met: |
| 3064 | 1. Redistributions of source code must retain the above copyright |
| 3065 | notice, this list of conditions and the following disclaimer. |
| 3066 | 2. Redistributions in binary form must reproduce the above copyright |
| 3067 | notice, this list of conditions and the following disclaimer in the |
| 3068 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3069 | 3. All advertising materials mentioning features or use of this software |
| 3070 | must display the following acknowledgement: |
| 3071 | This product includes software developed by the NetBSD |
| 3072 | Foundation, Inc. and its contributors. |
| 3073 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3074 | contributors may be used to endorse or promote products derived |
| 3075 | from this software without specific prior written permission. |
| 3076 | |
| 3077 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3078 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3079 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3080 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3081 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3082 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3083 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3084 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3085 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3086 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3087 | POSSIBILITY OF SUCH DAMAGE. |
| 3088 | |
| 3089 | ------------------------------------------------------------------- |
| 3090 | |
| 3091 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3092 | All rights reserved. |
| 3093 | |
| 3094 | This code is derived from software contributed to The NetBSD Foundation |
| 3095 | by Luke Mewburn. |
| 3096 | |
| 3097 | Redistribution and use in source and binary forms, with or without |
| 3098 | modification, are permitted provided that the following conditions |
| 3099 | are met: |
| 3100 | 1. Redistributions of source code must retain the above copyright |
| 3101 | notice, this list of conditions and the following disclaimer. |
| 3102 | 2. Redistributions in binary form must reproduce the above copyright |
| 3103 | notice, this list of conditions and the following disclaimer in the |
| 3104 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3105 | |
| 3106 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3107 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3108 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3109 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3110 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3111 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3112 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3113 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3114 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3115 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3116 | POSSIBILITY OF SUCH DAMAGE. |
| 3117 | |
| 3118 | ------------------------------------------------------------------- |
| 3119 | |
| 3120 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3121 | All rights reserved. |
| 3122 | |
| 3123 | This code is derived from software contributed to The NetBSD Foundation |
| 3124 | by Luke Mewburn; and by Jason R. Thorpe. |
| 3125 | |
| 3126 | Redistribution and use in source and binary forms, with or without |
| 3127 | modification, are permitted provided that the following conditions |
| 3128 | are met: |
| 3129 | 1. Redistributions of source code must retain the above copyright |
| 3130 | notice, this list of conditions and the following disclaimer. |
| 3131 | 2. Redistributions in binary form must reproduce the above copyright |
| 3132 | notice, this list of conditions and the following disclaimer in the |
| 3133 | documentation and/or other materials provided with the distribution. |
| 3134 | 3. All advertising materials mentioning features or use of this software |
| 3135 | must display the following acknowledgement: |
| 3136 | This product includes software developed by the NetBSD |
| 3137 | Foundation, Inc. and its contributors. |
| 3138 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3139 | contributors may be used to endorse or promote products derived |
| 3140 | from this software without specific prior written permission. |
| 3141 | |
| 3142 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3143 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3144 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3145 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3146 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3147 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3148 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3149 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3150 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3151 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3152 | POSSIBILITY OF SUCH DAMAGE. |
| 3153 | |
| 3154 | ------------------------------------------------------------------- |
| 3155 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3156 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3157 | |
| 3158 | Permission to use, copy, modify, and distribute this software for any |
| 3159 | purpose with or without fee is hereby granted, provided that the above |
| 3160 | copyright notice and this permission notice appear in all copies. |
| 3161 | |
| 3162 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3163 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3164 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3165 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3166 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3167 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3168 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3169 | |
| 3170 | ------------------------------------------------------------------- |
| 3171 | |
| 3172 | Copyright (c) 1998 Softweyr LLC. All rights reserved. |
| 3173 | |
| 3174 | strtok_r, from Berkeley strtok |
| 3175 | Oct 13, 1998 by Wes Peters <wes@softweyr.com> |
| 3176 | |
| 3177 | Copyright (c) 1988, 1993 |
| 3178 | The Regents of the University of California. All rights reserved. |
| 3179 | |
| 3180 | Redistribution and use in source and binary forms, with or without |
| 3181 | modification, are permitted provided that the following conditions |
| 3182 | are met: |
| 3183 | 1. Redistributions of source code must retain the above copyright |
| 3184 | notices, this list of conditions and the following disclaimer. |
| 3185 | 2. Redistributions in binary form must reproduce the above copyright |
| 3186 | notices, this list of conditions and the following disclaimer in the |
| 3187 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3188 | 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] | 3189 | may be used to endorse or promote products derived from this software |
| 3190 | without specific prior written permission. |
| 3191 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3192 | THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS |
| 3193 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3194 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 3195 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE |
| 3196 | REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 3197 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 3198 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 3199 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 3200 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 3201 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3202 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3203 | |
| 3204 | ------------------------------------------------------------------- |
| 3205 | |
| 3206 | Copyright (c) 1998 The NetBSD Foundation, Inc. |
| 3207 | All rights reserved. |
| 3208 | |
| 3209 | This code is derived from software contributed to The NetBSD Foundation |
| 3210 | by Klaus Klein. |
| 3211 | |
| 3212 | Redistribution and use in source and binary forms, with or without |
| 3213 | modification, are permitted provided that the following conditions |
| 3214 | are met: |
| 3215 | 1. Redistributions of source code must retain the above copyright |
| 3216 | notice, this list of conditions and the following disclaimer. |
| 3217 | 2. Redistributions in binary form must reproduce the above copyright |
| 3218 | notice, this list of conditions and the following disclaimer in the |
| 3219 | documentation and/or other materials provided with the distribution. |
| 3220 | 3. All advertising materials mentioning features or use of this software |
| 3221 | must display the following acknowledgement: |
| 3222 | This product includes software developed by the NetBSD |
| 3223 | Foundation, Inc. and its contributors. |
| 3224 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3225 | contributors may be used to endorse or promote products derived |
| 3226 | from this software without specific prior written permission. |
| 3227 | |
| 3228 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3229 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3230 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3231 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3232 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3233 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3234 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3235 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3236 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3237 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3238 | POSSIBILITY OF SUCH DAMAGE. |
| 3239 | |
| 3240 | ------------------------------------------------------------------- |
| 3241 | |
| 3242 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3243 | All rights reserved. |
| 3244 | |
| 3245 | Redistribution and use in source and binary forms, with or without |
| 3246 | modification, are permitted provided that the following conditions |
| 3247 | are met: |
| 3248 | 1. Redistributions of source code must retain the above copyright |
| 3249 | notice, this list of conditions and the following disclaimer. |
| 3250 | 2. Redistributions in binary form must reproduce the above copyright |
| 3251 | notice, this list of conditions and the following disclaimer in the |
| 3252 | documentation and/or other materials provided with the distribution. |
| 3253 | 3. The name of the author may not be used to endorse or promote products |
| 3254 | derived from this software without specific prior written permission. |
| 3255 | |
| 3256 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3257 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3258 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3259 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3260 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3261 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3262 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3263 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3264 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3265 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3266 | |
| 3267 | ------------------------------------------------------------------- |
| 3268 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 3269 | Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3270 | |
| 3271 | Permission to use, copy, modify, and distribute this software for any |
| 3272 | purpose with or without fee is hereby granted, provided that the above |
| 3273 | copyright notice and this permission notice appear in all copies. |
| 3274 | |
| 3275 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3276 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3277 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3278 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3279 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3280 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3281 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3282 | |
| 3283 | ------------------------------------------------------------------- |
| 3284 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3285 | Copyright (c) 1999 |
| 3286 | David E. O'Brien |
| 3287 | Copyright (c) 1988, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3288 | The Regents of the University of California. All rights reserved. |
| 3289 | |
| 3290 | Redistribution and use in source and binary forms, with or without |
| 3291 | modification, are permitted provided that the following conditions |
| 3292 | are met: |
| 3293 | 1. Redistributions of source code must retain the above copyright |
| 3294 | notice, this list of conditions and the following disclaimer. |
| 3295 | 2. Redistributions in binary form must reproduce the above copyright |
| 3296 | notice, this list of conditions and the following disclaimer in the |
| 3297 | documentation and/or other materials provided with the distribution. |
| 3298 | 3. Neither the name of the University nor the names of its contributors |
| 3299 | may be used to endorse or promote products derived from this software |
| 3300 | without specific prior written permission. |
| 3301 | |
| 3302 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 3303 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3304 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3305 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 3306 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3307 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3308 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3309 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3310 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3311 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3312 | SUCH DAMAGE. |
| 3313 | |
| 3314 | ------------------------------------------------------------------- |
| 3315 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3316 | Copyright (c) 2000 Ben Harris. |
| 3317 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
| 3318 | All rights reserved. |
| 3319 | |
| 3320 | Redistribution and use in source and binary forms, with or without |
| 3321 | modification, are permitted provided that the following conditions |
| 3322 | are met: |
| 3323 | 1. Redistributions of source code must retain the above copyright |
| 3324 | notice, this list of conditions and the following disclaimer. |
| 3325 | 2. Redistributions in binary form must reproduce the above copyright |
| 3326 | notice, this list of conditions and the following disclaimer in the |
| 3327 | documentation and/or other materials provided with the distribution. |
| 3328 | 3. Neither the name of the project nor the names of its contributors |
| 3329 | may be used to endorse or promote products derived from this software |
| 3330 | without specific prior written permission. |
| 3331 | |
| 3332 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
| 3333 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3334 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3335 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
| 3336 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3337 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3338 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3339 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3340 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3341 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3342 | SUCH DAMAGE. |
| 3343 | |
| 3344 | ------------------------------------------------------------------- |
| 3345 | |
| 3346 | Copyright (c) 2000 The NetBSD Foundation, Inc. |
| 3347 | All rights reserved. |
| 3348 | |
| 3349 | This code is derived from software contributed to The NetBSD Foundation |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3350 | by Dieter Baron and Thomas Klausner. |
| 3351 | |
| 3352 | Redistribution and use in source and binary forms, with or without |
| 3353 | modification, are permitted provided that the following conditions |
| 3354 | are met: |
| 3355 | 1. Redistributions of source code must retain the above copyright |
| 3356 | notice, this list of conditions and the following disclaimer. |
| 3357 | 2. Redistributions in binary form must reproduce the above copyright |
| 3358 | notice, this list of conditions and the following disclaimer in the |
| 3359 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3360 | |
| 3361 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3362 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3363 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3364 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3365 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3366 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3367 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3368 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3369 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3370 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3371 | POSSIBILITY OF SUCH DAMAGE. |
| 3372 | |
| 3373 | ------------------------------------------------------------------- |
| 3374 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 3375 | Copyright (c) 2001 Wasabi Systems, Inc. |
| 3376 | All rights reserved. |
| 3377 | |
| 3378 | Written by Frank van der Linden for Wasabi Systems, Inc. |
| 3379 | |
| 3380 | Redistribution and use in source and binary forms, with or without |
| 3381 | modification, are permitted provided that the following conditions |
| 3382 | are met: |
| 3383 | 1. Redistributions of source code must retain the above copyright |
| 3384 | notice, this list of conditions and the following disclaimer. |
| 3385 | 2. Redistributions in binary form must reproduce the above copyright |
| 3386 | notice, this list of conditions and the following disclaimer in the |
| 3387 | documentation and/or other materials provided with the distribution. |
| 3388 | 3. All advertising materials mentioning features or use of this software |
| 3389 | must display the following acknowledgement: |
| 3390 | This product includes software developed for the NetBSD Project by |
| 3391 | Wasabi Systems, Inc. |
| 3392 | 4. The name of Wasabi Systems, Inc. may not be used to endorse |
| 3393 | or promote products derived from this software without specific prior |
| 3394 | written permission. |
| 3395 | |
| 3396 | THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND |
| 3397 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3398 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3399 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC |
| 3400 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3401 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3402 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3403 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3404 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3405 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3406 | POSSIBILITY OF SUCH DAMAGE. |
| 3407 | |
| 3408 | ------------------------------------------------------------------- |
| 3409 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3410 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 3411 | |
| 3412 | Redistribution and use in source and binary forms, with or without |
| 3413 | modification, are permitted provided that the following conditions |
| 3414 | are met: |
| 3415 | 1. Redistributions of source code must retain the above copyright |
| 3416 | notice, this list of conditions and the following disclaimer. |
| 3417 | 2. Redistributions in binary form must reproduce the above copyright |
| 3418 | notice, this list of conditions and the following disclaimer in the |
| 3419 | documentation and/or other materials provided with the distribution. |
| 3420 | |
| 3421 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3422 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3423 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3424 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3425 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3426 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3427 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3428 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3429 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3430 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3431 | SUCH DAMAGE. |
| 3432 | |
| 3433 | ------------------------------------------------------------------- |
| 3434 | |
| 3435 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 3436 | |
| 3437 | Redistribution and use in source and binary forms, with or without |
| 3438 | modification, are permitted provided that the following conditions |
| 3439 | are met: |
| 3440 | 1. Redistributions of source code must retain the above copyright |
| 3441 | notice, this list of conditions and the following disclaimer. |
| 3442 | 2. Redistributions in binary form must reproduce the above copyright |
| 3443 | notice, this list of conditions and the following disclaimer in the |
| 3444 | documentation and/or other materials provided with the distribution. |
| 3445 | 3. Neither the name of Opsycon AB nor the names of its contributors |
| 3446 | may be used to endorse or promote products derived from this software |
| 3447 | without specific prior written permission. |
| 3448 | |
| 3449 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3450 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3451 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3452 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3453 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3454 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3455 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3456 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3457 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3458 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3459 | SUCH DAMAGE. |
| 3460 | |
| 3461 | ------------------------------------------------------------------- |
| 3462 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3463 | Copyright (c) 2001-2011 The FreeBSD Project. |
| 3464 | All rights reserved. |
| 3465 | |
| 3466 | Redistribution and use in source and binary forms, with or without |
| 3467 | modification, are permitted provided that the following conditions |
| 3468 | are met: |
| 3469 | 1. Redistributions of source code must retain the above copyright |
| 3470 | notice, this list of conditions and the following disclaimer. |
| 3471 | 2. Redistributions in binary form must reproduce the above copyright |
| 3472 | notice, this list of conditions and the following disclaimer in the |
| 3473 | documentation and/or other materials provided with the distribution. |
| 3474 | |
| 3475 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3476 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3477 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3478 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3479 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3480 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3481 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3482 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3483 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3484 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3485 | SUCH DAMAGE. |
| 3486 | |
| 3487 | ------------------------------------------------------------------- |
| 3488 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3489 | Copyright (c) 2002 Daniel Hartmeier |
| 3490 | All rights reserved. |
| 3491 | |
| 3492 | Redistribution and use in source and binary forms, with or without |
| 3493 | modification, are permitted provided that the following conditions |
| 3494 | are met: |
| 3495 | |
| 3496 | - Redistributions of source code must retain the above copyright |
| 3497 | notice, this list of conditions and the following disclaimer. |
| 3498 | - Redistributions in binary form must reproduce the above |
| 3499 | copyright notice, this list of conditions and the following |
| 3500 | disclaimer in the documentation and/or other materials provided |
| 3501 | with the distribution. |
| 3502 | |
| 3503 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 3504 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3505 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 3506 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 3507 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3508 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 3509 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3510 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 3511 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3512 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 3513 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3514 | POSSIBILITY OF SUCH DAMAGE. |
| 3515 | |
| 3516 | ------------------------------------------------------------------- |
| 3517 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3518 | Copyright (c) 2002 The NetBSD Foundation, Inc. |
| 3519 | All rights reserved. |
| 3520 | |
| 3521 | This code is derived from software contributed to The NetBSD Foundation |
| 3522 | by Christos Zoulas. |
| 3523 | |
| 3524 | Redistribution and use in source and binary forms, with or without |
| 3525 | modification, are permitted provided that the following conditions |
| 3526 | are met: |
| 3527 | 1. Redistributions of source code must retain the above copyright |
| 3528 | notice, this list of conditions and the following disclaimer. |
| 3529 | 2. Redistributions in binary form must reproduce the above copyright |
| 3530 | notice, this list of conditions and the following disclaimer in the |
| 3531 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3532 | |
| 3533 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3534 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3535 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3536 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3537 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3538 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3539 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3540 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3541 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3542 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3543 | POSSIBILITY OF SUCH DAMAGE. |
| 3544 | |
| 3545 | ------------------------------------------------------------------- |
| 3546 | |
| 3547 | Copyright (c) 2002 Tim J. Robbins |
| 3548 | All rights reserved. |
| 3549 | |
| 3550 | Redistribution and use in source and binary forms, with or without |
| 3551 | modification, are permitted provided that the following conditions |
| 3552 | are met: |
| 3553 | 1. Redistributions of source code must retain the above copyright |
| 3554 | notice, this list of conditions and the following disclaimer. |
| 3555 | 2. Redistributions in binary form must reproduce the above copyright |
| 3556 | notice, this list of conditions and the following disclaimer in the |
| 3557 | documentation and/or other materials provided with the distribution. |
| 3558 | |
| 3559 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3560 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3561 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3562 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3563 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3564 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3565 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3566 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3567 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3568 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3569 | SUCH DAMAGE. |
| 3570 | |
| 3571 | ------------------------------------------------------------------- |
| 3572 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3573 | Copyright (c) 2002 Tim J. Robbins. |
| 3574 | All rights reserved. |
| 3575 | |
| 3576 | Redistribution and use in source and binary forms, with or without |
| 3577 | modification, are permitted provided that the following conditions |
| 3578 | are met: |
| 3579 | 1. Redistributions of source code must retain the above copyright |
| 3580 | notice, this list of conditions and the following disclaimer. |
| 3581 | 2. Redistributions in binary form must reproduce the above copyright |
| 3582 | notice, this list of conditions and the following disclaimer in the |
| 3583 | documentation and/or other materials provided with the distribution. |
| 3584 | |
| 3585 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3586 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3587 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3588 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3589 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3590 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3591 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3592 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3593 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3594 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3595 | SUCH DAMAGE. |
| 3596 | |
| 3597 | ------------------------------------------------------------------- |
| 3598 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3599 | Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3600 | |
| 3601 | Permission to use, copy, modify, and distribute this software for any |
| 3602 | purpose with or without fee is hereby granted, provided that the above |
| 3603 | copyright notice and this permission notice appear in all copies. |
| 3604 | |
| 3605 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3606 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3607 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3608 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3609 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3610 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3611 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3612 | |
| 3613 | Sponsored in part by the Defense Advanced Research Projects |
| 3614 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3615 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3616 | |
| 3617 | ------------------------------------------------------------------- |
| 3618 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3619 | Copyright (c) 2002, 2003 Tim J. Robbins. |
| 3620 | All rights reserved. |
| 3621 | |
| 3622 | Redistribution and use in source and binary forms, with or without |
| 3623 | modification, are permitted provided that the following conditions |
| 3624 | are met: |
| 3625 | 1. Redistributions of source code must retain the above copyright |
| 3626 | notice, this list of conditions and the following disclaimer. |
| 3627 | 2. Redistributions in binary form must reproduce the above copyright |
| 3628 | notice, this list of conditions and the following disclaimer in the |
| 3629 | documentation and/or other materials provided with the distribution. |
| 3630 | |
| 3631 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3632 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3633 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3634 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3635 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3636 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3637 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3638 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3639 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3640 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3641 | SUCH DAMAGE. |
| 3642 | |
| 3643 | ------------------------------------------------------------------- |
| 3644 | |
| 3645 | Copyright (c) 2002-2004 Tim J. Robbins |
| 3646 | All rights reserved. |
| 3647 | |
| 3648 | Redistribution and use in source and binary forms, with or without |
| 3649 | modification, are permitted provided that the following conditions |
| 3650 | are met: |
| 3651 | 1. Redistributions of source code must retain the above copyright |
| 3652 | notice, this list of conditions and the following disclaimer. |
| 3653 | 2. Redistributions in binary form must reproduce the above copyright |
| 3654 | notice, this list of conditions and the following disclaimer in the |
| 3655 | documentation and/or other materials provided with the distribution. |
| 3656 | |
| 3657 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3658 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3659 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3660 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3661 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3662 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3663 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3664 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3665 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3666 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3667 | SUCH DAMAGE. |
| 3668 | |
| 3669 | ------------------------------------------------------------------- |
| 3670 | |
| 3671 | Copyright (c) 2002-2004 Tim J. Robbins. |
| 3672 | All rights reserved. |
| 3673 | |
| 3674 | Redistribution and use in source and binary forms, with or without |
| 3675 | modification, are permitted provided that the following conditions |
| 3676 | are met: |
| 3677 | 1. Redistributions of source code must retain the above copyright |
| 3678 | notice, this list of conditions and the following disclaimer. |
| 3679 | 2. Redistributions in binary form must reproduce the above copyright |
| 3680 | notice, this list of conditions and the following disclaimer in the |
| 3681 | documentation and/or other materials provided with the distribution. |
| 3682 | |
| 3683 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3684 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3685 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3686 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3687 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3688 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3689 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3690 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3691 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3692 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3693 | SUCH DAMAGE. |
| 3694 | |
| 3695 | ------------------------------------------------------------------- |
| 3696 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3697 | Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru> |
| 3698 | |
| 3699 | Redistribution and use in source and binary forms, with or without |
| 3700 | modification, are permitted provided that the following conditions |
| 3701 | are met: |
| 3702 | 1. Redistributions of source code must retain the above copyright |
| 3703 | notice, this list of conditions and the following disclaimer. |
| 3704 | 2. Redistributions in binary form must reproduce the above copyright |
| 3705 | notice, this list of conditions and the following disclaimer in the |
| 3706 | documentation and/or other materials provided with the distribution. |
| 3707 | 3. The names of the authors may not be used to endorse or promote |
| 3708 | products derived from this software without specific prior written |
| 3709 | permission. |
| 3710 | |
| 3711 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3712 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3713 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3714 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3715 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3716 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3717 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3718 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3719 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3720 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3721 | SUCH DAMAGE. |
| 3722 | |
| 3723 | ------------------------------------------------------------------- |
| 3724 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3725 | Copyright (c) 2003 Dag-Erling Smørgrav |
| 3726 | All rights reserved. |
| 3727 | |
| 3728 | Redistribution and use in source and binary forms, with or without |
| 3729 | modification, are permitted provided that the following conditions |
| 3730 | are met: |
| 3731 | 1. Redistributions of source code must retain the above copyright |
| 3732 | notice, this list of conditions and the following disclaimer |
| 3733 | in this position and unchanged. |
| 3734 | 2. Redistributions in binary form must reproduce the above copyright |
| 3735 | notice, this list of conditions and the following disclaimer in the |
| 3736 | documentation and/or other materials provided with the distribution. |
| 3737 | 3. The name of the author may not be used to endorse or promote products |
| 3738 | derived from this software without specific prior written permission. |
| 3739 | |
| 3740 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3741 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3742 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3743 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3744 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3745 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3746 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3747 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3748 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3749 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3750 | |
| 3751 | ------------------------------------------------------------------- |
| 3752 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3753 | Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> |
| 3754 | All rights reserved. |
| 3755 | |
| 3756 | Redistribution and use in source and binary forms, with or without |
| 3757 | modification, are permitted provided that the following conditions |
| 3758 | are met: |
| 3759 | 1. Redistributions of source code must retain the above copyright |
| 3760 | notice, this list of conditions and the following disclaimer. |
| 3761 | 2. Redistributions in binary form must reproduce the above copyright |
| 3762 | notice, this list of conditions and the following disclaimer in the |
| 3763 | documentation and/or other materials provided with the distribution. |
| 3764 | |
| 3765 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3766 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3767 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3768 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3769 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3770 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3771 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3772 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3773 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3774 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3775 | SUCH DAMAGE. |
| 3776 | |
| 3777 | ------------------------------------------------------------------- |
| 3778 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3779 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 3780 | All rights reserved. |
| 3781 | |
| 3782 | Redistribution and use in source and binary forms, with or without |
| 3783 | modification, are permitted provided that the following conditions |
| 3784 | are met: |
| 3785 | 1. Redistributions of source code must retain the above copyright |
| 3786 | notice, this list of conditions and the following disclaimer. |
| 3787 | 2. Redistributions in binary form must reproduce the above copyright |
| 3788 | notice, this list of conditions and the following disclaimer in the |
| 3789 | documentation and/or other materials provided with the distribution. |
| 3790 | |
| 3791 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3792 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3793 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3794 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3795 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3796 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3797 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3798 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3799 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3800 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3801 | SUCH DAMAGE. |
| 3802 | |
| 3803 | ------------------------------------------------------------------- |
| 3804 | |
| 3805 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 3806 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 3807 | All rights reserved. |
| 3808 | |
| 3809 | Redistribution and use in source and binary forms, with or without |
| 3810 | modification, are permitted provided that the following conditions |
| 3811 | are met: |
| 3812 | 1. Redistributions of source code must retain the above copyright |
| 3813 | notice, this list of conditions and the following disclaimer. |
| 3814 | 2. Redistributions in binary form must reproduce the above copyright |
| 3815 | notice, this list of conditions and the following disclaimer in the |
| 3816 | documentation and/or other materials provided with the distribution. |
| 3817 | |
| 3818 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3819 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3820 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3821 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3822 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3823 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3824 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3825 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3826 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3827 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3828 | SUCH DAMAGE. |
| 3829 | |
| 3830 | ------------------------------------------------------------------- |
| 3831 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3832 | Copyright (c) 2003 Networks Associates Technology, Inc. |
| 3833 | All rights reserved. |
| 3834 | |
| 3835 | Portions of this software were developed for the FreeBSD Project by |
| 3836 | Jacques A. Vidrine, Safeport Network Services, and Network |
| 3837 | Associates Laboratories, the Security Research Division of Network |
| 3838 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 |
| 3839 | ("CBOSS"), as part of the DARPA CHATS research program. |
| 3840 | |
| 3841 | Redistribution and use in source and binary forms, with or without |
| 3842 | modification, are permitted provided that the following conditions |
| 3843 | are met: |
| 3844 | 1. Redistributions of source code must retain the above copyright |
| 3845 | notice, this list of conditions and the following disclaimer. |
| 3846 | 2. Redistributions in binary form must reproduce the above copyright |
| 3847 | notice, this list of conditions and the following disclaimer in the |
| 3848 | documentation and/or other materials provided with the distribution. |
| 3849 | |
| 3850 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3851 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3852 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3853 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3854 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3855 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3856 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3857 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3858 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3859 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3860 | SUCH DAMAGE. |
| 3861 | |
| 3862 | ------------------------------------------------------------------- |
| 3863 | |
Nick Kralevich | 5e58ea0 | 2012-09-12 13:21:25 -0700 | [diff] [blame] | 3864 | Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3865 | |
| 3866 | Permission to use, copy, modify, and distribute this software for any |
| 3867 | purpose with or without fee is hereby granted, provided that the above |
| 3868 | copyright notice and this permission notice appear in all copies. |
| 3869 | |
| 3870 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3871 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3872 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3873 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3874 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3875 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3876 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3877 | |
| 3878 | Sponsored in part by the Defense Advanced Research Projects |
| 3879 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3880 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3881 | |
| 3882 | ------------------------------------------------------------------- |
| 3883 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3884 | Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3885 | |
| 3886 | Permission to use, copy, modify, and distribute this software for any |
| 3887 | purpose with or without fee is hereby granted, provided that the above |
| 3888 | copyright notice and this permission notice appear in all copies. |
| 3889 | |
| 3890 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3891 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3892 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3893 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3894 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3895 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3896 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3897 | |
| 3898 | Sponsored in part by the Defense Advanced Research Projects |
| 3899 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3900 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3901 | |
| 3902 | ------------------------------------------------------------------- |
| 3903 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3904 | Copyright (c) 2003, Steven G. Kargl |
| 3905 | All rights reserved. |
| 3906 | |
| 3907 | Redistribution and use in source and binary forms, with or without |
| 3908 | modification, are permitted provided that the following conditions |
| 3909 | are met: |
| 3910 | 1. Redistributions of source code must retain the above copyright |
| 3911 | notice unmodified, this list of conditions, and the following |
| 3912 | disclaimer. |
| 3913 | 2. Redistributions in binary form must reproduce the above copyright |
| 3914 | notice, this list of conditions and the following disclaimer in the |
| 3915 | documentation and/or other materials provided with the distribution. |
| 3916 | |
| 3917 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3918 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3919 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3920 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3921 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3922 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3923 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3924 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3925 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3926 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3927 | |
| 3928 | ------------------------------------------------------------------- |
| 3929 | |
| 3930 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 3931 | All rights reserved. |
| 3932 | |
| 3933 | Redistribution and use in source and binary forms, with or without |
| 3934 | modification, are permitted provided that the following conditions |
| 3935 | are met: |
| 3936 | 1. Redistributions of source code must retain the above copyright |
| 3937 | notice, this list of conditions and the following disclaimer. |
| 3938 | 2. Redistributions in binary form must reproduce the above copyright |
| 3939 | notice, this list of conditions and the following disclaimer in the |
| 3940 | documentation and/or other materials provided with the distribution. |
| 3941 | |
| 3942 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3943 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3944 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3945 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3946 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3947 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3948 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3949 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3950 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3951 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3952 | SUCH DAMAGE. |
| 3953 | |
| 3954 | ------------------------------------------------------------------- |
| 3955 | |
| 3956 | Copyright (c) 2004 Stefan Farfeleder |
| 3957 | All rights reserved. |
| 3958 | |
| 3959 | Redistribution and use in source and binary forms, with or without |
| 3960 | modification, are permitted provided that the following conditions |
| 3961 | are met: |
| 3962 | 1. Redistributions of source code must retain the above copyright |
| 3963 | notice, this list of conditions and the following disclaimer. |
| 3964 | 2. Redistributions in binary form must reproduce the above copyright |
| 3965 | notice, this list of conditions and the following disclaimer in the |
| 3966 | documentation and/or other materials provided with the distribution. |
| 3967 | |
| 3968 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3969 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3970 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3971 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3972 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3973 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3974 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3975 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3976 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3977 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3978 | SUCH DAMAGE. |
| 3979 | |
| 3980 | ------------------------------------------------------------------- |
| 3981 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3982 | Copyright (c) 2004 The NetBSD Foundation, Inc. |
| 3983 | All rights reserved. |
| 3984 | |
| 3985 | This code is derived from software contributed to The NetBSD Foundation |
| 3986 | by Christos Zoulas. |
| 3987 | |
| 3988 | Redistribution and use in source and binary forms, with or without |
| 3989 | modification, are permitted provided that the following conditions |
| 3990 | are met: |
| 3991 | 1. Redistributions of source code must retain the above copyright |
| 3992 | notice, this list of conditions and the following disclaimer. |
| 3993 | 2. Redistributions in binary form must reproduce the above copyright |
| 3994 | notice, this list of conditions and the following disclaimer in the |
| 3995 | documentation and/or other materials provided with the distribution. |
| 3996 | 3. All advertising materials mentioning features or use of this software |
| 3997 | must display the following acknowledgement: |
| 3998 | This product includes software developed by the NetBSD |
| 3999 | Foundation, Inc. and its contributors. |
| 4000 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 4001 | contributors may be used to endorse or promote products derived |
| 4002 | from this software without specific prior written permission. |
| 4003 | |
| 4004 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4005 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4006 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4007 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4008 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4009 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4010 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4011 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4012 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4013 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4014 | POSSIBILITY OF SUCH DAMAGE. |
| 4015 | |
| 4016 | ------------------------------------------------------------------- |
| 4017 | |
| 4018 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4019 | Copyright (c) 1995,1999 by Internet Software Consortium. |
| 4020 | |
| 4021 | Permission to use, copy, modify, and distribute this software for any |
| 4022 | purpose with or without fee is hereby granted, provided that the above |
| 4023 | copyright notice and this permission notice appear in all copies. |
| 4024 | |
| 4025 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4026 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4027 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4028 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4029 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4030 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4031 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4032 | |
| 4033 | ------------------------------------------------------------------- |
| 4034 | |
| 4035 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4036 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4037 | |
| 4038 | Permission to use, copy, modify, and distribute this software for any |
| 4039 | purpose with or without fee is hereby granted, provided that the above |
| 4040 | copyright notice and this permission notice appear in all copies. |
| 4041 | |
| 4042 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4043 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4044 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4045 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4046 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4047 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4048 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4049 | |
| 4050 | ------------------------------------------------------------------- |
| 4051 | |
| 4052 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4053 | Copyright (c) 1995-1999 by Internet Software Consortium. |
| 4054 | |
| 4055 | Permission to use, copy, modify, and distribute this software for any |
| 4056 | purpose with or without fee is hereby granted, provided that the above |
| 4057 | copyright notice and this permission notice appear in all copies. |
| 4058 | |
| 4059 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4060 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4061 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4062 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4063 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4064 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4065 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4066 | |
| 4067 | ------------------------------------------------------------------- |
| 4068 | |
| 4069 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4070 | Copyright (c) 1996,1999 by Internet Software Consortium. |
| 4071 | |
| 4072 | Permission to use, copy, modify, and distribute this software for any |
| 4073 | purpose with or without fee is hereby granted, provided that the above |
| 4074 | copyright notice and this permission notice appear in all copies. |
| 4075 | |
| 4076 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4077 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4078 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4079 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4080 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4081 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4082 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4083 | |
| 4084 | ------------------------------------------------------------------- |
| 4085 | |
| 4086 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4087 | Copyright (c) 1996-1999 by Internet Software Consortium |
| 4088 | |
| 4089 | Permission to use, copy, modify, and distribute this software for any |
| 4090 | purpose with or without fee is hereby granted, provided that the above |
| 4091 | copyright notice and this permission notice appear in all copies. |
| 4092 | |
| 4093 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4094 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4095 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4096 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4097 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4098 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4099 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4100 | |
| 4101 | ------------------------------------------------------------------- |
| 4102 | |
| 4103 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4104 | Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4105 | |
| 4106 | Permission to use, copy, modify, and distribute this software for any |
| 4107 | purpose with or without fee is hereby granted, provided that the above |
| 4108 | copyright notice and this permission notice appear in all copies. |
| 4109 | |
| 4110 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4111 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4112 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4113 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4114 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4115 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4116 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4117 | |
| 4118 | ------------------------------------------------------------------- |
| 4119 | |
| 4120 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4121 | Copyright (c) 1997,1999 by Internet Software Consortium. |
| 4122 | |
| 4123 | Permission to use, copy, modify, and distribute this software for any |
| 4124 | purpose with or without fee is hereby granted, provided that the above |
| 4125 | copyright notice and this permission notice appear in all copies. |
| 4126 | |
| 4127 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4128 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4129 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4130 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4131 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4132 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4133 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4134 | |
| 4135 | ------------------------------------------------------------------- |
| 4136 | |
| 4137 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4138 | Copyright (c) 1999 by Internet Software Consortium. |
| 4139 | |
| 4140 | Permission to use, copy, modify, and distribute this software for any |
| 4141 | purpose with or without fee is hereby granted, provided that the above |
| 4142 | copyright notice and this permission notice appear in all copies. |
| 4143 | |
| 4144 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4145 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4146 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4147 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4148 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4149 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4150 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4151 | |
| 4152 | ------------------------------------------------------------------- |
| 4153 | |
| 4154 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4155 | Portions Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4156 | |
| 4157 | Permission to use, copy, modify, and distribute this software for any |
| 4158 | purpose with or without fee is hereby granted, provided that the above |
| 4159 | copyright notice and this permission notice appear in all copies. |
| 4160 | |
| 4161 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4162 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4163 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4164 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4165 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4166 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4167 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4168 | |
| 4169 | ------------------------------------------------------------------- |
| 4170 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4171 | Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG> |
| 4172 | All rights reserved. |
| 4173 | |
| 4174 | Redistribution and use in source and binary forms, with or without |
| 4175 | modification, are permitted provided that the following conditions |
| 4176 | are met: |
| 4177 | 1. Redistributions of source code must retain the above copyright |
| 4178 | notice, this list of conditions and the following disclaimer. |
| 4179 | 2. Redistributions in binary form must reproduce the above copyright |
| 4180 | notice, this list of conditions and the following disclaimer in the |
| 4181 | documentation and/or other materials provided with the distribution. |
| 4182 | |
| 4183 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4184 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4185 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4186 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4187 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4188 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4189 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4190 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4191 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4192 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4193 | SUCH DAMAGE. |
| 4194 | |
| 4195 | ------------------------------------------------------------------- |
| 4196 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4197 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 4198 | All rights reserved. |
| 4199 | |
| 4200 | Redistribution and use in source and binary forms, with or without |
| 4201 | modification, are permitted provided that the following conditions |
| 4202 | are met: |
| 4203 | 1. Redistributions of source code must retain the above copyright |
| 4204 | notice, this list of conditions and the following disclaimer. |
| 4205 | 2. Redistributions in binary form must reproduce the above copyright |
| 4206 | notice, this list of conditions and the following disclaimer in the |
| 4207 | documentation and/or other materials provided with the distribution. |
| 4208 | |
| 4209 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4210 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4211 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4212 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4213 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4214 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4215 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4216 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4217 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4218 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4219 | SUCH DAMAGE. |
| 4220 | |
| 4221 | ------------------------------------------------------------------- |
| 4222 | |
| 4223 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 4224 | All rights reserved. |
| 4225 | |
| 4226 | Redistribution and use in source and binary forms, with or without |
| 4227 | modification, are permitted provided that the following conditions |
| 4228 | are met: |
| 4229 | 1. Redistributions of source code must retain the above copyright |
| 4230 | notice, this list of conditions and the following disclaimer. |
| 4231 | 2. Redistributions in binary form must reproduce the above copyright |
| 4232 | notice, this list of conditions and the following disclaimer in the |
| 4233 | documentation and/or other materials provided with the distribution. |
| 4234 | |
| 4235 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4236 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4237 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4238 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4239 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4240 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4241 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4242 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4243 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4244 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4245 | SUCH DAMAGE. |
| 4246 | |
| 4247 | ------------------------------------------------------------------- |
| 4248 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4249 | Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl |
| 4250 | All rights reserved. |
| 4251 | |
| 4252 | Redistribution and use in source and binary forms, with or without |
| 4253 | modification, are permitted provided that the following conditions |
| 4254 | are met: |
| 4255 | 1. Redistributions of source code must retain the above copyright |
| 4256 | notice unmodified, this list of conditions, and the following |
| 4257 | disclaimer. |
| 4258 | 2. Redistributions in binary form must reproduce the above copyright |
| 4259 | notice, this list of conditions and the following disclaimer in the |
| 4260 | documentation and/or other materials provided with the distribution. |
| 4261 | |
| 4262 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4263 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4264 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4265 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4266 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4267 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4268 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4269 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4270 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4271 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4272 | |
| 4273 | ------------------------------------------------------------------- |
| 4274 | |
| 4275 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 4276 | All rights reserved. |
| 4277 | |
| 4278 | Redistribution and use in source and binary forms, with or without |
| 4279 | modification, are permitted provided that the following conditions |
| 4280 | are met: |
| 4281 | 1. Redistributions of source code must retain the above copyright |
| 4282 | notice, this list of conditions and the following disclaimer. |
| 4283 | 2. Redistributions in binary form must reproduce the above copyright |
| 4284 | notice, this list of conditions and the following disclaimer in the |
| 4285 | documentation and/or other materials provided with the distribution. |
| 4286 | |
| 4287 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4288 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4289 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4290 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4291 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4292 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4293 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4294 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4295 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4296 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4297 | SUCH DAMAGE. |
| 4298 | |
| 4299 | ------------------------------------------------------------------- |
| 4300 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4301 | Copyright (c) 2005 Tim J. Robbins. |
| 4302 | All rights reserved. |
| 4303 | |
| 4304 | Redistribution and use in source and binary forms, with or without |
| 4305 | modification, are permitted provided that the following conditions |
| 4306 | are met: |
| 4307 | 1. Redistributions of source code must retain the above copyright |
| 4308 | notice, this list of conditions and the following disclaimer. |
| 4309 | 2. Redistributions in binary form must reproduce the above copyright |
| 4310 | notice, this list of conditions and the following disclaimer in the |
| 4311 | documentation and/or other materials provided with the distribution. |
| 4312 | |
| 4313 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4314 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4315 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4316 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4317 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4318 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4319 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4320 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4321 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4322 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4323 | SUCH DAMAGE. |
| 4324 | |
| 4325 | ------------------------------------------------------------------- |
| 4326 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 4327 | Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") |
| 4328 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4329 | |
| 4330 | Permission to use, copy, modify, and distribute this software for any |
| 4331 | purpose with or without fee is hereby granted, provided that the above |
| 4332 | copyright notice and this permission notice appear in all copies. |
| 4333 | |
| 4334 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4335 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4336 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4337 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4338 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4339 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4340 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4341 | |
| 4342 | ------------------------------------------------------------------- |
| 4343 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4344 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 4345 | All rights reserved. |
| 4346 | |
| 4347 | Redistribution and use in source and binary forms, with or without |
| 4348 | modification, are permitted provided that the following conditions |
| 4349 | are met: |
| 4350 | 1. Redistributions of source code must retain the above copyright |
| 4351 | notice, this list of conditions and the following disclaimer. |
| 4352 | 2. Redistributions in binary form must reproduce the above copyright |
| 4353 | notice, this list of conditions and the following disclaimer in the |
| 4354 | documentation and/or other materials provided with the distribution. |
| 4355 | |
| 4356 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4357 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4358 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4359 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4360 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4361 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4362 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4363 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4364 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4365 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4366 | SUCH DAMAGE. |
| 4367 | |
| 4368 | ------------------------------------------------------------------- |
| 4369 | |
| 4370 | Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> |
| 4371 | All rights reserved. |
| 4372 | |
| 4373 | Redistribution and use in source and binary forms, with or without |
| 4374 | modification, are permitted provided that the following conditions |
| 4375 | are met: |
| 4376 | 1. Redistributions of source code must retain the above copyright |
| 4377 | notice, this list of conditions and the following disclaimer. |
| 4378 | 2. Redistributions in binary form must reproduce the above copyright |
| 4379 | notice, this list of conditions and the following disclaimer in the |
| 4380 | documentation and/or other materials provided with the distribution. |
| 4381 | |
| 4382 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4383 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4384 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4385 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4386 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4387 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4388 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4389 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4390 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4391 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4392 | SUCH DAMAGE. |
| 4393 | |
| 4394 | ------------------------------------------------------------------- |
| 4395 | |
| 4396 | Copyright (c) 2007 David Schultz |
| 4397 | All rights reserved. |
| 4398 | |
| 4399 | Redistribution and use in source and binary forms, with or without |
| 4400 | modification, are permitted provided that the following conditions |
| 4401 | are met: |
| 4402 | 1. Redistributions of source code must retain the above copyright |
| 4403 | notice, this list of conditions and the following disclaimer. |
| 4404 | 2. Redistributions in binary form must reproduce the above copyright |
| 4405 | notice, this list of conditions and the following disclaimer in the |
| 4406 | documentation and/or other materials provided with the distribution. |
| 4407 | |
| 4408 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4409 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4410 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4411 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4412 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4413 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4414 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4415 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4416 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4417 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4418 | SUCH DAMAGE. |
| 4419 | |
| 4420 | ------------------------------------------------------------------- |
| 4421 | |
| 4422 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4423 | All rights reserved. |
| 4424 | |
| 4425 | Redistribution and use in source and binary forms, with or without |
| 4426 | modification, are permitted provided that the following conditions |
| 4427 | are met: |
| 4428 | 1. Redistributions of source code must retain the above copyright |
| 4429 | notice, this list of conditions and the following disclaimer. |
| 4430 | 2. Redistributions in binary form must reproduce the above copyright |
| 4431 | notice, this list of conditions and the following disclaimer in the |
| 4432 | documentation and/or other materials provided with the distribution. |
| 4433 | |
| 4434 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4435 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4436 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4437 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4438 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4439 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4440 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4441 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4442 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4443 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4444 | SUCH DAMAGE. |
| 4445 | |
| 4446 | ------------------------------------------------------------------- |
| 4447 | |
| 4448 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4449 | All rights reserved. |
| 4450 | |
| 4451 | Redistribution and use in source and binary forms, with or without |
| 4452 | modification, are permitted provided that the following conditions |
| 4453 | are met: |
| 4454 | 1. Redistributions of source code must retain the above copyright |
| 4455 | notice, this list of conditions and the following disclaimer. |
| 4456 | 2. Redistributions in binary form must reproduce the above copyright |
| 4457 | notice, this list of conditions and the following disclaimer in the |
| 4458 | documentation and/or other materials provided with the distribution. |
| 4459 | |
| 4460 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4461 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4462 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4463 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4464 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4465 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4466 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4467 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4468 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4469 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4470 | SUCH DAMAGE. |
| 4471 | |
| 4472 | Derived from s_modf.c, which has the following Copyright: |
| 4473 | ==================================================== |
| 4474 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 4475 | |
| 4476 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 4477 | Permission to use, copy, modify, and distribute this |
| 4478 | software is freely granted, provided that this notice |
| 4479 | is preserved. |
| 4480 | |
| 4481 | ------------------------------------------------------------------- |
| 4482 | |
| 4483 | Copyright (c) 2007 Steven G. Kargl |
| 4484 | All rights reserved. |
| 4485 | |
| 4486 | Redistribution and use in source and binary forms, with or without |
| 4487 | modification, are permitted provided that the following conditions |
| 4488 | are met: |
| 4489 | 1. Redistributions of source code must retain the above copyright |
| 4490 | notice unmodified, this list of conditions, and the following |
| 4491 | disclaimer. |
| 4492 | 2. Redistributions in binary form must reproduce the above copyright |
| 4493 | notice, this list of conditions and the following disclaimer in the |
| 4494 | documentation and/or other materials provided with the distribution. |
| 4495 | |
| 4496 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4497 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4498 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4499 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4500 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4501 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4502 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4503 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4504 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4505 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4506 | |
| 4507 | ------------------------------------------------------------------- |
| 4508 | |
| 4509 | Copyright (c) 2007 The NetBSD Foundation, Inc. |
| 4510 | All rights reserved. |
| 4511 | |
| 4512 | This code is derived from software written by Stephen L. Moshier. |
| 4513 | It is redistributed by the NetBSD Foundation by permission of the author. |
| 4514 | |
| 4515 | Redistribution and use in source and binary forms, with or without |
| 4516 | modification, are permitted provided that the following conditions |
| 4517 | are met: |
| 4518 | 1. Redistributions of source code must retain the above copyright |
| 4519 | notice, this list of conditions and the following disclaimer. |
| 4520 | 2. Redistributions in binary form must reproduce the above copyright |
| 4521 | notice, this list of conditions and the following disclaimer in the |
| 4522 | documentation and/or other materials provided with the distribution. |
| 4523 | |
| 4524 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4525 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4526 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4527 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4528 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4529 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4530 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4531 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4532 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4533 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4534 | POSSIBILITY OF SUCH DAMAGE. |
| 4535 | |
| 4536 | ------------------------------------------------------------------- |
| 4537 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 4538 | Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4539 | |
| 4540 | Permission to use, copy, modify, and distribute this software for any |
| 4541 | purpose with or without fee is hereby granted, provided that the above |
| 4542 | copyright notice and this permission notice appear in all copies. |
| 4543 | |
| 4544 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4545 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4546 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4547 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4548 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4549 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4550 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4551 | |
| 4552 | ------------------------------------------------------------------- |
| 4553 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4554 | Copyright (c) 2007-2008 Michael G Schwern |
| 4555 | |
| 4556 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
| 4557 | |
| 4558 | The MIT License: |
| 4559 | |
| 4560 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4561 | of this software and associated documentation files (the "Software"), to deal |
| 4562 | in the Software without restriction, including without limitation the rights |
| 4563 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4564 | copies of the Software, and to permit persons to whom the Software is |
| 4565 | furnished to do so, subject to the following conditions: |
| 4566 | |
| 4567 | The above copyright notice and this permission notice shall be included in |
| 4568 | all copies or substantial portions of the Software. |
| 4569 | |
| 4570 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4571 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4572 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4573 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4574 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4575 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4576 | THE SOFTWARE. |
| 4577 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4578 | ------------------------------------------------------------------- |
| 4579 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4580 | Copyright (c) 2007-2008 Michael G Schwern |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4581 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4582 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4583 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4584 | The MIT License: |
| 4585 | |
| 4586 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4587 | of this software and associated documentation files (the "Software"), to deal |
| 4588 | in the Software without restriction, including without limitation the rights |
| 4589 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4590 | copies of the Software, and to permit persons to whom the Software is |
| 4591 | furnished to do so, subject to the following conditions: |
| 4592 | |
| 4593 | The above copyright notice and this permission notice shall be included in |
| 4594 | all copies or substantial portions of the Software. |
| 4595 | |
| 4596 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4597 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4598 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4599 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4600 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4601 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4602 | THE SOFTWARE. |
| 4603 | |
| 4604 | Origin: http://code.google.com/p/y2038 |
| 4605 | Modified for Bionic by the Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4606 | |
| 4607 | ------------------------------------------------------------------- |
| 4608 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4609 | Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> |
| 4610 | All rights reserved. |
| 4611 | |
| 4612 | Redistribution and use in source and binary forms, with or without |
| 4613 | modification, are permitted provided that the following conditions |
| 4614 | are met: |
| 4615 | 1. Redistributions of source code must retain the above copyright |
| 4616 | notice, this list of conditions and the following disclaimer. |
| 4617 | 2. Redistributions in binary form must reproduce the above copyright |
| 4618 | notice, this list of conditions and the following disclaimer in the |
| 4619 | documentation and/or other materials provided with the distribution. |
| 4620 | |
| 4621 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4622 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4623 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4624 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4625 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4626 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4627 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4628 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4629 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4630 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4631 | SUCH DAMAGE. |
| 4632 | |
| 4633 | ------------------------------------------------------------------- |
| 4634 | |
| 4635 | Copyright (c) 2007-2013 Bruce D. Evans |
| 4636 | All rights reserved. |
| 4637 | |
| 4638 | Redistribution and use in source and binary forms, with or without |
| 4639 | modification, are permitted provided that the following conditions |
| 4640 | are met: |
| 4641 | 1. Redistributions of source code must retain the above copyright |
| 4642 | notice unmodified, this list of conditions, and the following |
| 4643 | disclaimer. |
| 4644 | 2. Redistributions in binary form must reproduce the above copyright |
| 4645 | notice, this list of conditions and the following disclaimer in the |
| 4646 | documentation and/or other materials provided with the distribution. |
| 4647 | |
| 4648 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4649 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4650 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4651 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4652 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4653 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4654 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4655 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4656 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4657 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4658 | |
| 4659 | ------------------------------------------------------------------- |
| 4660 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4661 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 4662 | All rights reserved. |
| 4663 | |
| 4664 | Redistribution and use in source and binary forms, with or without |
| 4665 | modification, are permitted provided that the following conditions |
| 4666 | are met: |
| 4667 | 1. Redistributions of source code must retain the above copyright |
| 4668 | notice, this list of conditions and the following disclaimer. |
| 4669 | 2. Redistributions in binary form must reproduce the above copyright |
| 4670 | notice, this list of conditions and the following disclaimer in the |
| 4671 | documentation and/or other materials provided with the distribution. |
| 4672 | |
| 4673 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4674 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4675 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4676 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4677 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4678 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4679 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4680 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4681 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4682 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4683 | SUCH DAMAGE. |
| 4684 | |
| 4685 | ------------------------------------------------------------------- |
| 4686 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4687 | Copyright (c) 2008 Otto Moerbeek <otto@drijf.net> |
| 4688 | |
| 4689 | Permission to use, copy, modify, and distribute this software for any |
| 4690 | purpose with or without fee is hereby granted, provided that the above |
| 4691 | copyright notice and this permission notice appear in all copies. |
| 4692 | |
| 4693 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4694 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4695 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4696 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4697 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4698 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4699 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4700 | |
| 4701 | ------------------------------------------------------------------- |
| 4702 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4703 | Copyright (c) 2008 Todd C. Miller <millert@openbsd.org> |
| 4704 | |
| 4705 | Permission to use, copy, modify, and distribute this software for any |
| 4706 | purpose with or without fee is hereby granted, provided that the above |
| 4707 | copyright notice and this permission notice appear in all copies. |
| 4708 | |
| 4709 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4710 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4711 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4712 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4713 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4714 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4715 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4716 | |
| 4717 | ------------------------------------------------------------------- |
| 4718 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4719 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 4720 | |
| 4721 | Permission to use, copy, modify, and distribute this software for any |
| 4722 | purpose with or without fee is hereby granted, provided that the above |
| 4723 | copyright notice and this permission notice appear in all copies. |
| 4724 | |
| 4725 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4726 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4727 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4728 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4729 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4730 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4731 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4732 | |
| 4733 | ------------------------------------------------------------------- |
| 4734 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4735 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4736 | All rights reserved. |
| 4737 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4738 | Copyright (c) 2011 The FreeBSD Foundation |
| 4739 | All rights reserved. |
| 4740 | Portions of this software were developed by David Chisnall |
| 4741 | under sponsorship from the FreeBSD Foundation. |
| 4742 | |
| 4743 | Redistribution and use in source and binary forms, with or without |
| 4744 | modification, are permitted provided that the following conditions |
| 4745 | are met: |
| 4746 | 1. Redistributions of source code must retain the above copyright |
| 4747 | notice, this list of conditions and the following disclaimer. |
| 4748 | 2. Redistributions in binary form must reproduce the above copyright |
| 4749 | notice, this list of conditions and the following disclaimer in the |
| 4750 | documentation and/or other materials provided with the distribution. |
| 4751 | |
| 4752 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4753 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4754 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4755 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4756 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4757 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4758 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4759 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4760 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4761 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4762 | SUCH DAMAGE. |
| 4763 | |
| 4764 | ------------------------------------------------------------------- |
| 4765 | |
| 4766 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4767 | All rights reserved. |
| 4768 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4769 | Redistribution and use in source and binary forms, with or without |
| 4770 | modification, are permitted provided that the following conditions |
| 4771 | are met: |
| 4772 | 1. Redistributions of source code must retain the above copyright |
| 4773 | notice, this list of conditions and the following disclaimer. |
| 4774 | 2. Redistributions in binary form must reproduce the above copyright |
| 4775 | notice, this list of conditions and the following disclaimer in the |
| 4776 | documentation and/or other materials provided with the distribution. |
| 4777 | |
| 4778 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4779 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4780 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4781 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4782 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4783 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4784 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4785 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4786 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4787 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4788 | SUCH DAMAGE. |
| 4789 | |
| 4790 | ------------------------------------------------------------------- |
| 4791 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 4792 | Copyright (c) 2009 The NetBSD Foundation, Inc. |
| 4793 | |
| 4794 | This code is derived from software contributed to The NetBSD Foundation |
| 4795 | by Roy Marples. |
| 4796 | |
| 4797 | Redistribution and use in source and binary forms, with or without |
| 4798 | modification, are permitted provided that the following conditions |
| 4799 | are met: |
| 4800 | 1. Redistributions of source code must retain the above copyright |
| 4801 | notice, this list of conditions and the following disclaimer. |
| 4802 | 2. Redistributions in binary form must reproduce the above copyright |
| 4803 | notice, this list of conditions and the following disclaimer in the |
| 4804 | documentation and/or other materials provided with the distribution. |
| 4805 | |
| 4806 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4807 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4808 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4809 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4810 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4811 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4812 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4813 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4814 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4815 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4816 | |
| 4817 | ------------------------------------------------------------------- |
| 4818 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4819 | Copyright (c) 2009-2013 Steven G. Kargl |
| 4820 | All rights reserved. |
| 4821 | |
| 4822 | Redistribution and use in source and binary forms, with or without |
| 4823 | modification, are permitted provided that the following conditions |
| 4824 | are met: |
| 4825 | 1. Redistributions of source code must retain the above copyright |
| 4826 | notice unmodified, this list of conditions, and the following |
| 4827 | disclaimer. |
| 4828 | 2. Redistributions in binary form must reproduce the above copyright |
| 4829 | notice, this list of conditions and the following disclaimer in the |
| 4830 | documentation and/or other materials provided with the distribution. |
| 4831 | |
| 4832 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4833 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4834 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4835 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4836 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4837 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4838 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4839 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4840 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4841 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4842 | |
| 4843 | Optimized by Bruce D. Evans. |
| 4844 | |
| 4845 | ------------------------------------------------------------------- |
| 4846 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4847 | Copyright (c) 2010 The NetBSD Foundation, Inc. |
| 4848 | All rights reserved. |
| 4849 | |
| 4850 | Redistribution and use in source and binary forms, with or without |
| 4851 | modification, are permitted provided that the following conditions |
| 4852 | are met: |
| 4853 | 1. Redistributions of source code must retain the above copyright |
| 4854 | notice, this list of conditions and the following disclaimer. |
| 4855 | 2. Redistributions in binary form must reproduce the above copyright |
| 4856 | notice, this list of conditions and the following disclaimer in the |
| 4857 | documentation and/or other materials provided with the distribution. |
| 4858 | |
| 4859 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4860 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4861 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4862 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4863 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4864 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4865 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4866 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4867 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4868 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4869 | POSSIBILITY OF SUCH DAMAGE. |
| 4870 | |
| 4871 | ------------------------------------------------------------------- |
| 4872 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 4873 | Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4874 | |
| 4875 | Permission to use, copy, modify, and distribute this software for any |
| 4876 | purpose with or without fee is hereby granted, provided that the above |
| 4877 | copyright notice and this permission notice appear in all copies. |
| 4878 | |
| 4879 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4880 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4881 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4882 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4883 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4884 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4885 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4886 | |
| 4887 | ------------------------------------------------------------------- |
| 4888 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4889 | Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4890 | All rights reserved. |
| 4891 | |
| 4892 | Redistribution and use in source and binary forms, with or without |
| 4893 | modification, are permitted provided that the following conditions are met: |
| 4894 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4895 | * Redistributions of source code must retain the above copyright notice, |
| 4896 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4897 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4898 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4899 | * this list of conditions and the following disclaimer in the documentation |
| 4900 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4901 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4902 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4903 | * may be used to endorse or promote products derived from this software |
| 4904 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4905 | |
| 4906 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4907 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4908 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4909 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4910 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4911 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4912 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4913 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4914 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4915 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4916 | |
| 4917 | ------------------------------------------------------------------- |
| 4918 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4919 | Copyright (c) 2010, Intel Corporation |
| 4920 | All rights reserved. |
| 4921 | |
| 4922 | Redistribution and use in source and binary forms, with or without |
| 4923 | modification, are permitted provided that the following conditions are met: |
| 4924 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4925 | * Redistributions of source code must retain the above copyright notice, |
| 4926 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4927 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4928 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4929 | * this list of conditions and the following disclaimer in the documentation |
| 4930 | * and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4931 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4932 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4933 | * may be used to endorse or promote products derived from this software |
| 4934 | * without specific prior written permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4935 | |
| 4936 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4937 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4938 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4939 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4940 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4941 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4942 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4943 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4944 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4945 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4946 | |
| 4947 | ------------------------------------------------------------------- |
| 4948 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 4949 | Copyright (c) 2011 David Chisnall |
| 4950 | All rights reserved. |
| 4951 | |
| 4952 | Redistribution and use in source and binary forms, with or without |
| 4953 | modification, are permitted provided that the following conditions |
| 4954 | are met: |
| 4955 | 1. Redistributions of source code must retain the above copyright |
| 4956 | notice, this list of conditions and the following disclaimer. |
| 4957 | 2. Redistributions in binary form must reproduce the above copyright |
| 4958 | notice, this list of conditions and the following disclaimer in the |
| 4959 | documentation and/or other materials provided with the distribution. |
| 4960 | |
| 4961 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4962 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4963 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4964 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4965 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4966 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4967 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4968 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4969 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4970 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4971 | SUCH DAMAGE. |
| 4972 | |
| 4973 | ------------------------------------------------------------------- |
| 4974 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4975 | Copyright (c) 2011 David Schultz |
| 4976 | All rights reserved. |
| 4977 | |
| 4978 | Redistribution and use in source and binary forms, with or without |
| 4979 | modification, are permitted provided that the following conditions |
| 4980 | are met: |
| 4981 | 1. Redistributions of source code must retain the above copyright |
| 4982 | notice unmodified, this list of conditions, and the following |
| 4983 | disclaimer. |
| 4984 | 2. Redistributions in binary form must reproduce the above copyright |
| 4985 | notice, this list of conditions and the following disclaimer in the |
| 4986 | documentation and/or other materials provided with the distribution. |
| 4987 | |
| 4988 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4989 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4990 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4991 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4992 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4993 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4994 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4995 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4996 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4997 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4998 | |
| 4999 | ------------------------------------------------------------------- |
| 5000 | |
| 5001 | Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> |
| 5002 | All rights reserved. |
| 5003 | |
| 5004 | Redistribution and use in source and binary forms, with or without |
| 5005 | modification, are permitted provided that the following conditions |
| 5006 | are met: |
| 5007 | 1. Redistributions of source code must retain the above copyright |
| 5008 | notice, this list of conditions and the following disclaimer. |
| 5009 | 2. Redistributions in binary form must reproduce the above copyright |
| 5010 | notice, this list of conditions and the following disclaimer in the |
| 5011 | documentation and/or other materials provided with the distribution. |
| 5012 | |
| 5013 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5014 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5015 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5016 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5017 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5018 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5019 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5020 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5021 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5022 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5023 | SUCH DAMAGE. |
| 5024 | |
| 5025 | ------------------------------------------------------------------- |
| 5026 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5027 | Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> |
| 5028 | David Chisnall <theraven@FreeBSD.org> |
| 5029 | All rights reserved. |
| 5030 | |
| 5031 | Redistribution and use in source and binary forms, with or without |
| 5032 | modification, are permitted provided that the following conditions |
| 5033 | are met: |
| 5034 | 1. Redistributions of source code must retain the above copyright |
| 5035 | notice, this list of conditions and the following disclaimer. |
| 5036 | 2. Redistributions in binary form must reproduce the above copyright |
| 5037 | notice, this list of conditions and the following disclaimer in the |
| 5038 | documentation and/or other materials provided with the distribution. |
| 5039 | |
| 5040 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5041 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5042 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5043 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5044 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5045 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5046 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5047 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5048 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5049 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5050 | SUCH DAMAGE. |
| 5051 | |
| 5052 | ------------------------------------------------------------------- |
| 5053 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5054 | Copyright (c) 2011 Intel Corporation |
| 5055 | All rights reserved. |
| 5056 | |
| 5057 | Redistribution and use in source and binary forms, with or without |
| 5058 | modification, are permitted provided that the following conditions are met: |
| 5059 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5060 | * Redistributions of source code must retain the above copyright notice, |
| 5061 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5062 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5063 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5064 | * this list of conditions and the following disclaimer in the documentation |
| 5065 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5066 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5067 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5068 | * may be used to endorse or promote products derived from this software |
| 5069 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5070 | |
| 5071 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5072 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5073 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5074 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5075 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5076 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5077 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5078 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5079 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5080 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5081 | |
| 5082 | ------------------------------------------------------------------- |
| 5083 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5084 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> |
| 5085 | |
| 5086 | Permission to use, copy, modify, and distribute this software for any |
| 5087 | purpose with or without fee is hereby granted, provided that the above |
| 5088 | copyright notice and this permission notice appear in all copies. |
| 5089 | |
| 5090 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5091 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5092 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5093 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5094 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5095 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5096 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5097 | |
| 5098 | ------------------------------------------------------------------- |
| 5099 | |
| 5100 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> |
| 5101 | Copyright (c) 2009 Ted Unangst |
| 5102 | |
| 5103 | Permission to use, copy, modify, and distribute this software for any |
| 5104 | purpose with or without fee is hereby granted, provided that the above |
| 5105 | copyright notice and this permission notice appear in all copies. |
| 5106 | |
| 5107 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5108 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5109 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5110 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5111 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5112 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5113 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5114 | |
| 5115 | ------------------------------------------------------------------- |
| 5116 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5117 | Copyright (c) 2011 The Android Open Source Project |
| 5118 | Copyright (c) 2008 ARM Ltd |
| 5119 | All rights reserved. |
| 5120 | |
| 5121 | Redistribution and use in source and binary forms, with or without |
| 5122 | modification, are permitted provided that the following conditions |
| 5123 | are met: |
| 5124 | 1. Redistributions of source code must retain the above copyright |
| 5125 | notice, this list of conditions and the following disclaimer. |
| 5126 | 2. Redistributions in binary form must reproduce the above copyright |
| 5127 | notice, this list of conditions and the following disclaimer in the |
| 5128 | documentation and/or other materials provided with the distribution. |
| 5129 | 3. The name of the company may not be used to endorse or promote |
| 5130 | products derived from this software without specific prior written |
| 5131 | permission. |
| 5132 | |
| 5133 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5134 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5135 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5136 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5137 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5138 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5139 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5140 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5141 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5142 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5143 | |
| 5144 | ------------------------------------------------------------------- |
| 5145 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5146 | Copyright (c) 2011, 2012, 2013 Intel Corporation |
| 5147 | All rights reserved. |
| 5148 | |
| 5149 | Redistribution and use in source and binary forms, with or without |
| 5150 | modification, are permitted provided that the following conditions are met: |
| 5151 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5152 | * Redistributions of source code must retain the above copyright notice, |
| 5153 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5154 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5155 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5156 | * this list of conditions and the following disclaimer in the documentation |
| 5157 | * and/or other materials provided with the distribution. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5158 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5159 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5160 | * may be used to endorse or promote products derived from this software |
| 5161 | * without specific prior written permission. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5162 | |
| 5163 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5164 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5165 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5166 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5167 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5168 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5169 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5170 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5171 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5172 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5173 | |
| 5174 | ------------------------------------------------------------------- |
| 5175 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5176 | Copyright (c) 2011, Intel Corporation |
| 5177 | All rights reserved. |
| 5178 | |
| 5179 | Redistribution and use in source and binary forms, with or without |
| 5180 | modification, are permitted provided that the following conditions are met: |
| 5181 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5182 | * Redistributions of source code must retain the above copyright notice, |
| 5183 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5184 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5185 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5186 | * this list of conditions and the following disclaimer in the documentation |
| 5187 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5188 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5189 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5190 | * may be used to endorse or promote products derived from this software |
| 5191 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5192 | |
| 5193 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5194 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5195 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5196 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5197 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5198 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5199 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5200 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5201 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5202 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5203 | |
| 5204 | ------------------------------------------------------------------- |
| 5205 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5206 | Copyright (c) 2011, VMware, Inc. |
| 5207 | All rights reserved. |
| 5208 | |
| 5209 | Redistribution and use in source and binary forms, with or without |
| 5210 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5211 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5212 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5213 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5214 | notice, this list of conditions and the following disclaimer in the |
| 5215 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5216 | * 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] | 5217 | may be used to endorse or promote products derived from this software |
| 5218 | without specific prior written permission. |
| 5219 | |
| 5220 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 5221 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5222 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5223 | ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR |
| 5224 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5225 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5226 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 5227 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5228 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5229 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5230 | |
| 5231 | ------------------------------------------------------------------- |
| 5232 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5233 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
| 5234 | All rights reserved. |
| 5235 | |
| 5236 | Redistribution and use in source and binary forms, with or without |
| 5237 | modification, are permitted provided that the following conditions |
| 5238 | are met: |
| 5239 | 1. Redistributions of source code must retain the above copyright |
| 5240 | notice, this list of conditions and the following disclaimer. |
| 5241 | 2. Redistributions in binary form must reproduce the above copyright |
| 5242 | notice, this list of conditions and the following disclaimer in the |
| 5243 | documentation and/or other materials provided with the distribution. |
| 5244 | |
| 5245 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5246 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5247 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5248 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5249 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5250 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5251 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5252 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5253 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5254 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5255 | SUCH DAMAGE. |
| 5256 | |
| 5257 | ------------------------------------------------------------------- |
| 5258 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5259 | Copyright (c) 2012, Linaro Limited |
| 5260 | All rights reserved. |
| 5261 | |
| 5262 | Redistribution and use in source and binary forms, with or without |
| 5263 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5264 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5265 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5266 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5267 | notice, this list of conditions and the following disclaimer in the |
| 5268 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5269 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5270 | names of its contributors may be used to endorse or promote products |
| 5271 | derived from this software without specific prior written permission. |
| 5272 | |
| 5273 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5274 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5275 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5276 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5277 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5278 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5279 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5280 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5281 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5282 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5283 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5284 | |
| 5285 | ------------------------------------------------------------------- |
| 5286 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5287 | Copyright (c) 2012, Linaro Limited |
| 5288 | All rights reserved. |
| 5289 | Copyright (c) 2014, NVIDIA Corporation. All rights reserved. |
| 5290 | |
| 5291 | Redistribution and use in source and binary forms, with or without |
| 5292 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5293 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5294 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5295 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5296 | notice, this list of conditions and the following disclaimer in the |
| 5297 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5298 | * Neither the name of the Linaro nor the |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5299 | names of its contributors may be used to endorse or promote products |
| 5300 | derived from this software without specific prior written permission. |
| 5301 | |
| 5302 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5303 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5304 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5305 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5306 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5307 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5308 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5309 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5310 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5311 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5312 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5313 | |
| 5314 | ------------------------------------------------------------------- |
| 5315 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5316 | Copyright (c) 2012-2013, Linaro Limited |
| 5317 | All rights reserved. |
| 5318 | |
| 5319 | Redistribution and use in source and binary forms, with or without |
| 5320 | modification, are permitted provided that the following conditions are met: |
| 5321 | * Redistributions of source code must retain the above copyright |
| 5322 | notice, this list of conditions and the following disclaimer. |
| 5323 | * Redistributions in binary form must reproduce the above copyright |
| 5324 | notice, this list of conditions and the following disclaimer in the |
| 5325 | documentation and/or other materials provided with the distribution. |
| 5326 | * Neither the name of the Linaro nor the |
| 5327 | names of its contributors may be used to endorse or promote products |
| 5328 | derived from this software without specific prior written permission. |
| 5329 | |
| 5330 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5331 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5332 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5333 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5334 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5335 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5336 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5337 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5338 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5339 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5340 | |
| 5341 | ------------------------------------------------------------------- |
| 5342 | |
Elliott Hughes | 44ead71 | 2015-08-28 20:23:52 -0700 | [diff] [blame] | 5343 | Copyright (c) 2013 |
| 5344 | MIPS Technologies, Inc., California. |
| 5345 | |
| 5346 | Redistribution and use in source and binary forms, with or without |
| 5347 | modification, are permitted provided that the following conditions |
| 5348 | are met: |
| 5349 | 1. Redistributions of source code must retain the above copyright |
| 5350 | notice, this list of conditions and the following disclaimer. |
| 5351 | 2. Redistributions in binary form must reproduce the above copyright |
| 5352 | notice, this list of conditions and the following disclaimer in the |
| 5353 | documentation and/or other materials provided with the distribution. |
| 5354 | 3. Neither the name of the MIPS Technologies, Inc., nor the names of its |
| 5355 | contributors may be used to endorse or promote products derived from |
| 5356 | this software without specific prior written permission. |
| 5357 | |
| 5358 | THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND |
| 5359 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5360 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5361 | ARE DISCLAIMED. IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE |
| 5362 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5363 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5364 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5365 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5366 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5367 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5368 | SUCH DAMAGE. |
| 5369 | |
| 5370 | ------------------------------------------------------------------- |
| 5371 | |
Elliott Hughes | 0493a6f | 2013-03-07 11:48:58 -0800 | [diff] [blame] | 5372 | Copyright (c) 2013 ARM Ltd |
| 5373 | All rights reserved. |
| 5374 | |
| 5375 | Redistribution and use in source and binary forms, with or without |
| 5376 | modification, are permitted provided that the following conditions |
| 5377 | are met: |
| 5378 | 1. Redistributions of source code must retain the above copyright |
| 5379 | notice, this list of conditions and the following disclaimer. |
| 5380 | 2. Redistributions in binary form must reproduce the above copyright |
| 5381 | notice, this list of conditions and the following disclaimer in the |
| 5382 | documentation and/or other materials provided with the distribution. |
| 5383 | 3. The name of the company may not be used to endorse or promote |
| 5384 | products derived from this software without specific prior written |
| 5385 | permission. |
| 5386 | |
| 5387 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5388 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5389 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5390 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5391 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5392 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5393 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5394 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5395 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5396 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5397 | |
| 5398 | ------------------------------------------------------------------- |
| 5399 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5400 | Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org> |
| 5401 | |
| 5402 | Permission to use, copy, modify, and distribute this software for any |
| 5403 | purpose with or without fee is hereby granted, provided that the above |
| 5404 | copyright notice and this permission notice appear in all copies. |
| 5405 | |
| 5406 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5407 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5408 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5409 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5410 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5411 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5412 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5413 | |
| 5414 | ------------------------------------------------------------------- |
| 5415 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5416 | Copyright (c) 2013 David Chisnall |
| 5417 | All rights reserved. |
| 5418 | |
| 5419 | Redistribution and use in source and binary forms, with or without |
| 5420 | modification, are permitted provided that the following conditions |
| 5421 | are met: |
| 5422 | 1. Redistributions of source code must retain the above copyright |
| 5423 | notice, this list of conditions and the following disclaimer. |
| 5424 | 2. Redistributions in binary form must reproduce the above copyright |
| 5425 | notice, this list of conditions and the following disclaimer in the |
| 5426 | documentation and/or other materials provided with the distribution. |
| 5427 | |
| 5428 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5429 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5430 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5431 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5432 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5433 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5434 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5435 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5436 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5437 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5438 | SUCH DAMAGE. |
| 5439 | |
| 5440 | ------------------------------------------------------------------- |
| 5441 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5442 | Copyright (c) 2013 The NetBSD Foundation, Inc. |
| 5443 | All rights reserved. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5444 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5445 | This code is derived from software contributed to The NetBSD Foundation |
| 5446 | by Christos Zoulas. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5447 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5448 | Redistribution and use in source and binary forms, with or without |
| 5449 | modification, are permitted provided that the following conditions |
| 5450 | are met: |
| 5451 | 1. Redistributions of source code must retain the above copyright |
| 5452 | notice, this list of conditions and the following disclaimer. |
| 5453 | 2. Redistributions in binary form must reproduce the above copyright |
| 5454 | notice, this list of conditions and the following disclaimer in the |
| 5455 | documentation and/or other materials provided with the distribution. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5456 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5457 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 5458 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 5459 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 5460 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 5461 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5462 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5463 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 5464 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 5465 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 5466 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 5467 | POSSIBILITY OF SUCH DAMAGE. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5468 | |
| 5469 | ------------------------------------------------------------------- |
| 5470 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5471 | Copyright (c) 2013, Linaro Limited |
| 5472 | All rights reserved. |
| 5473 | |
| 5474 | Redistribution and use in source and binary forms, with or without |
| 5475 | modification, are permitted provided that the following conditions are met: |
| 5476 | * Redistributions of source code must retain the above copyright |
| 5477 | notice, this list of conditions and the following disclaimer. |
| 5478 | * Redistributions in binary form must reproduce the above copyright |
| 5479 | notice, this list of conditions and the following disclaimer in the |
| 5480 | documentation and/or other materials provided with the distribution. |
| 5481 | * Neither the name of the Linaro nor the |
| 5482 | names of its contributors may be used to endorse or promote products |
| 5483 | derived from this software without specific prior written permission. |
| 5484 | |
| 5485 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5486 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5487 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5488 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5489 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5490 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5491 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5492 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5493 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5494 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5495 | |
| 5496 | ------------------------------------------------------------------- |
| 5497 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5498 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 5499 | Johnny Qiu <joqiu@nvidia.com> |
| 5500 | Shu Zhang <chazhang@nvidia.com> |
| 5501 | |
| 5502 | Redistribution and use in source and binary forms, with or without |
| 5503 | modification, are permitted provided that the following conditions are |
| 5504 | met: |
| 5505 | * Redistributions of source code must retain the above copyright |
| 5506 | notice, this list of conditions and the following disclaimer. |
| 5507 | * Redistributions in binary form must reproduce the above |
| 5508 | copyright notice, this list of conditions and the following |
| 5509 | disclaimer in the documentation and/or other materials provided |
| 5510 | with the distribution. |
| 5511 | * Neither the name of The Linux Foundation nor the names of its |
| 5512 | contributors may be used to endorse or promote products derived |
| 5513 | from this software without specific prior written permission. |
| 5514 | |
| 5515 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 5516 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5517 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 5518 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 5519 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5520 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5521 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 5522 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 5523 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 5524 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 5525 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5526 | |
| 5527 | ------------------------------------------------------------------- |
| 5528 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5529 | Copyright (c) 2013-2015, Linaro Limited |
| 5530 | All rights reserved. |
| 5531 | |
| 5532 | Redistribution and use in source and binary forms, with or without |
| 5533 | modification, are permitted provided that the following conditions are met: |
| 5534 | * Redistributions of source code must retain the above copyright |
| 5535 | notice, this list of conditions and the following disclaimer. |
| 5536 | * Redistributions in binary form must reproduce the above copyright |
| 5537 | notice, this list of conditions and the following disclaimer in the |
| 5538 | documentation and/or other materials provided with the distribution. |
| 5539 | * Neither the name of the Linaro nor the |
| 5540 | names of its contributors may be used to endorse or promote products |
| 5541 | derived from this software without specific prior written permission. |
| 5542 | |
| 5543 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5544 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5545 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5546 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5547 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5548 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5549 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5550 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5551 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5552 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5553 | |
| 5554 | ------------------------------------------------------------------- |
| 5555 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5556 | Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> |
| 5557 | Copyright (c) 2014 Bob Beck <beck@obtuse.com> |
| 5558 | |
| 5559 | Permission to use, copy, modify, and distribute this software for any |
| 5560 | purpose with or without fee is hereby granted, provided that the above |
| 5561 | copyright notice and this permission notice appear in all copies. |
| 5562 | |
| 5563 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5564 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5565 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5566 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5567 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5568 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5569 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5570 | |
| 5571 | Emulation of getentropy(2) as documented at: |
Josh Gao | 98d655c | 2016-11-10 16:08:20 -0800 | [diff] [blame] | 5572 | http://man.openbsd.org/getentropy.2 |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5573 | |
| 5574 | ------------------------------------------------------------------- |
| 5575 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5576 | Copyright (c) 2014, Intel Corporation |
| 5577 | All rights reserved. |
| 5578 | |
| 5579 | Redistribution and use in source and binary forms, with or without |
| 5580 | modification, are permitted provided that the following conditions are met: |
| 5581 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5582 | * Redistributions of source code must retain the above copyright notice, |
| 5583 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5584 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5585 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5586 | * this list of conditions and the following disclaimer in the documentation |
| 5587 | * and/or other materials provided with the distribution. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5588 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5589 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5590 | * may be used to endorse or promote products derived from this software |
| 5591 | * without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5592 | |
| 5593 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5594 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5595 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5596 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5597 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5598 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5599 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5600 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5601 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5602 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5603 | |
| 5604 | ------------------------------------------------------------------- |
| 5605 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5606 | Copyright (c) 2014, Linaro Limited |
| 5607 | All rights reserved. |
| 5608 | |
| 5609 | Redistribution and use in source and binary forms, with or without |
| 5610 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5611 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5612 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5613 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5614 | notice, this list of conditions and the following disclaimer in the |
| 5615 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5616 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5617 | names of its contributors may be used to endorse or promote products |
| 5618 | derived from this software without specific prior written permission. |
| 5619 | |
| 5620 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5621 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5622 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5623 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5624 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5625 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5626 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5627 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5628 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5629 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5630 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5631 | |
| 5632 | ------------------------------------------------------------------- |
| 5633 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5634 | Copyright (c) 2015 ARM Ltd |
| 5635 | All rights reserved. |
| 5636 | |
| 5637 | Redistribution and use in source and binary forms, with or without |
| 5638 | modification, are permitted provided that the following conditions |
| 5639 | are met: |
| 5640 | 1. Redistributions of source code must retain the above copyright |
| 5641 | notice, this list of conditions and the following disclaimer. |
| 5642 | 2. Redistributions in binary form must reproduce the above copyright |
| 5643 | notice, this list of conditions and the following disclaimer in the |
| 5644 | documentation and/or other materials provided with the distribution. |
| 5645 | 3. The name of the company may not be used to endorse or promote |
| 5646 | products derived from this software without specific prior written |
| 5647 | permission. |
| 5648 | |
| 5649 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5650 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5651 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5652 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5653 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5654 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5655 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5656 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5657 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5658 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5659 | |
| 5660 | ------------------------------------------------------------------- |
| 5661 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 5662 | Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>. |
| 5663 | All rights reserved. |
| 5664 | |
| 5665 | Redistribution and use in source and binary forms, with or without |
| 5666 | modification, are permitted provided that the following conditions |
| 5667 | are met: |
| 5668 | |
| 5669 | 1. Redistributions of source code must retain the above copyright |
| 5670 | notice, this list of conditions and the following disclaimer. |
| 5671 | 2. Redistributions in binary form must reproduce the above copyright |
| 5672 | notice, this list of conditions and the following disclaimer in |
| 5673 | the documentation and/or other materials provided with the |
| 5674 | distribution. |
| 5675 | |
| 5676 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5677 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5678 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 5679 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 5680 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5681 | INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 5682 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5683 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 5684 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 5685 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 5686 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5687 | SUCH DAMAGE. |
| 5688 | |
| 5689 | ------------------------------------------------------------------- |
| 5690 | |
Prashant Patil | fcb877a | 2017-03-16 18:07:00 +0530 | [diff] [blame] | 5691 | Copyright (c) 2017 Imagination Technologies. |
| 5692 | |
| 5693 | All rights reserved. |
| 5694 | |
| 5695 | Redistribution and use in source and binary forms, with or without |
| 5696 | modification, are permitted provided that the following conditions |
| 5697 | are met: |
| 5698 | |
| 5699 | * Redistributions of source code must retain the above copyright |
| 5700 | notice, this list of conditions and the following disclaimer. |
| 5701 | * Redistributions in binary form must reproduce the above copyright |
| 5702 | notice, this list of conditions and the following disclaimer |
| 5703 | in the documentation and/or other materials provided with |
| 5704 | the distribution. |
| 5705 | * Neither the name of Imagination Technologies nor the names of its |
| 5706 | contributors may be used to endorse or promote products derived |
| 5707 | from this software without specific prior written permission. |
| 5708 | |
| 5709 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5710 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5711 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5712 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5713 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5714 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5715 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5716 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5717 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5718 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5719 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5720 | |
| 5721 | ------------------------------------------------------------------- |
| 5722 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5723 | Copyright (c)1999 Citrus Project, |
| 5724 | All rights reserved. |
| 5725 | |
| 5726 | Redistribution and use in source and binary forms, with or without |
| 5727 | modification, are permitted provided that the following conditions |
| 5728 | are met: |
| 5729 | 1. Redistributions of source code must retain the above copyright |
| 5730 | notice, this list of conditions and the following disclaimer. |
| 5731 | 2. Redistributions in binary form must reproduce the above copyright |
| 5732 | notice, this list of conditions and the following disclaimer in the |
| 5733 | documentation and/or other materials provided with the distribution. |
| 5734 | |
| 5735 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5736 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5737 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5738 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5739 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5740 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5741 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5742 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5743 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5744 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5745 | SUCH DAMAGE. |
| 5746 | |
| 5747 | ------------------------------------------------------------------- |
| 5748 | |
| 5749 | Copyright (c)2001 Citrus Project, |
| 5750 | All rights reserved. |
| 5751 | |
| 5752 | Redistribution and use in source and binary forms, with or without |
| 5753 | modification, are permitted provided that the following conditions |
| 5754 | are met: |
| 5755 | 1. Redistributions of source code must retain the above copyright |
| 5756 | notice, this list of conditions and the following disclaimer. |
| 5757 | 2. Redistributions in binary form must reproduce the above copyright |
| 5758 | notice, this list of conditions and the following disclaimer in the |
| 5759 | documentation and/or other materials provided with the distribution. |
| 5760 | |
| 5761 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5762 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5763 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5764 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5765 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5766 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5767 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5768 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5769 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5770 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5771 | SUCH DAMAGE. |
| 5772 | |
| 5773 | ------------------------------------------------------------------- |
| 5774 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5775 | Copyright (c)2003 Citrus Project, |
| 5776 | All rights reserved. |
| 5777 | |
| 5778 | Redistribution and use in source and binary forms, with or without |
| 5779 | modification, are permitted provided that the following conditions |
| 5780 | are met: |
| 5781 | 1. Redistributions of source code must retain the above copyright |
| 5782 | notice, this list of conditions and the following disclaimer. |
| 5783 | 2. Redistributions in binary form must reproduce the above copyright |
| 5784 | notice, this list of conditions and the following disclaimer in the |
| 5785 | documentation and/or other materials provided with the distribution. |
| 5786 | |
| 5787 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5788 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5789 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5790 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5791 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5792 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5793 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5794 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5795 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5796 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5797 | SUCH DAMAGE. |
| 5798 | |
| 5799 | ------------------------------------------------------------------- |
| 5800 | |
Elliott Hughes | 77a3e28 | 2016-08-08 12:39:56 -0700 | [diff] [blame] | 5801 | Copyright 1989 The Regents of the University of California. |
| 5802 | All rights reserved. |
| 5803 | |
| 5804 | Redistribution and use in source and binary forms, with or without |
| 5805 | modification, are permitted provided that the following conditions |
| 5806 | are met: |
| 5807 | 1. Redistributions of source code must retain the above copyright |
| 5808 | notice, this list of conditions and the following disclaimer. |
| 5809 | 2. Redistributions in binary form must reproduce the above copyright |
| 5810 | notice, this list of conditions and the following disclaimer in the |
| 5811 | documentation and/or other materials provided with the distribution. |
| 5812 | 3. Neither the name of the University nor the names of its contributors |
| 5813 | may be used to endorse or promote products derived from this software |
| 5814 | without specific prior written permission. |
| 5815 | |
| 5816 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND |
| 5817 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5818 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5819 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 5820 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5821 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5822 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5823 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5824 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5825 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5826 | |
| 5827 | ------------------------------------------------------------------- |
| 5828 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5829 | Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
| 5830 | Copyright 2008 Damien Miller <djm@openbsd.org> |
| 5831 | All rights reserved. |
| 5832 | |
| 5833 | Theo de Raadt <deraadt@openbsd.org> came up with the idea of using |
| 5834 | such a mathematical system to generate more random (yet non-repeating) |
| 5835 | ids to solve the resolver/named problem. But Niels designed the |
| 5836 | actual system based on the constraints. |
| 5837 | |
| 5838 | Later modified by Damien Miller to wrap the LCG output in a 15-bit |
| 5839 | permutation generator based on a Luby-Rackoff block cipher. This |
| 5840 | ensures the output is non-repeating and preserves the MSB twiddle |
| 5841 | trick, but makes it more resistant to LCG prediction. |
| 5842 | |
| 5843 | Redistribution and use in source and binary forms, with or without |
| 5844 | modification, are permitted provided that the following conditions |
| 5845 | are met: |
| 5846 | 1. Redistributions of source code must retain the above copyright |
| 5847 | notice, this list of conditions and the following disclaimer. |
| 5848 | 2. Redistributions in binary form must reproduce the above copyright |
| 5849 | notice, this list of conditions and the following disclaimer in the |
| 5850 | documentation and/or other materials provided with the distribution. |
| 5851 | |
| 5852 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5853 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5854 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5855 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5856 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5857 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5858 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5859 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5860 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5861 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5862 | |
| 5863 | ------------------------------------------------------------------- |
| 5864 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5865 | From: @(#)s_ilogb.c 5.1 93/09/24 |
| 5866 | ==================================================== |
| 5867 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 5868 | |
| 5869 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 5870 | Permission to use, copy, modify, and distribute this |
| 5871 | software is freely granted, provided that this notice |
| 5872 | is preserved. |
| 5873 | |
| 5874 | ------------------------------------------------------------------- |
| 5875 | |
Calin Juravle | c4fbf92 | 2014-03-10 11:23:52 +0000 | [diff] [blame] | 5876 | Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") |
| 5877 | Portions Copyright (C) 1996-2003 Internet Software Consortium. |
| 5878 | |
| 5879 | Permission to use, copy, modify, and/or distribute this software for any |
| 5880 | purpose with or without fee is hereby granted, provided that the above |
| 5881 | copyright notice and this permission notice appear in all copies. |
| 5882 | |
| 5883 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 5884 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 5885 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 5886 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 5887 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 5888 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 5889 | PERFORMANCE OF THIS SOFTWARE. |
| 5890 | |
| 5891 | ------------------------------------------------------------------- |
| 5892 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5893 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 5894 | |
| 5895 | Permission to use, copy, modify, and distribute this software for any |
| 5896 | purpose with or without fee is hereby granted, provided that the above |
| 5897 | copyright notice and this permission notice appear in all copies, and that |
| 5898 | the name of Digital Equipment Corporation not be used in advertising or |
| 5899 | publicity pertaining to distribution of the document or software without |
| 5900 | specific, written prior permission. |
| 5901 | |
| 5902 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 5903 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 5904 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 5905 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 5906 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 5907 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 5908 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 5909 | SOFTWARE. |
| 5910 | |
| 5911 | ------------------------------------------------------------------- |
| 5912 | |
| 5913 | Portions Copyright (c) 1995 by International Business Machines, Inc. |
| 5914 | |
| 5915 | International Business Machines, Inc. (hereinafter called IBM) grants |
| 5916 | permission under its copyrights to use, copy, modify, and distribute this |
| 5917 | Software with or without fee, provided that the above copyright notice and |
| 5918 | all paragraphs of this notice appear in all copies, and that the name of IBM |
| 5919 | not be used in connection with the marketing of any product incorporating |
| 5920 | the Software or modifications thereof, without specific, written prior |
| 5921 | permission. |
| 5922 | |
| 5923 | To the extent it has a right to do so, IBM grants an immunity from suit |
| 5924 | under its patents, if any, for the use, sale or manufacture of products to |
| 5925 | the extent that such products are used for performing Domain Name System |
| 5926 | dynamic updates in TCP/IP networks by means of the Software. No immunity is |
| 5927 | granted for any product per se or for any other function of any product. |
| 5928 | |
| 5929 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, |
| 5930 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 5931 | PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, |
| 5932 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING |
| 5933 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN |
| 5934 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. |
| 5935 | |
| 5936 | ------------------------------------------------------------------- |
| 5937 | |
| 5938 | Portions Copyright(C) 1995, Jason Downs. All rights reserved. |
| 5939 | |
| 5940 | Redistribution and use in source and binary forms, with or without |
| 5941 | modification, are permitted provided that the following conditions |
| 5942 | are met: |
| 5943 | 1. Redistributions of source code must retain the above copyright |
| 5944 | notice, this list of conditions and the following disclaimer. |
| 5945 | 2. Redistributions in binary form must reproduce the above copyright |
| 5946 | notice, this list of conditions and the following disclaimer in the |
| 5947 | documentation and/or other materials provided with the distribution. |
| 5948 | |
| 5949 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS |
| 5950 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5951 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5952 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, |
| 5953 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5954 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 5955 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 5956 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5957 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5958 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5959 | SUCH DAMAGE. |
| 5960 | |
| 5961 | ------------------------------------------------------------------- |
| 5962 | |
| 5963 | The author of this software is David M. Gay. |
| 5964 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5965 | Copyright (C) 1998 by Lucent Technologies |
| 5966 | All Rights Reserved |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5967 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5968 | Permission to use, copy, modify, and distribute this software and |
| 5969 | its documentation for any purpose and without fee is hereby |
| 5970 | granted, provided that the above copyright notice appear in all |
| 5971 | copies and that both that the copyright notice and this |
| 5972 | permission notice and warranty disclaimer appear in supporting |
| 5973 | documentation, and that the name of Lucent or any of its entities |
| 5974 | not be used in advertising or publicity pertaining to |
| 5975 | distribution of the software without specific, written prior |
| 5976 | permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5977 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5978 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5979 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5980 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5981 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5982 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5983 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5984 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5985 | THIS SOFTWARE. |
| 5986 | |
| 5987 | ------------------------------------------------------------------- |
| 5988 | |
| 5989 | The author of this software is David M. Gay. |
| 5990 | |
| 5991 | Copyright (C) 1998, 1999 by Lucent Technologies |
| 5992 | All Rights Reserved |
| 5993 | |
| 5994 | Permission to use, copy, modify, and distribute this software and |
| 5995 | its documentation for any purpose and without fee is hereby |
| 5996 | granted, provided that the above copyright notice appear in all |
| 5997 | copies and that both that the copyright notice and this |
| 5998 | permission notice and warranty disclaimer appear in supporting |
| 5999 | documentation, and that the name of Lucent or any of its entities |
| 6000 | not be used in advertising or publicity pertaining to |
| 6001 | distribution of the software without specific, written prior |
| 6002 | permission. |
| 6003 | |
| 6004 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6005 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6006 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6007 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6008 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6009 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6010 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6011 | THIS SOFTWARE. |
| 6012 | |
| 6013 | ------------------------------------------------------------------- |
| 6014 | |
| 6015 | The author of this software is David M. Gay. |
| 6016 | |
| 6017 | Copyright (C) 1998, 2000 by Lucent Technologies |
| 6018 | All Rights Reserved |
| 6019 | |
| 6020 | Permission to use, copy, modify, and distribute this software and |
| 6021 | its documentation for any purpose and without fee is hereby |
| 6022 | granted, provided that the above copyright notice appear in all |
| 6023 | copies and that both that the copyright notice and this |
| 6024 | permission notice and warranty disclaimer appear in supporting |
| 6025 | documentation, and that the name of Lucent or any of its entities |
| 6026 | not be used in advertising or publicity pertaining to |
| 6027 | distribution of the software without specific, written prior |
| 6028 | permission. |
| 6029 | |
| 6030 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6031 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6032 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6033 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6034 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6035 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6036 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6037 | THIS SOFTWARE. |
| 6038 | |
| 6039 | ------------------------------------------------------------------- |
| 6040 | |
| 6041 | The author of this software is David M. Gay. |
| 6042 | |
| 6043 | Copyright (C) 1998-2000 by Lucent Technologies |
| 6044 | All Rights Reserved |
| 6045 | |
| 6046 | Permission to use, copy, modify, and distribute this software and |
| 6047 | its documentation for any purpose and without fee is hereby |
| 6048 | granted, provided that the above copyright notice appear in all |
| 6049 | copies and that both that the copyright notice and this |
| 6050 | permission notice and warranty disclaimer appear in supporting |
| 6051 | documentation, and that the name of Lucent or any of its entities |
| 6052 | not be used in advertising or publicity pertaining to |
| 6053 | distribution of the software without specific, written prior |
| 6054 | permission. |
| 6055 | |
| 6056 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6057 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6058 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6059 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6060 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6061 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6062 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6063 | THIS SOFTWARE. |
| 6064 | |
| 6065 | ------------------------------------------------------------------- |
| 6066 | |
| 6067 | The author of this software is David M. Gay. |
| 6068 | |
| 6069 | Copyright (C) 1998-2001 by Lucent Technologies |
| 6070 | All Rights Reserved |
| 6071 | |
| 6072 | Permission to use, copy, modify, and distribute this software and |
| 6073 | its documentation for any purpose and without fee is hereby |
| 6074 | granted, provided that the above copyright notice appear in all |
| 6075 | copies and that both that the copyright notice and this |
| 6076 | permission notice and warranty disclaimer appear in supporting |
| 6077 | documentation, and that the name of Lucent or any of its entities |
| 6078 | not be used in advertising or publicity pertaining to |
| 6079 | distribution of the software without specific, written prior |
| 6080 | permission. |
| 6081 | |
| 6082 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6083 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6084 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6085 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6086 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6087 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6088 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6089 | THIS SOFTWARE. |
| 6090 | |
| 6091 | ------------------------------------------------------------------- |
| 6092 | |
| 6093 | The author of this software is David M. Gay. |
| 6094 | |
| 6095 | Copyright (C) 2000 by Lucent Technologies |
| 6096 | All Rights Reserved |
| 6097 | |
| 6098 | Permission to use, copy, modify, and distribute this software and |
| 6099 | its documentation for any purpose and without fee is hereby |
| 6100 | granted, provided that the above copyright notice appear in all |
| 6101 | copies and that both that the copyright notice and this |
| 6102 | permission notice and warranty disclaimer appear in supporting |
| 6103 | documentation, and that the name of Lucent or any of its entities |
| 6104 | not be used in advertising or publicity pertaining to |
| 6105 | distribution of the software without specific, written prior |
| 6106 | permission. |
| 6107 | |
| 6108 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6109 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6110 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6111 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6112 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6113 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6114 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6115 | THIS SOFTWARE. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6116 | |
| 6117 | ------------------------------------------------------------------- |
| 6118 | |