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