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 | |
Neil Fuller | 7336db7 | 2017-04-05 14:57:00 +0100 | [diff] [blame] | 113 | <?xml version="1.0" encoding="utf-8"?> |
| 114 | <!-- |
| 115 | |
| 116 | Copyright 2006, The Android Open Source Project |
| 117 | |
| 118 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 119 | you may not use this file except in compliance with the License. |
| 120 | You may obtain a copy of the License at |
| 121 | |
| 122 | http://www.apache.org/licenses/LICENSE-2.0 |
| 123 | |
| 124 | Unless required by applicable law or agreed to in writing, software |
| 125 | distributed under the License is distributed on an "AS IS" BASIS, |
| 126 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 127 | See the License for the specific language governing permissions and |
| 128 | limitations under the License. |
| 129 | |
| 130 | ------------------------------------------------------------------- |
| 131 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 132 | ==================================================== |
| 133 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 134 | |
| 135 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 136 | Permission to use, copy, modify, and distribute this |
| 137 | software is freely granted, provided that this notice |
| 138 | is preserved. |
| 139 | |
| 140 | ------------------------------------------------------------------- |
| 141 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 142 | ==================================================== |
| 143 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 144 | |
| 145 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 146 | Permission to use, copy, modify, and distribute this |
| 147 | software is freely granted, provided that this notice |
| 148 | is preserved. |
| 149 | ==================================================== |
| 150 | |
| 151 | Optimized by Bruce D. Evans. |
| 152 | |
| 153 | ------------------------------------------------------------------- |
| 154 | |
| 155 | ==================================================== |
| 156 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 157 | |
| 158 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 159 | Permission to use, copy, modify, and distribute this |
| 160 | software is freely granted, provided that this notice |
| 161 | is preserved. |
| 162 | |
| 163 | ------------------------------------------------------------------- |
| 164 | |
| 165 | ==================================================== |
| 166 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 167 | |
| 168 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 169 | Permission to use, copy, modify, and distribute this |
| 170 | software is freely granted, provided that this notice |
| 171 | is preserved. |
| 172 | ==================================================== |
| 173 | |
| 174 | Optimized by Bruce D. Evans. |
| 175 | |
| 176 | ------------------------------------------------------------------- |
| 177 | |
| 178 | ==================================================== |
| 179 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 180 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 181 | |
| 182 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 183 | Permission to use, copy, modify, and distribute this |
| 184 | software is freely granted, provided that this notice |
| 185 | is preserved. |
| 186 | |
| 187 | ------------------------------------------------------------------- |
| 188 | |
| 189 | ==================================================== |
| 190 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 191 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 192 | |
| 193 | Developed at SunSoft, a Sun Microsystems, Inc. business. |
| 194 | Permission to use, copy, modify, and distribute this |
| 195 | software is freely granted, provided that this notice |
| 196 | is preserved. |
| 197 | ==================================================== |
| 198 | |
| 199 | Optimized by Bruce D. Evans. |
| 200 | |
| 201 | ------------------------------------------------------------------- |
| 202 | |
| 203 | ==================================================== |
| 204 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 205 | Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz. |
| 206 | |
| 207 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 208 | Permission to use, copy, modify, and distribute this |
| 209 | software is freely granted, provided that this notice |
| 210 | is preserved. |
| 211 | ==================================================== |
| 212 | |
| 213 | The argument reduction and testing for exceptional cases was |
| 214 | written by Steven G. Kargl with input from Bruce D. Evans |
| 215 | and David A. Schultz. |
| 216 | |
| 217 | ------------------------------------------------------------------- |
| 218 | |
| 219 | ==================================================== |
| 220 | Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. |
| 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 | |
| 228 | ==================================================== |
| 229 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 230 | |
| 231 | Permission to use, copy, modify, and distribute this |
| 232 | software is freely granted, provided that this notice |
| 233 | is preserved. |
| 234 | |
| 235 | ------------------------------------------------------------------- |
| 236 | |
| 237 | ==================================================== |
| 238 | Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. |
| 239 | Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans. |
| 240 | |
| 241 | Permission to use, copy, modify, and distribute this |
| 242 | software is freely granted, provided that this notice |
| 243 | is preserved. |
| 244 | |
| 245 | ------------------------------------------------------------------- |
| 246 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 247 | Based on the UCB version with the ID appearing below. |
| 248 | This is ANSIish only when "multibyte character == plain character". |
| 249 | |
| 250 | Copyright (c) 1989, 1993 |
| 251 | The Regents of the University of California. All rights reserved. |
| 252 | |
| 253 | Redistribution and use in source and binary forms, with or without |
| 254 | modification, are permitted provided that the following conditions |
| 255 | are met: |
| 256 | 1. Redistributions of source code must retain the above copyright |
| 257 | notice, this list of conditions and the following disclaimer. |
| 258 | 2. Redistributions in binary form must reproduce the above copyright |
| 259 | notice, this list of conditions and the following disclaimer in the |
| 260 | documentation and/or other materials provided with the distribution. |
| 261 | 3. Neither the name of the University nor the names of its contributors |
| 262 | may be used to endorse or promote products derived from this software |
| 263 | without specific prior written permission. |
| 264 | |
| 265 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 266 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 267 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 268 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 269 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 270 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 271 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 272 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 273 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 274 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 275 | SUCH DAMAGE. |
| 276 | |
| 277 | ------------------------------------------------------------------- |
| 278 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 279 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 280 | All rights reserved. |
| 281 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 282 | Redistribution and use in source and binary forms, with or without |
| 283 | modification, are permitted provided that the following conditions |
| 284 | are met: |
| 285 | 1. Redistributions of source code must retain the above copyright |
| 286 | notice, this list of conditions and the following disclaimer. |
| 287 | 2. Redistributions in binary form must reproduce the above copyright |
| 288 | notice, this list of conditions and the following disclaimer in the |
| 289 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 290 | 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] | 291 | may be used to endorse or promote products derived from this software |
| 292 | without specific prior written permission. |
| 293 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 294 | 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] | 295 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 296 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 297 | 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] | 298 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 299 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 300 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 301 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 302 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 303 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 304 | SUCH DAMAGE. |
| 305 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 306 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 307 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 308 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 309 | Copyright (C) 1995-1999, 2001, 2003 Internet Software Consortium. |
| 310 | |
| 311 | Permission to use, copy, modify, and/or distribute this software for any |
| 312 | purpose with or without fee is hereby granted, provided that the above |
| 313 | copyright notice and this permission notice appear in all copies. |
| 314 | |
| 315 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 316 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 317 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 318 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 319 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 320 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 321 | PERFORMANCE OF THIS SOFTWARE. |
| 322 | |
| 323 | ------------------------------------------------------------------- |
| 324 | |
| 325 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 326 | Copyright (C) 1997-2001 Internet Software Consortium. |
| 327 | |
| 328 | Permission to use, copy, modify, and/or distribute this software for any |
| 329 | purpose with or without fee is hereby granted, provided that the above |
| 330 | copyright notice and this permission notice appear in all copies. |
| 331 | |
| 332 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 333 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 334 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 335 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 336 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 337 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 338 | PERFORMANCE OF THIS SOFTWARE. |
| 339 | |
| 340 | ------------------------------------------------------------------- |
| 341 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 342 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 343 | |
| 344 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 345 | you may not use this file except in compliance with the License. |
| 346 | You may obtain a copy of the License at |
| 347 | |
| 348 | http://www.apache.org/licenses/LICENSE-2.0 |
| 349 | |
| 350 | Unless required by applicable law or agreed to in writing, software |
| 351 | distributed under the License is distributed on an "AS IS" BASIS, |
| 352 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 353 | See the License for the specific language governing permissions and |
| 354 | limitations under the License. |
| 355 | |
| 356 | ------------------------------------------------------------------- |
| 357 | |
| 358 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 359 | All rights reserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 360 | |
| 361 | Redistribution and use in source and binary forms, with or without |
| 362 | modification, are permitted provided that the following conditions |
| 363 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 364 | * Redistributions of source code must retain the above copyright |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 365 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 366 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 367 | notice, this list of conditions and the following disclaimer in |
| 368 | the documentation and/or other materials provided with the |
| 369 | distribution. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 370 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 371 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 372 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 373 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 374 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 375 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 376 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 377 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 378 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 379 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 380 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 381 | 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] | 382 | SUCH DAMAGE. |
| 383 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 384 | ------------------------------------------------------------------- |
| 385 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 386 | Copyright (C) 2007 The Android Open Source Project |
| 387 | |
| 388 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 389 | you may not use this file except in compliance with the License. |
| 390 | You may obtain a copy of the License at |
| 391 | |
| 392 | http://www.apache.org/licenses/LICENSE-2.0 |
| 393 | |
| 394 | Unless required by applicable law or agreed to in writing, software |
| 395 | distributed under the License is distributed on an "AS IS" BASIS, |
| 396 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 397 | See the License for the specific language governing permissions and |
| 398 | limitations under the License. |
| 399 | |
| 400 | ------------------------------------------------------------------- |
| 401 | |
Dimitry Ivanov | bcc4da9 | 2017-02-15 15:31:13 -0800 | [diff] [blame] | 402 | Copyright (C) 2007 The Android Open Source Project |
| 403 | All rights reserved. |
| 404 | |
| 405 | Redistribution and use in source and binary forms, with or without |
| 406 | modification, are permitted provided that the following conditions |
| 407 | are met: |
| 408 | * Redistributions of source code must retain the above copyright |
| 409 | notice, this list of conditions and the following disclaimer. |
| 410 | * Redistributions in binary form must reproduce the above copyright |
| 411 | notice, this list of conditions and the following disclaimer in |
| 412 | the documentation and/or other materials provided with the |
| 413 | distribution. |
| 414 | |
| 415 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 416 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 417 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 418 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 419 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 420 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 421 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 422 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 423 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 424 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 425 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 426 | SUCH DAMAGE. |
| 427 | |
| 428 | ------------------------------------------------------------------- |
| 429 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 430 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 431 | |
| 432 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 433 | you may not use this file except in compliance with the License. |
| 434 | You may obtain a copy of the License at |
| 435 | |
| 436 | http://www.apache.org/licenses/LICENSE-2.0 |
| 437 | |
| 438 | Unless required by applicable law or agreed to in writing, software |
| 439 | distributed under the License is distributed on an "AS IS" BASIS, |
| 440 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 441 | See the License for the specific language governing permissions and |
| 442 | limitations under the License. |
| 443 | |
| 444 | ------------------------------------------------------------------- |
| 445 | |
| 446 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 447 | All rights reserved. |
| 448 | |
| 449 | Redistribution and use in source and binary forms, with or without |
| 450 | modification, are permitted provided that the following conditions |
| 451 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 452 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 453 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 454 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 455 | notice, this list of conditions and the following disclaimer in |
| 456 | the documentation and/or other materials provided with the |
| 457 | distribution. |
| 458 | |
| 459 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 460 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 461 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 462 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 463 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 464 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 465 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 466 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 467 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 468 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 469 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 470 | SUCH DAMAGE. |
| 471 | |
| 472 | ------------------------------------------------------------------- |
| 473 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 474 | Copyright (C) 2008 The Android Open Source Project |
| 475 | All rights reserved. |
| 476 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 477 | |
| 478 | Redistribution and use in source and binary forms, with or without |
| 479 | modification, are permitted provided that the following conditions |
| 480 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 481 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 482 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 483 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 484 | notice, this list of conditions and the following disclaimer in |
| 485 | the documentation and/or other materials provided with the |
| 486 | distribution. |
| 487 | |
| 488 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 489 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 490 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 491 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 492 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 493 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 494 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 495 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 496 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 497 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 498 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 499 | SUCH DAMAGE. |
| 500 | |
| 501 | ------------------------------------------------------------------- |
| 502 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 503 | Copyright (C) 2009 The Android Open Source Project |
| 504 | All rights reserved. |
| 505 | |
| 506 | Redistribution and use in source and binary forms, with or without |
| 507 | modification, are permitted provided that the following conditions |
| 508 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 509 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 510 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 511 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 512 | notice, this list of conditions and the following disclaimer in |
| 513 | the documentation and/or other materials provided with the |
| 514 | distribution. |
| 515 | |
| 516 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 517 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 518 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 519 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 520 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 521 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 522 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 523 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 524 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 525 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 526 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 527 | SUCH DAMAGE. |
| 528 | |
| 529 | ------------------------------------------------------------------- |
| 530 | |
| 531 | Copyright (C) 2010 The Android Open Source Project |
| 532 | |
| 533 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 534 | you may not use this file except in compliance with the License. |
| 535 | You may obtain a copy of the License at |
| 536 | |
| 537 | http://www.apache.org/licenses/LICENSE-2.0 |
| 538 | |
| 539 | Unless required by applicable law or agreed to in writing, software |
| 540 | distributed under the License is distributed on an "AS IS" BASIS, |
| 541 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 542 | See the License for the specific language governing permissions and |
| 543 | limitations under the License. |
| 544 | |
| 545 | ------------------------------------------------------------------- |
| 546 | |
| 547 | Copyright (C) 2010 The Android Open Source Project |
| 548 | All rights reserved. |
| 549 | |
| 550 | Redistribution and use in source and binary forms, with or without |
| 551 | modification, are permitted provided that the following conditions |
| 552 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 553 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 554 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 555 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 556 | notice, this list of conditions and the following disclaimer in |
| 557 | the documentation and/or other materials provided with the |
| 558 | distribution. |
| 559 | |
| 560 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 561 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 562 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 563 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 564 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 565 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 566 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 567 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 568 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 569 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 570 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 571 | SUCH DAMAGE. |
| 572 | |
| 573 | ------------------------------------------------------------------- |
| 574 | |
| 575 | Copyright (C) 2010 The Android Open Source Project |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 576 | All rights reserved. |
| 577 | |
| 578 | Redistribution and use in source and binary forms, with or without |
| 579 | modification, are permitted provided that the following conditions |
| 580 | are met: |
| 581 | 1. Redistributions of source code must retain the above copyright |
| 582 | notice, this list of conditions and the following disclaimer. |
| 583 | 2. Redistributions in binary form must reproduce the above copyright |
| 584 | notice, this list of conditions and the following disclaimer in the |
| 585 | documentation and/or other materials provided with the distribution. |
| 586 | |
| 587 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 588 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 589 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 590 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 591 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 592 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 593 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 594 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 595 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 596 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 597 | SUCH DAMAGE. |
| 598 | |
| 599 | ------------------------------------------------------------------- |
| 600 | |
| 601 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 602 | Copyright (c) 2008 ARM Ltd |
| 603 | All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 604 | |
| 605 | Redistribution and use in source and binary forms, with or without |
| 606 | modification, are permitted provided that the following conditions |
| 607 | are met: |
| 608 | 1. Redistributions of source code must retain the above copyright |
| 609 | notice, this list of conditions and the following disclaimer. |
| 610 | 2. Redistributions in binary form must reproduce the above copyright |
| 611 | notice, this list of conditions and the following disclaimer in the |
| 612 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 613 | 3. The name of the company may not be used to endorse or promote |
| 614 | products derived from this software without specific prior written |
| 615 | permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 616 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 617 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 618 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 619 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 620 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 621 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 622 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 623 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 624 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 625 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 626 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 627 | |
| 628 | Android adaptation and tweak by Jim Huang <jserv@0xlab.org>. |
| 629 | |
| 630 | ------------------------------------------------------------------- |
| 631 | |
| 632 | Copyright (C) 2011 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 633 | All rights reserved. |
| 634 | |
| 635 | Redistribution and use in source and binary forms, with or without |
| 636 | modification, are permitted provided that the following conditions |
| 637 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 638 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 639 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 640 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 641 | notice, this list of conditions and the following disclaimer in |
| 642 | the documentation and/or other materials provided with the |
| 643 | distribution. |
| 644 | |
| 645 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 646 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 647 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 648 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 649 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 650 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 651 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 652 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 653 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 654 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 655 | 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] | 656 | SUCH DAMAGE. |
| 657 | |
| 658 | ------------------------------------------------------------------- |
| 659 | |
| 660 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 661 | |
| 662 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 663 | you may not use this file except in compliance with the License. |
| 664 | You may obtain a copy of the License at |
| 665 | |
| 666 | http://www.apache.org/licenses/LICENSE-2.0 |
| 667 | |
| 668 | Unless required by applicable law or agreed to in writing, software |
| 669 | distributed under the License is distributed on an "AS IS" BASIS, |
| 670 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 671 | See the License for the specific language governing permissions and |
| 672 | limitations under the License. |
| 673 | |
| 674 | ------------------------------------------------------------------- |
| 675 | |
| 676 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 677 | All rights reserved. |
| 678 | |
| 679 | Redistribution and use in source and binary forms, with or without |
| 680 | modification, are permitted provided that the following conditions |
| 681 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 682 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 683 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 684 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 685 | notice, this list of conditions and the following disclaimer in |
| 686 | the documentation and/or other materials provided with the |
| 687 | distribution. |
| 688 | |
| 689 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 690 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 691 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 692 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 693 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 694 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 695 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 696 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 697 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 698 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 699 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 700 | SUCH DAMAGE. |
| 701 | |
| 702 | ------------------------------------------------------------------- |
| 703 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 704 | Copyright (C) 2013 The Android Open Source Project |
| 705 | |
| 706 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 707 | you may not use this file except in compliance with the License. |
| 708 | You may obtain a copy of the License at |
| 709 | |
| 710 | http://www.apache.org/licenses/LICENSE-2.0 |
| 711 | |
| 712 | Unless required by applicable law or agreed to in writing, software |
| 713 | distributed under the License is distributed on an "AS IS" BASIS, |
| 714 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 715 | See the License for the specific language governing permissions and |
| 716 | limitations under the License. |
| 717 | |
| 718 | ------------------------------------------------------------------- |
| 719 | |
| 720 | Copyright (C) 2013 The Android Open Source Project |
| 721 | All rights reserved. |
| 722 | |
| 723 | Redistribution and use in source and binary forms, with or without |
| 724 | modification, are permitted provided that the following conditions |
| 725 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 726 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 727 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 728 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 729 | notice, this list of conditions and the following disclaimer in |
| 730 | the documentation and/or other materials provided with the |
| 731 | distribution. |
| 732 | |
| 733 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 734 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 735 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 736 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 737 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 738 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 739 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 740 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 741 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 742 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 743 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 744 | SUCH DAMAGE. |
| 745 | |
| 746 | ------------------------------------------------------------------- |
| 747 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 748 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 749 | All rights reserved. |
| 750 | Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved. |
| 751 | |
| 752 | Redistribution and use in source and binary forms, with or without |
| 753 | modification, are permitted provided that the following conditions |
| 754 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 755 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 756 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 757 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 758 | notice, this list of conditions and the following disclaimer in |
| 759 | the documentation and/or other materials provided with the |
| 760 | distribution. |
| 761 | |
| 762 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 763 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 764 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 765 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 766 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 767 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 768 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 769 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 770 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 771 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 772 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 773 | SUCH DAMAGE. |
| 774 | |
| 775 | ------------------------------------------------------------------- |
| 776 | |
| 777 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 778 | Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. |
| 779 | All rights reserved. |
| 780 | |
| 781 | Redistribution and use in source and binary forms, with or without |
| 782 | modification, are permitted provided that the following conditions |
| 783 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 784 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 785 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 786 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 787 | notice, this list of conditions and the following disclaimer in |
| 788 | the documentation and/or other materials provided with the |
| 789 | distribution. |
| 790 | |
| 791 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 792 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 793 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 794 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 795 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 796 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 797 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 798 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 799 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 800 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 801 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 802 | SUCH DAMAGE. |
| 803 | |
| 804 | ------------------------------------------------------------------- |
| 805 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 806 | Copyright (C) 2014 The Android Open Source Project |
| 807 | |
| 808 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 809 | you may not use this file except in compliance with the License. |
| 810 | You may obtain a copy of the License at |
| 811 | |
| 812 | http://www.apache.org/licenses/LICENSE-2.0 |
| 813 | |
| 814 | Unless required by applicable law or agreed to in writing, software |
| 815 | distributed under the License is distributed on an "AS IS" BASIS, |
| 816 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 817 | See the License for the specific language governing permissions and |
| 818 | limitations under the License. |
| 819 | |
| 820 | ------------------------------------------------------------------- |
| 821 | |
| 822 | Copyright (C) 2014 The Android Open Source Project |
| 823 | All rights reserved. |
| 824 | |
| 825 | Redistribution and use in source and binary forms, with or without |
| 826 | modification, are permitted provided that the following conditions |
| 827 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 828 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 829 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 830 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 831 | notice, this list of conditions and the following disclaimer in |
| 832 | the documentation and/or other materials provided with the |
| 833 | distribution. |
| 834 | |
| 835 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 836 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 837 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 838 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 839 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 840 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 841 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 842 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 843 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 844 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 845 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 846 | SUCH DAMAGE. |
| 847 | |
| 848 | ------------------------------------------------------------------- |
| 849 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 850 | Copyright (C) 2014 The Android Open Source Project |
| 851 | All rights reserved. |
| 852 | |
| 853 | Redistribution and use in source and binary forms, with or without |
| 854 | modification, are permitted provided that the following conditions |
| 855 | are met: |
| 856 | 1. Redistributions of source code must retain the above copyright |
| 857 | notice, this list of conditions and the following disclaimer. |
| 858 | 2. Redistributions in binary form must reproduce the above copyright |
| 859 | notice, this list of conditions and the following disclaimer in the |
| 860 | documentation and/or other materials provided with the distribution. |
| 861 | |
| 862 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 863 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 864 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 865 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 866 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 867 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 868 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 869 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 870 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 871 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 872 | SUCH DAMAGE. |
| 873 | |
| 874 | ------------------------------------------------------------------- |
| 875 | |
| 876 | Copyright (C) 2015 The Android Open Source Project |
| 877 | |
| 878 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 879 | you may not use this file except in compliance with the License. |
| 880 | You may obtain a copy of the License at |
| 881 | |
| 882 | http://www.apache.org/licenses/LICENSE-2.0 |
| 883 | |
| 884 | Unless required by applicable law or agreed to in writing, software |
| 885 | distributed under the License is distributed on an "AS IS" BASIS, |
| 886 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 887 | See the License for the specific language governing permissions and |
| 888 | limitations under the License. |
| 889 | |
| 890 | ------------------------------------------------------------------- |
| 891 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 892 | Copyright (C) 2015 The Android Open Source Project |
| 893 | |
| 894 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 895 | you may not use this file except in compliance with the License. |
| 896 | You may obtain a copy of the License at |
| 897 | |
| 898 | http://www.apache.org/licenses/LICENSE-2.0 |
| 899 | |
| 900 | Unless required by applicable law or agreed to in writing, software |
| 901 | distributed under the License is distributed on an "AS IS" BASIS, |
| 902 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 903 | See the License for the specific language governing permissions and |
| 904 | limitations under the License. |
| 905 | |
| 906 | ------------------------------------------------------------------- |
| 907 | |
| 908 | Copyright (C) 2015 The Android Open Source Project |
| 909 | All rights reserved. |
| 910 | |
| 911 | Redistribution and use in source and binary forms, with or without |
| 912 | modification, are permitted provided that the following conditions |
| 913 | are met: |
| 914 | * Redistributions of source code must retain the above copyright |
| 915 | notice, this list of conditions and the following disclaimer. |
| 916 | * Redistributions in binary form must reproduce the above copyright |
| 917 | notice, this list of conditions and the following disclaimer in |
| 918 | the documentation and/or other materials provided with the |
| 919 | distribution. |
| 920 | |
| 921 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 922 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 923 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 924 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 925 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 926 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 927 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 928 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 929 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 930 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 931 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 932 | SUCH DAMAGE. |
| 933 | |
| 934 | ------------------------------------------------------------------- |
| 935 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 936 | Copyright (C) 2016 The Android Open Source Project |
| 937 | |
| 938 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 939 | you may not use this file except in compliance with the License. |
| 940 | You may obtain a copy of the License at |
| 941 | |
| 942 | http://www.apache.org/licenses/LICENSE-2.0 |
| 943 | |
| 944 | Unless required by applicable law or agreed to in writing, software |
| 945 | distributed under the License is distributed on an "AS IS" BASIS, |
| 946 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 947 | See the License for the specific language governing permissions and |
| 948 | limitations under the License. |
| 949 | |
| 950 | ------------------------------------------------------------------- |
| 951 | |
| 952 | Copyright (C) 2016 The Android Open Source Project |
| 953 | All rights reserved. |
| 954 | |
| 955 | Redistribution and use in source and binary forms, with or without |
| 956 | modification, are permitted provided that the following conditions |
| 957 | are met: |
| 958 | * Redistributions of source code must retain the above copyright |
| 959 | notice, this list of conditions and the following disclaimer. |
| 960 | * Redistributions in binary form must reproduce the above copyright |
| 961 | notice, this list of conditions and the following disclaimer in |
| 962 | the documentation and/or other materials provided with the |
| 963 | distribution. |
| 964 | |
| 965 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 966 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 967 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 968 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 969 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 970 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 971 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 972 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 973 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 974 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 975 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 976 | SUCH DAMAGE. |
| 977 | |
| 978 | ------------------------------------------------------------------- |
| 979 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 980 | Copyright (C) 2017 The Android Open Source Project |
Paul Lawrence | dfe8434 | 2017-02-16 09:24:39 -0800 | [diff] [blame] | 981 | |
| 982 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 983 | you may not use this file except in compliance with the License. |
| 984 | You may obtain a copy of the License at |
| 985 | |
| 986 | http://www.apache.org/licenses/LICENSE-2.0 |
| 987 | |
| 988 | Unless required by applicable law or agreed to in writing, software |
| 989 | distributed under the License is distributed on an "AS IS" BASIS, |
| 990 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 991 | See the License for the specific language governing permissions and |
| 992 | limitations under the License. |
| 993 | |
| 994 | ------------------------------------------------------------------- |
| 995 | |
| 996 | Copyright (C) 2017 The Android Open Source Project |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 997 | All rights reserved. |
| 998 | |
Jake Weinstein | 04d99df | 2016-08-25 20:03:25 -0400 | [diff] [blame] | 999 | Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. |
| 1000 | |
| 1001 | Redistribution and use in source and binary forms, with or without |
| 1002 | modification, are permitted provided that the following conditions |
| 1003 | are met: |
| 1004 | * Redistributions of source code must retain the above copyright |
| 1005 | notice, this list of conditions and the following disclaimer. |
| 1006 | * Redistributions in binary form must reproduce the above copyright |
| 1007 | notice, this list of conditions and the following disclaimer in |
| 1008 | the documentation and/or other materials provided with the |
| 1009 | distribution. |
| 1010 | |
| 1011 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1012 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1013 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1014 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1015 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1016 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1017 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1018 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1019 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1020 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1021 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1022 | SUCH DAMAGE. |
| 1023 | |
| 1024 | ------------------------------------------------------------------- |
| 1025 | |
| 1026 | Copyright (C) 2017 The Android Open Source Project |
| 1027 | All rights reserved. |
| 1028 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 1029 | Redistribution and use in source and binary forms, with or without |
| 1030 | modification, are permitted provided that the following conditions |
| 1031 | are met: |
| 1032 | * Redistributions of source code must retain the above copyright |
| 1033 | notice, this list of conditions and the following disclaimer. |
| 1034 | * Redistributions in binary form must reproduce the above copyright |
| 1035 | notice, this list of conditions and the following disclaimer in |
| 1036 | the documentation and/or other materials provided with the |
| 1037 | distribution. |
| 1038 | |
| 1039 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 1040 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 1041 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 1042 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 1043 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 1044 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 1045 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 1046 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 1047 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 1048 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 1049 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1050 | SUCH DAMAGE. |
| 1051 | |
| 1052 | ------------------------------------------------------------------- |
| 1053 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1054 | Copyright (c) 1980, 1983, 1988, 1993 |
| 1055 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1056 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1057 | Redistribution and use in source and binary forms, with or without |
| 1058 | modification, are permitted provided that the following conditions |
| 1059 | are met: |
| 1060 | 1. Redistributions of source code must retain the above copyright |
| 1061 | notice, this list of conditions and the following disclaimer. |
| 1062 | 2. Redistributions in binary form must reproduce the above copyright |
| 1063 | notice, this list of conditions and the following disclaimer in the |
| 1064 | documentation and/or other materials provided with the distribution. |
| 1065 | 3. All advertising materials mentioning features or use of this software |
| 1066 | must display the following acknowledgement: |
| 1067 | This product includes software developed by the University of |
| 1068 | California, Berkeley and its contributors. |
| 1069 | 4. Neither the name of the University nor the names of its contributors |
| 1070 | may be used to endorse or promote products derived from this software |
| 1071 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1072 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1073 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1074 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1075 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1076 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1077 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1078 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1079 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1080 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1081 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1082 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1083 | SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1084 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1085 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1086 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1087 | |
| 1088 | Permission to use, copy, modify, and distribute this software for any |
| 1089 | purpose with or without fee is hereby granted, provided that the above |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1090 | copyright notice and this permission notice appear in all copies, and that |
| 1091 | the name of Digital Equipment Corporation not be used in advertising or |
| 1092 | publicity pertaining to distribution of the document or software without |
| 1093 | specific, written prior permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1094 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1095 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1096 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1097 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1098 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1099 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1100 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1101 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1102 | SOFTWARE. |
| 1103 | |
| 1104 | ------------------------------------------------------------------- |
| 1105 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1106 | Copyright (c) 1982, 1986, 1993 |
| 1107 | The Regents of the University of California. All rights reserved. |
| 1108 | |
| 1109 | Redistribution and use in source and binary forms, with or without |
| 1110 | modification, are permitted provided that the following conditions |
| 1111 | are met: |
| 1112 | 1. Redistributions of source code must retain the above copyright |
| 1113 | notice, this list of conditions and the following disclaimer. |
| 1114 | 2. Redistributions in binary form must reproduce the above copyright |
| 1115 | notice, this list of conditions and the following disclaimer in the |
| 1116 | documentation and/or other materials provided with the distribution. |
| 1117 | 3. Neither the name of the University nor the names of its contributors |
| 1118 | may be used to endorse or promote products derived from this software |
| 1119 | without specific prior written permission. |
| 1120 | |
| 1121 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1122 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1123 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1124 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1125 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1126 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1127 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1128 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1129 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1130 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1131 | SUCH DAMAGE. |
| 1132 | |
| 1133 | ------------------------------------------------------------------- |
| 1134 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 1135 | Copyright (c) 1982, 1986, 1993 |
| 1136 | The Regents of the University of California. All rights reserved. |
| 1137 | (c) UNIX System Laboratories, Inc. |
| 1138 | All or some portions of this file are derived from material licensed |
| 1139 | to the University of California by American Telephone and Telegraph |
| 1140 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1141 | the permission of UNIX System Laboratories, Inc. |
| 1142 | |
| 1143 | Redistribution and use in source and binary forms, with or without |
| 1144 | modification, are permitted provided that the following conditions |
| 1145 | are met: |
| 1146 | 1. Redistributions of source code must retain the above copyright |
| 1147 | notice, this list of conditions and the following disclaimer. |
| 1148 | 2. Redistributions in binary form must reproduce the above copyright |
| 1149 | notice, this list of conditions and the following disclaimer in the |
| 1150 | documentation and/or other materials provided with the distribution. |
| 1151 | 3. Neither the name of the University nor the names of its contributors |
| 1152 | may be used to endorse or promote products derived from this software |
| 1153 | without specific prior written permission. |
| 1154 | |
| 1155 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1156 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1157 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1158 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1159 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1160 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1161 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1162 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1163 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1164 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1165 | SUCH DAMAGE. |
| 1166 | |
| 1167 | ------------------------------------------------------------------- |
| 1168 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1169 | Copyright (c) 1983, 1987, 1989 |
| 1170 | The Regents of the University of California. All rights reserved. |
| 1171 | |
| 1172 | Redistribution and use in source and binary forms, with or without |
| 1173 | modification, are permitted provided that the following conditions |
| 1174 | are met: |
| 1175 | 1. Redistributions of source code must retain the above copyright |
| 1176 | notice, this list of conditions and the following disclaimer. |
| 1177 | 2. Redistributions in binary form must reproduce the above copyright |
| 1178 | notice, this list of conditions and the following disclaimer in the |
| 1179 | documentation and/or other materials provided with the distribution. |
| 1180 | 3. Neither the name of the University nor the names of its contributors |
| 1181 | may be used to endorse or promote products derived from this software |
| 1182 | without specific prior written permission. |
| 1183 | |
| 1184 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1185 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1186 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1187 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1188 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1189 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1190 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1191 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1192 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1193 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1194 | SUCH DAMAGE. |
| 1195 | |
| 1196 | ------------------------------------------------------------------- |
| 1197 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1198 | Copyright (c) 1983, 1989 |
| 1199 | The Regents of the University of California. All rights reserved. |
| 1200 | |
| 1201 | Redistribution and use in source and binary forms, with or without |
| 1202 | modification, are permitted provided that the following conditions |
| 1203 | are met: |
| 1204 | 1. Redistributions of source code must retain the above copyright |
| 1205 | notice, this list of conditions and the following disclaimer. |
| 1206 | 2. Redistributions in binary form must reproduce the above copyright |
| 1207 | notice, this list of conditions and the following disclaimer in the |
| 1208 | documentation and/or other materials provided with the distribution. |
| 1209 | 3. All advertising materials mentioning features or use of this software |
| 1210 | must display the following acknowledgement: |
| 1211 | This product includes software developed by the University of |
| 1212 | California, Berkeley and its contributors. |
| 1213 | 4. Neither the name of the University nor the names of its contributors |
| 1214 | may be used to endorse or promote products derived from this software |
| 1215 | without specific prior written permission. |
| 1216 | |
| 1217 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1218 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1219 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1220 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1221 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1222 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1223 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1224 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1225 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1226 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1227 | SUCH DAMAGE. |
| 1228 | |
| 1229 | ------------------------------------------------------------------- |
| 1230 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1231 | Copyright (c) 1983, 1989, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1232 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1233 | |
| 1234 | Redistribution and use in source and binary forms, with or without |
| 1235 | modification, are permitted provided that the following conditions |
| 1236 | are met: |
| 1237 | 1. Redistributions of source code must retain the above copyright |
| 1238 | notice, this list of conditions and the following disclaimer. |
| 1239 | 2. Redistributions in binary form must reproduce the above copyright |
| 1240 | notice, this list of conditions and the following disclaimer in the |
| 1241 | documentation and/or other materials provided with the distribution. |
| 1242 | 3. Neither the name of the University nor the names of its contributors |
| 1243 | may be used to endorse or promote products derived from this software |
| 1244 | without specific prior written permission. |
| 1245 | |
| 1246 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1247 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1248 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1249 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1250 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1251 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1252 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1253 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1254 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1255 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1256 | SUCH DAMAGE. |
| 1257 | |
| 1258 | ------------------------------------------------------------------- |
| 1259 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1260 | Copyright (c) 1983, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1261 | The Regents of the University of California. All rights reserved. |
| 1262 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1263 | Redistribution and use in source and binary forms, with or without |
| 1264 | modification, are permitted provided that the following conditions |
| 1265 | are met: |
| 1266 | 1. Redistributions of source code must retain the above copyright |
| 1267 | notice, this list of conditions and the following disclaimer. |
| 1268 | 2. Redistributions in binary form must reproduce the above copyright |
| 1269 | notice, this list of conditions and the following disclaimer in the |
| 1270 | documentation and/or other materials provided with the distribution. |
| 1271 | 3. Neither the name of the University nor the names of its contributors |
| 1272 | may be used to endorse or promote products derived from this software |
| 1273 | without specific prior written permission. |
| 1274 | |
| 1275 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1276 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1277 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1278 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1279 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1280 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1281 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1282 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1283 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1284 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1285 | SUCH DAMAGE. |
| 1286 | |
| 1287 | ------------------------------------------------------------------- |
| 1288 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1289 | Copyright (c) 1983, 1993 |
| 1290 | The Regents of the University of California. All rights reserved. |
| 1291 | |
| 1292 | Redistribution and use in source and binary forms, with or without |
| 1293 | modification, are permitted provided that the following conditions |
| 1294 | are met: |
| 1295 | 1. Redistributions of source code must retain the above copyright |
| 1296 | notice, this list of conditions and the following disclaimer. |
| 1297 | 2. Redistributions in binary form must reproduce the above copyright |
| 1298 | notice, this list of conditions and the following disclaimer in the |
| 1299 | documentation and/or other materials provided with the distribution. |
| 1300 | 4. Neither the name of the University nor the names of its contributors |
| 1301 | may be used to endorse or promote products derived from this software |
| 1302 | without specific prior written permission. |
| 1303 | |
| 1304 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1305 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1306 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1307 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1308 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1309 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1310 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1311 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1312 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1313 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1314 | SUCH DAMAGE. |
| 1315 | |
| 1316 | ------------------------------------------------------------------- |
| 1317 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1318 | Copyright (c) 1985 |
| 1319 | The Regents of the University of California. All rights reserved. |
| 1320 | |
| 1321 | Redistribution and use in source and binary forms, with or without |
| 1322 | modification, are permitted provided that the following conditions |
| 1323 | are met: |
| 1324 | 1. Redistributions of source code must retain the above copyright |
| 1325 | notice, this list of conditions and the following disclaimer. |
| 1326 | 2. Redistributions in binary form must reproduce the above copyright |
| 1327 | notice, this list of conditions and the following disclaimer in the |
| 1328 | documentation and/or other materials provided with the distribution. |
| 1329 | 3. All advertising materials mentioning features or use of this software |
| 1330 | must display the following acknowledgement: |
| 1331 | This product includes software developed by the University of |
| 1332 | California, Berkeley and its contributors. |
| 1333 | 4. Neither the name of the University nor the names of its contributors |
| 1334 | may be used to endorse or promote products derived from this software |
| 1335 | without specific prior written permission. |
| 1336 | |
| 1337 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1338 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1339 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1340 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1341 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1342 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1343 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1344 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1345 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1346 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1347 | SUCH DAMAGE. |
| 1348 | |
| 1349 | ------------------------------------------------------------------- |
| 1350 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1351 | Copyright (c) 1985 Regents of the University of California. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1352 | All rights reserved. |
| 1353 | |
| 1354 | Redistribution and use in source and binary forms, with or without |
| 1355 | modification, are permitted provided that the following conditions |
| 1356 | are met: |
| 1357 | 1. Redistributions of source code must retain the above copyright |
| 1358 | notice, this list of conditions and the following disclaimer. |
| 1359 | 2. Redistributions in binary form must reproduce the above copyright |
| 1360 | notice, this list of conditions and the following disclaimer in the |
| 1361 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1362 | 3. Neither the name of the University nor the names of its contributors |
| 1363 | may be used to endorse or promote products derived from this software |
| 1364 | without specific prior written permission. |
| 1365 | |
| 1366 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1367 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1368 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1369 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1370 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1371 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1372 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1373 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1374 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1375 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1376 | SUCH DAMAGE. |
| 1377 | |
| 1378 | ------------------------------------------------------------------- |
| 1379 | |
| 1380 | Copyright (c) 1985, 1988, 1993 |
| 1381 | The Regents of the University of California. All rights reserved. |
| 1382 | |
| 1383 | Redistribution and use in source and binary forms, with or without |
| 1384 | modification, are permitted provided that the following conditions |
| 1385 | are met: |
| 1386 | 1. Redistributions of source code must retain the above copyright |
| 1387 | notice, this list of conditions and the following disclaimer. |
| 1388 | 2. Redistributions in binary form must reproduce the above copyright |
| 1389 | notice, this list of conditions and the following disclaimer in the |
| 1390 | documentation and/or other materials provided with the distribution. |
| 1391 | 3. Neither the name of the University nor the names of its contributors |
| 1392 | may be used to endorse or promote products derived from this software |
| 1393 | without specific prior written permission. |
| 1394 | |
| 1395 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1396 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1397 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1398 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1399 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1400 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1401 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1402 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1403 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1404 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1405 | SUCH DAMAGE. |
| 1406 | |
| 1407 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 1408 | |
| 1409 | Permission to use, copy, modify, and distribute this software for any |
| 1410 | purpose with or without fee is hereby granted, provided that the above |
| 1411 | copyright notice and this permission notice appear in all copies, and that |
| 1412 | the name of Digital Equipment Corporation not be used in advertising or |
| 1413 | publicity pertaining to distribution of the document or software without |
| 1414 | specific, written prior permission. |
| 1415 | |
| 1416 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1417 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1418 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1419 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1420 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1421 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1422 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1423 | SOFTWARE. |
| 1424 | |
| 1425 | ------------------------------------------------------------------- |
| 1426 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1427 | Copyright (c) 1985, 1989, 1993 |
| 1428 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1429 | |
| 1430 | Redistribution and use in source and binary forms, with or without |
| 1431 | modification, are permitted provided that the following conditions |
| 1432 | are met: |
| 1433 | 1. Redistributions of source code must retain the above copyright |
| 1434 | notice, this list of conditions and the following disclaimer. |
| 1435 | 2. Redistributions in binary form must reproduce the above copyright |
| 1436 | notice, this list of conditions and the following disclaimer in the |
| 1437 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1438 | 3. All advertising materials mentioning features or use of this software |
| 1439 | must display the following acknowledgement: |
| 1440 | This product includes software developed by the University of |
| 1441 | California, Berkeley and its contributors. |
| 1442 | 4. Neither the name of the University nor the names of its contributors |
| 1443 | may be used to endorse or promote products derived from this software |
| 1444 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1445 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1446 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1447 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1448 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1449 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1450 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1451 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1452 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1453 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1454 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1455 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1456 | SUCH DAMAGE. |
| 1457 | |
| 1458 | ------------------------------------------------------------------- |
| 1459 | |
| 1460 | Copyright (c) 1985, 1993 |
| 1461 | The Regents of the University of California. All rights reserved. |
| 1462 | |
| 1463 | Redistribution and use in source and binary forms, with or without |
| 1464 | modification, are permitted provided that the following conditions |
| 1465 | are met: |
| 1466 | 1. Redistributions of source code must retain the above copyright |
| 1467 | notice, this list of conditions and the following disclaimer. |
| 1468 | 2. Redistributions in binary form must reproduce the above copyright |
| 1469 | notice, this list of conditions and the following disclaimer in the |
| 1470 | documentation and/or other materials provided with the distribution. |
| 1471 | 3. All advertising materials mentioning features or use of this software |
| 1472 | must display the following acknowledgement: |
| 1473 | This product includes software developed by the University of |
| 1474 | California, Berkeley and its contributors. |
| 1475 | 4. Neither the name of the University nor the names of its contributors |
| 1476 | may be used to endorse or promote products derived from this software |
| 1477 | without specific prior written permission. |
| 1478 | |
| 1479 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1480 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1481 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1482 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1483 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1484 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1485 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1486 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1487 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1488 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1489 | SUCH DAMAGE. |
| 1490 | |
| 1491 | ------------------------------------------------------------------- |
| 1492 | |
| 1493 | Copyright (c) 1985, 1993 |
| 1494 | The Regents of the University of California. All rights reserved. |
| 1495 | |
| 1496 | Redistribution and use in source and binary forms, with or without |
| 1497 | modification, are permitted provided that the following conditions |
| 1498 | are met: |
| 1499 | 1. Redistributions of source code must retain the above copyright |
| 1500 | notice, this list of conditions and the following disclaimer. |
| 1501 | 2. Redistributions in binary form must reproduce the above copyright |
| 1502 | notice, this list of conditions and the following disclaimer in the |
| 1503 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1504 | 3. All advertising materials mentioning features or use of this software |
| 1505 | must display the following acknowledgement: |
| 1506 | This product includes software developed by the University of |
| 1507 | California, Berkeley and its contributors. |
| 1508 | 4. Neither the name of the University nor the names of its contributors |
| 1509 | may be used to endorse or promote products derived from this software |
| 1510 | without specific prior written permission. |
| 1511 | |
| 1512 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1513 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1514 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1515 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1516 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1517 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1518 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1519 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1520 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1521 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1522 | SUCH DAMAGE. |
| 1523 | |
| 1524 | ------------------------------------------------------------------- |
| 1525 | |
| 1526 | Copyright (c) 1985, 1993 |
| 1527 | The Regents of the University of California. All rights reserved. |
| 1528 | |
| 1529 | Redistribution and use in source and binary forms, with or without |
| 1530 | modification, are permitted provided that the following conditions |
| 1531 | are met: |
| 1532 | 1. Redistributions of source code must retain the above copyright |
| 1533 | notice, this list of conditions and the following disclaimer. |
| 1534 | 2. Redistributions in binary form must reproduce the above copyright |
| 1535 | notice, this list of conditions and the following disclaimer in the |
| 1536 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1537 | 3. Neither the name of the University nor the names of its contributors |
| 1538 | may be used to endorse or promote products derived from this software |
| 1539 | without specific prior written permission. |
| 1540 | |
| 1541 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1542 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1543 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1544 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1545 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1546 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1547 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1548 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1549 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1550 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1551 | SUCH DAMAGE. |
| 1552 | |
| 1553 | ------------------------------------------------------------------- |
| 1554 | |
| 1555 | Copyright (c) 1987 Regents of the University of California. |
| 1556 | All rights reserved. |
| 1557 | |
| 1558 | Redistribution and use in source and binary forms, with or without |
| 1559 | modification, are permitted provided that the following conditions |
| 1560 | are met: |
| 1561 | 1. Redistributions of source code must retain the above copyright |
| 1562 | notice, this list of conditions and the following disclaimer. |
| 1563 | 2. Redistributions in binary form must reproduce the above copyright |
| 1564 | notice, this list of conditions and the following disclaimer in the |
| 1565 | documentation and/or other materials provided with the distribution. |
| 1566 | 3. Neither the name of the University nor the names of its contributors |
| 1567 | may be used to endorse or promote products derived from this software |
| 1568 | without specific prior written permission. |
| 1569 | |
| 1570 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1571 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1572 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1573 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1574 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1575 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1576 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1577 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1578 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1579 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1580 | SUCH DAMAGE. |
| 1581 | |
| 1582 | ------------------------------------------------------------------- |
| 1583 | |
| 1584 | Copyright (c) 1987, 1993 |
| 1585 | The Regents of the University of California. All rights reserved. |
| 1586 | |
| 1587 | Redistribution and use in source and binary forms, with or without |
| 1588 | modification, are permitted provided that the following conditions |
| 1589 | are met: |
| 1590 | 1. Redistributions of source code must retain the above copyright |
| 1591 | notice, this list of conditions and the following disclaimer. |
| 1592 | 2. Redistributions in binary form must reproduce the above copyright |
| 1593 | notice, this list of conditions and the following disclaimer in the |
| 1594 | documentation and/or other materials provided with the distribution. |
| 1595 | 3. All advertising materials mentioning features or use of this software |
| 1596 | must display the following acknowledgement: |
| 1597 | This product includes software developed by the University of |
| 1598 | California, Berkeley and its contributors. |
| 1599 | 4. Neither the name of the University nor the names of its contributors |
| 1600 | may be used to endorse or promote products derived from this software |
| 1601 | without specific prior written permission. |
| 1602 | |
| 1603 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1604 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1605 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1606 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1607 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1608 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1609 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1610 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1611 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1612 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1613 | SUCH DAMAGE. |
| 1614 | |
| 1615 | ------------------------------------------------------------------- |
| 1616 | |
| 1617 | Copyright (c) 1987, 1993 |
| 1618 | The Regents of the University of California. All rights reserved. |
| 1619 | |
| 1620 | Redistribution and use in source and binary forms, with or without |
| 1621 | modification, are permitted provided that the following conditions |
| 1622 | are met: |
| 1623 | 1. Redistributions of source code must retain the above copyright |
| 1624 | notice, this list of conditions and the following disclaimer. |
| 1625 | 2. Redistributions in binary form must reproduce the above copyright |
| 1626 | notice, this list of conditions and the following disclaimer in the |
| 1627 | documentation and/or other materials provided with the distribution. |
| 1628 | 3. Neither the name of the University nor the names of its contributors |
| 1629 | may be used to endorse or promote products derived from this software |
| 1630 | without specific prior written permission. |
| 1631 | |
| 1632 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1633 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1634 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1635 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1636 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1637 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1638 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1639 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1640 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1641 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1642 | SUCH DAMAGE. |
| 1643 | |
| 1644 | ------------------------------------------------------------------- |
| 1645 | |
| 1646 | Copyright (c) 1988 Regents of the University of California. |
| 1647 | All rights reserved. |
| 1648 | |
| 1649 | Redistribution and use in source and binary forms, with or without |
| 1650 | modification, are permitted provided that the following conditions |
| 1651 | are met: |
| 1652 | 1. Redistributions of source code must retain the above copyright |
| 1653 | notice, this list of conditions and the following disclaimer. |
| 1654 | 2. Redistributions in binary form must reproduce the above copyright |
| 1655 | notice, this list of conditions and the following disclaimer in the |
| 1656 | documentation and/or other materials provided with the distribution. |
| 1657 | 3. Neither the name of the University nor the names of its contributors |
| 1658 | may be used to endorse or promote products derived from this software |
| 1659 | without specific prior written permission. |
| 1660 | |
| 1661 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1662 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1663 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1664 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1665 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1666 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1667 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1668 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1669 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1670 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1671 | SUCH DAMAGE. |
| 1672 | |
| 1673 | ------------------------------------------------------------------- |
| 1674 | |
| 1675 | Copyright (c) 1988 The Regents of the University of California. |
| 1676 | All rights reserved. |
| 1677 | |
| 1678 | Redistribution and use in source and binary forms, with or without |
| 1679 | modification, are permitted provided that the following conditions |
| 1680 | are met: |
| 1681 | 1. Redistributions of source code must retain the above copyright |
| 1682 | notice, this list of conditions and the following disclaimer. |
| 1683 | 2. Redistributions in binary form must reproduce the above copyright |
| 1684 | notice, this list of conditions and the following disclaimer in the |
| 1685 | documentation and/or other materials provided with the distribution. |
| 1686 | 3. Neither the name of the University nor the names of its contributors |
| 1687 | may be used to endorse or promote products derived from this software |
| 1688 | without specific prior written permission. |
| 1689 | |
| 1690 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1691 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1692 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1693 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1694 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1695 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1696 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1697 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1698 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1699 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1700 | SUCH DAMAGE. |
| 1701 | |
| 1702 | ------------------------------------------------------------------- |
| 1703 | |
| 1704 | Copyright (c) 1988, 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1705 | The Regents of the University of California. All rights reserved. |
| 1706 | |
| 1707 | Redistribution and use in source and binary forms, with or without |
| 1708 | modification, are permitted provided that the following conditions |
| 1709 | are met: |
| 1710 | 1. Redistributions of source code must retain the above copyright |
| 1711 | notice, this list of conditions and the following disclaimer. |
| 1712 | 2. Redistributions in binary form must reproduce the above copyright |
| 1713 | notice, this list of conditions and the following disclaimer in the |
| 1714 | documentation and/or other materials provided with the distribution. |
| 1715 | 3. All advertising materials mentioning features or use of this software |
| 1716 | must display the following acknowledgement: |
| 1717 | This product includes software developed by the University of |
| 1718 | California, Berkeley and its contributors. |
| 1719 | 4. Neither the name of the University nor the names of its contributors |
| 1720 | may be used to endorse or promote products derived from this software |
| 1721 | without specific prior written permission. |
| 1722 | |
| 1723 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1724 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1725 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1726 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1727 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1728 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1729 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1730 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1731 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1732 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1733 | SUCH DAMAGE. |
| 1734 | |
| 1735 | ------------------------------------------------------------------- |
| 1736 | |
| 1737 | Copyright (c) 1988, 1993 |
| 1738 | The Regents of the University of California. All rights reserved. |
| 1739 | |
| 1740 | Redistribution and use in source and binary forms, with or without |
| 1741 | modification, are permitted provided that the following conditions |
| 1742 | are met: |
| 1743 | 1. Redistributions of source code must retain the above copyright |
| 1744 | notice, this list of conditions and the following disclaimer. |
| 1745 | 2. Redistributions in binary form must reproduce the above copyright |
| 1746 | notice, this list of conditions and the following disclaimer in the |
| 1747 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 1748 | 3. All advertising materials mentioning features or use of this software |
| 1749 | must display the following acknowledgement: |
| 1750 | This product includes software developed by the University of |
| 1751 | California, Berkeley and its contributors. |
| 1752 | 4. Neither the name of the University nor the names of its contributors |
| 1753 | may be used to endorse or promote products derived from this software |
| 1754 | without specific prior written permission. |
| 1755 | |
| 1756 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1757 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1758 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1759 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1760 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1761 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1762 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1763 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1764 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1765 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1766 | SUCH DAMAGE. |
| 1767 | |
| 1768 | ------------------------------------------------------------------- |
| 1769 | |
| 1770 | Copyright (c) 1988, 1993 |
| 1771 | The Regents of the University of California. All rights reserved. |
| 1772 | |
| 1773 | Redistribution and use in source and binary forms, with or without |
| 1774 | modification, are permitted provided that the following conditions |
| 1775 | are met: |
| 1776 | 1. Redistributions of source code must retain the above copyright |
| 1777 | notice, this list of conditions and the following disclaimer. |
| 1778 | 2. Redistributions in binary form must reproduce the above copyright |
| 1779 | notice, this list of conditions and the following disclaimer in the |
| 1780 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1781 | 3. Neither the name of the University nor the names of its contributors |
| 1782 | may be used to endorse or promote products derived from this software |
| 1783 | without specific prior written permission. |
| 1784 | |
| 1785 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1786 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1787 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1788 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1789 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1790 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1791 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1792 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1793 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1794 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1795 | SUCH DAMAGE. |
| 1796 | |
| 1797 | ------------------------------------------------------------------- |
| 1798 | |
| 1799 | Copyright (c) 1988, 1993 |
| 1800 | The Regents of the University of California. All rights reserved. |
| 1801 | |
| 1802 | This code is derived from software written by Ken Arnold and |
| 1803 | published in UNIX Review, Vol. 6, No. 8. |
| 1804 | |
| 1805 | Redistribution and use in source and binary forms, with or without |
| 1806 | modification, are permitted provided that the following conditions |
| 1807 | are met: |
| 1808 | 1. Redistributions of source code must retain the above copyright |
| 1809 | notice, this list of conditions and the following disclaimer. |
| 1810 | 2. Redistributions in binary form must reproduce the above copyright |
| 1811 | notice, this list of conditions and the following disclaimer in the |
| 1812 | documentation and/or other materials provided with the distribution. |
| 1813 | 3. Neither the name of the University nor the names of its contributors |
| 1814 | may be used to endorse or promote products derived from this software |
| 1815 | without specific prior written permission. |
| 1816 | |
| 1817 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1818 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1819 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1820 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1821 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1822 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1823 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1824 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1825 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1826 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1827 | SUCH DAMAGE. |
| 1828 | |
| 1829 | ------------------------------------------------------------------- |
| 1830 | |
| 1831 | Copyright (c) 1989 The Regents of the University of California. |
| 1832 | All rights reserved. |
| 1833 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1834 | Redistribution and use in source and binary forms, with or without |
| 1835 | modification, are permitted provided that the following conditions |
| 1836 | are met: |
| 1837 | 1. Redistributions of source code must retain the above copyright |
| 1838 | notice, this list of conditions and the following disclaimer. |
| 1839 | 2. Redistributions in binary form must reproduce the above copyright |
| 1840 | notice, this list of conditions and the following disclaimer in the |
| 1841 | documentation and/or other materials provided with the distribution. |
| 1842 | 3. Neither the name of the University nor the names of its contributors |
| 1843 | may be used to endorse or promote products derived from this software |
| 1844 | without specific prior written permission. |
| 1845 | |
| 1846 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1847 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1848 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1849 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1850 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1851 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1852 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1853 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1854 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1855 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1856 | SUCH DAMAGE. |
| 1857 | |
| 1858 | ------------------------------------------------------------------- |
| 1859 | |
| 1860 | Copyright (c) 1989 The Regents of the University of California. |
| 1861 | All rights reserved. |
| 1862 | (c) UNIX System Laboratories, Inc. |
| 1863 | All or some portions of this file are derived from material licensed |
| 1864 | to the University of California by American Telephone and Telegraph |
| 1865 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1866 | the permission of UNIX System Laboratories, Inc. |
| 1867 | |
| 1868 | Redistribution and use in source and binary forms, with or without |
| 1869 | modification, are permitted provided that the following conditions |
| 1870 | are met: |
| 1871 | 1. Redistributions of source code must retain the above copyright |
| 1872 | notice, this list of conditions and the following disclaimer. |
| 1873 | 2. Redistributions in binary form must reproduce the above copyright |
| 1874 | notice, this list of conditions and the following disclaimer in the |
| 1875 | documentation and/or other materials provided with the distribution. |
| 1876 | 3. Neither the name of the University nor the names of its contributors |
| 1877 | may be used to endorse or promote products derived from this software |
| 1878 | without specific prior written permission. |
| 1879 | |
| 1880 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1881 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1882 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1883 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1884 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1885 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1886 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1887 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1888 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1889 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1890 | SUCH DAMAGE. |
| 1891 | |
| 1892 | ------------------------------------------------------------------- |
| 1893 | |
| 1894 | Copyright (c) 1989, 1993 |
| 1895 | The Regents of the University of California. All rights reserved. |
| 1896 | |
| 1897 | Redistribution and use in source and binary forms, with or without |
| 1898 | modification, are permitted provided that the following conditions |
| 1899 | are met: |
| 1900 | 1. Redistributions of source code must retain the above copyright |
| 1901 | notice, this list of conditions and the following disclaimer. |
| 1902 | 2. Redistributions in binary form must reproduce the above copyright |
| 1903 | notice, this list of conditions and the following disclaimer in the |
| 1904 | documentation and/or other materials provided with the distribution. |
| 1905 | 3. Neither the name of the University nor the names of its contributors |
| 1906 | may be used to endorse or promote products derived from this software |
| 1907 | without specific prior written permission. |
| 1908 | |
| 1909 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1910 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1911 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1912 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1913 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1914 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1915 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1916 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1917 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1918 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1919 | SUCH DAMAGE. |
| 1920 | |
| 1921 | ------------------------------------------------------------------- |
| 1922 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1923 | Copyright (c) 1989, 1993 |
| 1924 | The Regents of the University of California. All rights reserved. |
| 1925 | |
| 1926 | Redistribution and use in source and binary forms, with or without |
| 1927 | modification, are permitted provided that the following conditions |
| 1928 | are met: |
| 1929 | 1. Redistributions of source code must retain the above copyright |
| 1930 | notice, this list of conditions and the following disclaimer. |
| 1931 | 2. Redistributions in binary form must reproduce the above copyright |
| 1932 | notice, this list of conditions and the following disclaimer in the |
| 1933 | documentation and/or other materials provided with the distribution. |
| 1934 | 4. Neither the name of the University nor the names of its contributors |
| 1935 | may be used to endorse or promote products derived from this software |
| 1936 | without specific prior written permission. |
| 1937 | |
| 1938 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1939 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1940 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1941 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1942 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1943 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1944 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1945 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1946 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1947 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1948 | SUCH DAMAGE. |
| 1949 | |
| 1950 | ------------------------------------------------------------------- |
| 1951 | |
| 1952 | Copyright (c) 1989, 1993 |
| 1953 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1954 | |
| 1955 | This code is derived from software contributed to Berkeley by |
| 1956 | Roger L. Snyder. |
| 1957 | |
| 1958 | Redistribution and use in source and binary forms, with or without |
| 1959 | modification, are permitted provided that the following conditions |
| 1960 | are met: |
| 1961 | 1. Redistributions of source code must retain the above copyright |
| 1962 | notice, this list of conditions and the following disclaimer. |
| 1963 | 2. Redistributions in binary form must reproduce the above copyright |
| 1964 | notice, this list of conditions and the following disclaimer in the |
| 1965 | documentation and/or other materials provided with the distribution. |
| 1966 | 3. Neither the name of the University nor the names of its contributors |
| 1967 | may be used to endorse or promote products derived from this software |
| 1968 | without specific prior written permission. |
| 1969 | |
| 1970 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1971 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1972 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1973 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1974 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1975 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1976 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1977 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1978 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1979 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1980 | SUCH DAMAGE. |
| 1981 | |
| 1982 | ------------------------------------------------------------------- |
| 1983 | |
| 1984 | Copyright (c) 1989, 1993 |
| 1985 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1986 | (c) UNIX System Laboratories, Inc. |
| 1987 | All or some portions of this file are derived from material licensed |
| 1988 | to the University of California by American Telephone and Telegraph |
| 1989 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1990 | the permission of UNIX System Laboratories, Inc. |
| 1991 | |
| 1992 | Redistribution and use in source and binary forms, with or without |
| 1993 | modification, are permitted provided that the following conditions |
| 1994 | are met: |
| 1995 | 1. Redistributions of source code must retain the above copyright |
| 1996 | notice, this list of conditions and the following disclaimer. |
| 1997 | 2. Redistributions in binary form must reproduce the above copyright |
| 1998 | notice, this list of conditions and the following disclaimer in the |
| 1999 | documentation and/or other materials provided with the distribution. |
| 2000 | 3. Neither the name of the University nor the names of its contributors |
| 2001 | may be used to endorse or promote products derived from this software |
| 2002 | without specific prior written permission. |
| 2003 | |
| 2004 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2005 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2006 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2007 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2008 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2009 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2010 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2011 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2012 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2013 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2014 | SUCH DAMAGE. |
| 2015 | |
| 2016 | ------------------------------------------------------------------- |
| 2017 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 2018 | Copyright (c) 1990 Regents of the University of California. |
| 2019 | All rights reserved. |
| 2020 | |
| 2021 | This code is derived from software contributed to Berkeley by |
| 2022 | Chris Torek. |
| 2023 | |
| 2024 | Redistribution and use in source and binary forms, with or without |
| 2025 | modification, are permitted provided that the following conditions |
| 2026 | are met: |
| 2027 | 1. Redistributions of source code must retain the above copyright |
| 2028 | notice, this list of conditions and the following disclaimer. |
| 2029 | 2. Redistributions in binary form must reproduce the above copyright |
| 2030 | notice, this list of conditions and the following disclaimer in the |
| 2031 | documentation and/or other materials provided with the distribution. |
| 2032 | 3. Neither the name of the University nor the names of its contributors |
| 2033 | may be used to endorse or promote products derived from this software |
| 2034 | without specific prior written permission. |
| 2035 | |
| 2036 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2037 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2038 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2039 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2040 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2041 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2042 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2043 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2044 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2045 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2046 | SUCH DAMAGE. |
| 2047 | |
| 2048 | ------------------------------------------------------------------- |
| 2049 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2050 | Copyright (c) 1990 The Regents of the University of California. |
| 2051 | All rights reserved. |
| 2052 | |
| 2053 | Redistribution and use in source and binary forms, with or without |
| 2054 | modification, are permitted provided that the following conditions |
| 2055 | are met: |
| 2056 | 1. Redistributions of source code must retain the above copyright |
| 2057 | notice, this list of conditions and the following disclaimer. |
| 2058 | 2. Redistributions in binary form must reproduce the above copyright |
| 2059 | notice, this list of conditions and the following disclaimer in the |
| 2060 | documentation and/or other materials provided with the distribution. |
| 2061 | 3. Neither the name of the University nor the names of its contributors |
| 2062 | may be used to endorse or promote products derived from this software |
| 2063 | without specific prior written permission. |
| 2064 | |
| 2065 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2066 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2067 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2068 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2069 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2070 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2071 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2072 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2073 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2074 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2075 | SUCH DAMAGE. |
| 2076 | |
| 2077 | ------------------------------------------------------------------- |
| 2078 | |
| 2079 | Copyright (c) 1990 The Regents of the University of California. |
| 2080 | All rights reserved. |
| 2081 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2082 | This code is derived from software contributed to Berkeley by |
| 2083 | Chris Torek. |
| 2084 | |
| 2085 | Redistribution and use in source and binary forms, with or without |
| 2086 | modification, are permitted provided that the following conditions |
| 2087 | are met: |
| 2088 | 1. Redistributions of source code must retain the above copyright |
| 2089 | notice, this list of conditions and the following disclaimer. |
| 2090 | 2. Redistributions in binary form must reproduce the above copyright |
| 2091 | notice, this list of conditions and the following disclaimer in the |
| 2092 | documentation and/or other materials provided with the distribution. |
| 2093 | 3. Neither the name of the University nor the names of its contributors |
| 2094 | may be used to endorse or promote products derived from this software |
| 2095 | without specific prior written permission. |
| 2096 | |
| 2097 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2098 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2099 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2100 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2101 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2102 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2103 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2104 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2105 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2106 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2107 | SUCH DAMAGE. |
| 2108 | |
| 2109 | ------------------------------------------------------------------- |
| 2110 | |
| 2111 | Copyright (c) 1990 The Regents of the University of California. |
| 2112 | All rights reserved. |
| 2113 | |
| 2114 | This code is derived from software contributed to Berkeley by |
| 2115 | William Jolitz. |
| 2116 | |
| 2117 | Redistribution and use in source and binary forms, with or without |
| 2118 | modification, are permitted provided that the following conditions |
| 2119 | are met: |
| 2120 | 1. Redistributions of source code must retain the above copyright |
| 2121 | notice, this list of conditions and the following disclaimer. |
| 2122 | 2. Redistributions in binary form must reproduce the above copyright |
| 2123 | notice, this list of conditions and the following disclaimer in the |
| 2124 | documentation and/or other materials provided with the distribution. |
| 2125 | 3. Neither the name of the University nor the names of its contributors |
| 2126 | may be used to endorse or promote products derived from this software |
| 2127 | without specific prior written permission. |
| 2128 | |
| 2129 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2130 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2131 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2132 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2133 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2134 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2135 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2136 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2137 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2138 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2139 | SUCH DAMAGE. |
| 2140 | |
| 2141 | ------------------------------------------------------------------- |
| 2142 | |
| 2143 | Copyright (c) 1990, 1993 |
| 2144 | The Regents of the University of California. All rights reserved. |
| 2145 | |
| 2146 | Redistribution and use in source and binary forms, with or without |
| 2147 | modification, are permitted provided that the following conditions |
| 2148 | are met: |
| 2149 | 1. Redistributions of source code must retain the above copyright |
| 2150 | notice, this list of conditions and the following disclaimer. |
| 2151 | 2. Redistributions in binary form must reproduce the above copyright |
| 2152 | notice, this list of conditions and the following disclaimer in the |
| 2153 | documentation and/or other materials provided with the distribution. |
| 2154 | 3. Neither the name of the University nor the names of its contributors |
| 2155 | may be used to endorse or promote products derived from this software |
| 2156 | without specific prior written permission. |
| 2157 | |
| 2158 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2159 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2160 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2161 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2162 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2163 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2164 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2165 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2166 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2167 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2168 | SUCH DAMAGE. |
| 2169 | |
| 2170 | ------------------------------------------------------------------- |
| 2171 | |
| 2172 | Copyright (c) 1990, 1993 |
| 2173 | The Regents of the University of California. All rights reserved. |
| 2174 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2175 | This code is derived from software contributed to Berkeley by |
| 2176 | Chris Torek. |
| 2177 | |
| 2178 | Redistribution and use in source and binary forms, with or without |
| 2179 | modification, are permitted provided that the following conditions |
| 2180 | are met: |
| 2181 | 1. Redistributions of source code must retain the above copyright |
| 2182 | notice, this list of conditions and the following disclaimer. |
| 2183 | 2. Redistributions in binary form must reproduce the above copyright |
| 2184 | notice, this list of conditions and the following disclaimer in the |
| 2185 | documentation and/or other materials provided with the distribution. |
| 2186 | 3. Neither the name of the University nor the names of its contributors |
| 2187 | may be used to endorse or promote products derived from this software |
| 2188 | without specific prior written permission. |
| 2189 | |
| 2190 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2191 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2192 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2193 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2194 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2195 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2196 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2197 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2198 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2199 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2200 | SUCH DAMAGE. |
| 2201 | |
| 2202 | ------------------------------------------------------------------- |
| 2203 | |
| 2204 | Copyright (c) 1990, 1993 |
| 2205 | The Regents of the University of California. All rights reserved. |
| 2206 | |
| 2207 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2208 | Donn Seeley at UUNET Technologies, Inc. |
| 2209 | |
| 2210 | Redistribution and use in source and binary forms, with or without |
| 2211 | modification, are permitted provided that the following conditions |
| 2212 | are met: |
| 2213 | 1. Redistributions of source code must retain the above copyright |
| 2214 | notice, this list of conditions and the following disclaimer. |
| 2215 | 2. Redistributions in binary form must reproduce the above copyright |
| 2216 | notice, this list of conditions and the following disclaimer in the |
| 2217 | documentation and/or other materials provided with the distribution. |
| 2218 | 3. Neither the name of the University nor the names of its contributors |
| 2219 | may be used to endorse or promote products derived from this software |
| 2220 | without specific prior written permission. |
| 2221 | |
| 2222 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2223 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2224 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2225 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2226 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2227 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2228 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2229 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2230 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2231 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2232 | SUCH DAMAGE. |
| 2233 | |
| 2234 | ------------------------------------------------------------------- |
| 2235 | |
| 2236 | Copyright (c) 1990, 1993 |
| 2237 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2238 | |
| 2239 | This code is derived from software contributed to Berkeley by |
| 2240 | Donn Seeley at UUNET Technologies, Inc. |
| 2241 | |
| 2242 | Redistribution and use in source and binary forms, with or without |
| 2243 | modification, are permitted provided that the following conditions |
| 2244 | are met: |
| 2245 | 1. Redistributions of source code must retain the above copyright |
| 2246 | notice, this list of conditions and the following disclaimer. |
| 2247 | 2. Redistributions in binary form must reproduce the above copyright |
| 2248 | notice, this list of conditions and the following disclaimer in the |
| 2249 | documentation and/or other materials provided with the distribution. |
| 2250 | 4. Neither the name of the University nor the names of its contributors |
| 2251 | may be used to endorse or promote products derived from this software |
| 2252 | without specific prior written permission. |
| 2253 | |
| 2254 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2255 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2256 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2257 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2258 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2259 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2260 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2261 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2262 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2263 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2264 | SUCH DAMAGE. |
| 2265 | |
| 2266 | ------------------------------------------------------------------- |
| 2267 | |
| 2268 | Copyright (c) 1990, 1993 |
| 2269 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2270 | (c) UNIX System Laboratories, Inc. |
| 2271 | All or some portions of this file are derived from material licensed |
| 2272 | to the University of California by American Telephone and Telegraph |
| 2273 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2274 | the permission of UNIX System Laboratories, Inc. |
| 2275 | |
| 2276 | Redistribution and use in source and binary forms, with or without |
| 2277 | modification, are permitted provided that the following conditions |
| 2278 | are met: |
| 2279 | 1. Redistributions of source code must retain the above copyright |
| 2280 | notice, this list of conditions and the following disclaimer. |
| 2281 | 2. Redistributions in binary form must reproduce the above copyright |
| 2282 | notice, this list of conditions and the following disclaimer in the |
| 2283 | documentation and/or other materials provided with the distribution. |
| 2284 | 3. Neither the name of the University nor the names of its contributors |
| 2285 | may be used to endorse or promote products derived from this software |
| 2286 | without specific prior written permission. |
| 2287 | |
| 2288 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2289 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2290 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2291 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2292 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2293 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2294 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2295 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2296 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2297 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2298 | SUCH DAMAGE. |
| 2299 | |
| 2300 | ------------------------------------------------------------------- |
| 2301 | |
| 2302 | Copyright (c) 1990, 1993, 1994 |
| 2303 | The Regents of the University of California. All rights reserved. |
| 2304 | |
| 2305 | Redistribution and use in source and binary forms, with or without |
| 2306 | modification, are permitted provided that the following conditions |
| 2307 | are met: |
| 2308 | 1. Redistributions of source code must retain the above copyright |
| 2309 | notice, this list of conditions and the following disclaimer. |
| 2310 | 2. Redistributions in binary form must reproduce the above copyright |
| 2311 | notice, this list of conditions and the following disclaimer in the |
| 2312 | documentation and/or other materials provided with the distribution. |
| 2313 | 3. Neither the name of the University nor the names of its contributors |
| 2314 | may be used to endorse or promote products derived from this software |
| 2315 | without specific prior written permission. |
| 2316 | |
| 2317 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2318 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2319 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2320 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2321 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2322 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2323 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2324 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2325 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2326 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2327 | SUCH DAMAGE. |
| 2328 | |
| 2329 | ------------------------------------------------------------------- |
| 2330 | |
| 2331 | Copyright (c) 1990, 1993, 1994 |
| 2332 | The Regents of the University of California. All rights reserved. |
| 2333 | |
| 2334 | This code is derived from software contributed to Berkeley by |
| 2335 | Chris Torek. |
| 2336 | |
| 2337 | Redistribution and use in source and binary forms, with or without |
| 2338 | modification, are permitted provided that the following conditions |
| 2339 | are met: |
| 2340 | 1. Redistributions of source code must retain the above copyright |
| 2341 | notice, this list of conditions and the following disclaimer. |
| 2342 | 2. Redistributions in binary form must reproduce the above copyright |
| 2343 | notice, this list of conditions and the following disclaimer in the |
| 2344 | documentation and/or other materials provided with the distribution. |
| 2345 | 3. Neither the name of the University nor the names of its contributors |
| 2346 | may be used to endorse or promote products derived from this software |
| 2347 | without specific prior written permission. |
| 2348 | |
| 2349 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2350 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2351 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2352 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2353 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2354 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2355 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2356 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2357 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2358 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2359 | SUCH DAMAGE. |
| 2360 | |
| 2361 | ------------------------------------------------------------------- |
| 2362 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2363 | Copyright (c) 1991 The Regents of the University of California. |
| 2364 | All rights reserved. |
| 2365 | |
| 2366 | Redistribution and use in source and binary forms, with or without |
| 2367 | modification, are permitted provided that the following conditions |
| 2368 | are met: |
| 2369 | 1. Redistributions of source code must retain the above copyright |
| 2370 | notice, this list of conditions and the following disclaimer. |
| 2371 | 2. Redistributions in binary form must reproduce the above copyright |
| 2372 | notice, this list of conditions and the following disclaimer in the |
| 2373 | documentation and/or other materials provided with the distribution. |
| 2374 | 3. Neither the name of the University nor the names of its contributors |
| 2375 | may be used to endorse or promote products derived from this software |
| 2376 | without specific prior written permission. |
| 2377 | |
| 2378 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2379 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2380 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2381 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2382 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2383 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2384 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2385 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2386 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2387 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2388 | SUCH DAMAGE. |
| 2389 | |
| 2390 | ------------------------------------------------------------------- |
| 2391 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2392 | Copyright (c) 1991, 1993 |
| 2393 | The Regents of the University of California. All rights reserved. |
| 2394 | |
| 2395 | Redistribution and use in source and binary forms, with or without |
| 2396 | modification, are permitted provided that the following conditions |
| 2397 | are met: |
| 2398 | 1. Redistributions of source code must retain the above copyright |
| 2399 | notice, this list of conditions and the following disclaimer. |
| 2400 | 2. Redistributions in binary form must reproduce the above copyright |
| 2401 | notice, this list of conditions and the following disclaimer in the |
| 2402 | documentation and/or other materials provided with the distribution. |
| 2403 | 3. Neither the name of the University nor the names of its contributors |
| 2404 | may be used to endorse or promote products derived from this software |
| 2405 | without specific prior written permission. |
| 2406 | |
| 2407 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2408 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2409 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2410 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2411 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2412 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2413 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2414 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2415 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2416 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2417 | SUCH DAMAGE. |
| 2418 | |
| 2419 | ------------------------------------------------------------------- |
| 2420 | |
| 2421 | Copyright (c) 1991, 1993 |
| 2422 | The Regents of the University of California. All rights reserved. |
| 2423 | |
| 2424 | This code is derived from software contributed to Berkeley by |
| 2425 | Berkeley Software Design, Inc. |
| 2426 | |
| 2427 | Redistribution and use in source and binary forms, with or without |
| 2428 | modification, are permitted provided that the following conditions |
| 2429 | are met: |
| 2430 | 1. Redistributions of source code must retain the above copyright |
| 2431 | notice, this list of conditions and the following disclaimer. |
| 2432 | 2. Redistributions in binary form must reproduce the above copyright |
| 2433 | notice, this list of conditions and the following disclaimer in the |
| 2434 | documentation and/or other materials provided with the distribution. |
| 2435 | 3. Neither the name of the University nor the names of its contributors |
| 2436 | may be used to endorse or promote products derived from this software |
| 2437 | without specific prior written permission. |
| 2438 | |
| 2439 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2440 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2441 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2442 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2443 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2444 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2445 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2446 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2447 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2448 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2449 | SUCH DAMAGE. |
| 2450 | |
| 2451 | ------------------------------------------------------------------- |
| 2452 | |
| 2453 | Copyright (c) 1991, 1993 |
| 2454 | The Regents of the University of California. All rights reserved. |
| 2455 | (c) UNIX System Laboratories, Inc. |
| 2456 | All or some portions of this file are derived from material licensed |
| 2457 | to the University of California by American Telephone and Telegraph |
| 2458 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2459 | the permission of UNIX System Laboratories, Inc. |
| 2460 | |
| 2461 | This code is derived from software contributed to Berkeley by |
| 2462 | Hugh Smith at The University of Guelph. |
| 2463 | |
| 2464 | Redistribution and use in source and binary forms, with or without |
| 2465 | modification, are permitted provided that the following conditions |
| 2466 | are met: |
| 2467 | 1. Redistributions of source code must retain the above copyright |
| 2468 | notice, this list of conditions and the following disclaimer. |
| 2469 | 2. Redistributions in binary form must reproduce the above copyright |
| 2470 | notice, this list of conditions and the following disclaimer in the |
| 2471 | documentation and/or other materials provided with the distribution. |
| 2472 | 3. Neither the name of the University nor the names of its contributors |
| 2473 | may be used to endorse or promote products derived from this software |
| 2474 | without specific prior written permission. |
| 2475 | |
| 2476 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2477 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2478 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2479 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2480 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2481 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2482 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2483 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2484 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2485 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2486 | SUCH DAMAGE. |
| 2487 | |
| 2488 | ------------------------------------------------------------------- |
| 2489 | |
| 2490 | Copyright (c) 1991, 1993, 1995, |
| 2491 | The Regents of the University of California. All rights reserved. |
| 2492 | |
| 2493 | This code is derived from software contributed to Berkeley by |
| 2494 | Havard Eidnes. |
| 2495 | |
| 2496 | Redistribution and use in source and binary forms, with or without |
| 2497 | modification, are permitted provided that the following conditions |
| 2498 | are met: |
| 2499 | 1. Redistributions of source code must retain the above copyright |
| 2500 | notice, this list of conditions and the following disclaimer. |
| 2501 | 2. Redistributions in binary form must reproduce the above copyright |
| 2502 | notice, this list of conditions and the following disclaimer in the |
| 2503 | documentation and/or other materials provided with the distribution. |
| 2504 | 3. Neither the name of the University nor the names of its contributors |
| 2505 | may be used to endorse or promote products derived from this software |
| 2506 | without specific prior written permission. |
| 2507 | |
| 2508 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2509 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2510 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2511 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2512 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2513 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2514 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2515 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2516 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2517 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2518 | SUCH DAMAGE. |
| 2519 | |
| 2520 | ------------------------------------------------------------------- |
| 2521 | |
| 2522 | Copyright (c) 1992 Henry Spencer. |
| 2523 | Copyright (c) 1992, 1993 |
| 2524 | The Regents of the University of California. All rights reserved. |
| 2525 | |
| 2526 | This code is derived from software contributed to Berkeley by |
| 2527 | Henry Spencer of the University of Toronto. |
| 2528 | |
| 2529 | Redistribution and use in source and binary forms, with or without |
| 2530 | modification, are permitted provided that the following conditions |
| 2531 | are met: |
| 2532 | 1. Redistributions of source code must retain the above copyright |
| 2533 | notice, this list of conditions and the following disclaimer. |
| 2534 | 2. Redistributions in binary form must reproduce the above copyright |
| 2535 | notice, this list of conditions and the following disclaimer in the |
| 2536 | documentation and/or other materials provided with the distribution. |
| 2537 | 3. Neither the name of the University nor the names of its contributors |
| 2538 | may be used to endorse or promote products derived from this software |
| 2539 | without specific prior written permission. |
| 2540 | |
| 2541 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2542 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2543 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2544 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2545 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2546 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2547 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2548 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2549 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2550 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2551 | SUCH DAMAGE. |
| 2552 | |
| 2553 | ------------------------------------------------------------------- |
| 2554 | |
| 2555 | Copyright (c) 1992 The Regents of the University of California. |
| 2556 | All rights reserved. |
| 2557 | |
| 2558 | Redistribution and use in source and binary forms, with or without |
| 2559 | modification, are permitted provided that the following conditions |
| 2560 | are met: |
| 2561 | 1. Redistributions of source code must retain the above copyright |
| 2562 | notice, this list of conditions and the following disclaimer. |
| 2563 | 2. Redistributions in binary form must reproduce the above copyright |
| 2564 | notice, this list of conditions and the following disclaimer in the |
| 2565 | documentation and/or other materials provided with the distribution. |
| 2566 | 3. Neither the name of the University nor the names of its contributors |
| 2567 | may be used to endorse or promote products derived from this software |
| 2568 | without specific prior written permission. |
| 2569 | |
| 2570 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2571 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2572 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2573 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2574 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2575 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2576 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2577 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2578 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2579 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2580 | SUCH DAMAGE. |
| 2581 | |
| 2582 | ------------------------------------------------------------------- |
| 2583 | |
| 2584 | Copyright (c) 1992, 1993 |
| 2585 | The Regents of the University of California. All rights reserved. |
| 2586 | |
| 2587 | Redistribution and use in source and binary forms, with or without |
| 2588 | modification, are permitted provided that the following conditions |
| 2589 | are met: |
| 2590 | 1. Redistributions of source code must retain the above copyright |
| 2591 | notice, this list of conditions and the following disclaimer. |
| 2592 | 2. Redistributions in binary form must reproduce the above copyright |
| 2593 | notice, this list of conditions and the following disclaimer in the |
| 2594 | documentation and/or other materials provided with the distribution. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 2595 | 3. All advertising materials mentioning features or use of this software |
| 2596 | must display the following acknowledgement: |
| 2597 | This product includes software developed by the University of |
| 2598 | California, Berkeley and its contributors. |
| 2599 | 4. Neither the name of the University nor the names of its contributors |
| 2600 | may be used to endorse or promote products derived from this software |
| 2601 | without specific prior written permission. |
| 2602 | |
| 2603 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2604 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2605 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2606 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2607 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2608 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2609 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2610 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2611 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2612 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2613 | SUCH DAMAGE. |
| 2614 | |
| 2615 | ------------------------------------------------------------------- |
| 2616 | |
| 2617 | Copyright (c) 1992, 1993 |
| 2618 | The Regents of the University of California. All rights reserved. |
| 2619 | |
| 2620 | Redistribution and use in source and binary forms, with or without |
| 2621 | modification, are permitted provided that the following conditions |
| 2622 | are met: |
| 2623 | 1. Redistributions of source code must retain the above copyright |
| 2624 | notice, this list of conditions and the following disclaimer. |
| 2625 | 2. Redistributions in binary form must reproduce the above copyright |
| 2626 | notice, this list of conditions and the following disclaimer in the |
| 2627 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2628 | 3. Neither the name of the University nor the names of its contributors |
| 2629 | may be used to endorse or promote products derived from this software |
| 2630 | without specific prior written permission. |
| 2631 | |
| 2632 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2633 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2634 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2635 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2636 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2637 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2638 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2639 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2640 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2641 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2642 | SUCH DAMAGE. |
| 2643 | |
| 2644 | ------------------------------------------------------------------- |
| 2645 | |
| 2646 | Copyright (c) 1992, 1993 |
| 2647 | The Regents of the University of California. All rights reserved. |
| 2648 | |
| 2649 | This code is derived from software contributed to Berkeley by |
| 2650 | Ralph Campbell. |
| 2651 | |
| 2652 | Redistribution and use in source and binary forms, with or without |
| 2653 | modification, are permitted provided that the following conditions |
| 2654 | are met: |
| 2655 | 1. Redistributions of source code must retain the above copyright |
| 2656 | notice, this list of conditions and the following disclaimer. |
| 2657 | 2. Redistributions in binary form must reproduce the above copyright |
| 2658 | notice, this list of conditions and the following disclaimer in the |
| 2659 | documentation and/or other materials provided with the distribution. |
| 2660 | 3. Neither the name of the University nor the names of its contributors |
| 2661 | may be used to endorse or promote products derived from this software |
| 2662 | without specific prior written permission. |
| 2663 | |
| 2664 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2665 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2666 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2667 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2668 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2669 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2670 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2671 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2672 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2673 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2674 | SUCH DAMAGE. |
| 2675 | |
| 2676 | ------------------------------------------------------------------- |
| 2677 | |
| 2678 | Copyright (c) 1992, 1993 |
| 2679 | The Regents of the University of California. All rights reserved. |
| 2680 | |
| 2681 | This code is derived from software contributed to Berkeley by |
| 2682 | Ralph Campbell. This file is derived from the MIPS RISC |
| 2683 | Architecture book by Gerry Kane. |
| 2684 | |
| 2685 | Redistribution and use in source and binary forms, with or without |
| 2686 | modification, are permitted provided that the following conditions |
| 2687 | are met: |
| 2688 | 1. Redistributions of source code must retain the above copyright |
| 2689 | notice, this list of conditions and the following disclaimer. |
| 2690 | 2. Redistributions in binary form must reproduce the above copyright |
| 2691 | notice, this list of conditions and the following disclaimer in the |
| 2692 | documentation and/or other materials provided with the distribution. |
| 2693 | 3. Neither the name of the University nor the names of its contributors |
| 2694 | may be used to endorse or promote products derived from this software |
| 2695 | without specific prior written permission. |
| 2696 | |
| 2697 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2698 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2699 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2700 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2701 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2702 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2703 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2704 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2705 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2706 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2707 | SUCH DAMAGE. |
| 2708 | |
| 2709 | ------------------------------------------------------------------- |
| 2710 | |
| 2711 | Copyright (c) 1992, 1993 |
| 2712 | The Regents of the University of California. All rights reserved. |
| 2713 | |
| 2714 | This software was developed by the Computer Systems Engineering group |
| 2715 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and |
| 2716 | contributed to Berkeley. |
| 2717 | |
| 2718 | All advertising materials mentioning features or use of this software |
| 2719 | must display the following acknowledgement: |
| 2720 | This product includes software developed by the University of |
| 2721 | California, Lawrence Berkeley Laboratory. |
| 2722 | |
| 2723 | Redistribution and use in source and binary forms, with or without |
| 2724 | modification, are permitted provided that the following conditions |
| 2725 | are met: |
| 2726 | 1. Redistributions of source code must retain the above copyright |
| 2727 | notice, this list of conditions and the following disclaimer. |
| 2728 | 2. Redistributions in binary form must reproduce the above copyright |
| 2729 | notice, this list of conditions and the following disclaimer in the |
| 2730 | documentation and/or other materials provided with the distribution. |
| 2731 | 3. All advertising materials mentioning features or use of this software |
| 2732 | must display the following acknowledgement: |
| 2733 | This product includes software developed by the University of |
| 2734 | California, Berkeley and its contributors. |
| 2735 | 4. Neither the name of the University nor the names of its contributors |
| 2736 | may be used to endorse or promote products derived from this software |
| 2737 | without specific prior written permission. |
| 2738 | |
| 2739 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2740 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2741 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2742 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2743 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2744 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2745 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2746 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2747 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2748 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2749 | SUCH DAMAGE. |
| 2750 | |
| 2751 | ------------------------------------------------------------------- |
| 2752 | |
| 2753 | Copyright (c) 1992, 1993 |
| 2754 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2755 | (c) UNIX System Laboratories, Inc. |
| 2756 | All or some portions of this file are derived from material licensed |
| 2757 | to the University of California by American Telephone and Telegraph |
| 2758 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2759 | the permission of UNIX System Laboratories, Inc. |
| 2760 | |
| 2761 | Redistribution and use in source and binary forms, with or without |
| 2762 | modification, are permitted provided that the following conditions |
| 2763 | are met: |
| 2764 | 1. Redistributions of source code must retain the above copyright |
| 2765 | notice, this list of conditions and the following disclaimer. |
| 2766 | 2. Redistributions in binary form must reproduce the above copyright |
| 2767 | notice, this list of conditions and the following disclaimer in the |
| 2768 | documentation and/or other materials provided with the distribution. |
| 2769 | 3. Neither the name of the University nor the names of its contributors |
| 2770 | may be used to endorse or promote products derived from this software |
| 2771 | without specific prior written permission. |
| 2772 | |
| 2773 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2774 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2775 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2776 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2777 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2778 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2779 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2780 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2781 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2782 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2783 | SUCH DAMAGE. |
| 2784 | |
| 2785 | ------------------------------------------------------------------- |
| 2786 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2787 | Copyright (c) 1992, 1993, 1994 |
| 2788 | The Regents of the University of California. All rights reserved. |
| 2789 | |
| 2790 | This code is derived from software contributed to Berkeley by |
| 2791 | Henry Spencer. |
| 2792 | |
| 2793 | Redistribution and use in source and binary forms, with or without |
| 2794 | modification, are permitted provided that the following conditions |
| 2795 | are met: |
| 2796 | 1. Redistributions of source code must retain the above copyright |
| 2797 | notice, this list of conditions and the following disclaimer. |
| 2798 | 2. Redistributions in binary form must reproduce the above copyright |
| 2799 | notice, this list of conditions and the following disclaimer in the |
| 2800 | documentation and/or other materials provided with the distribution. |
| 2801 | 3. Neither the name of the University nor the names of its contributors |
| 2802 | may be used to endorse or promote products derived from this software |
| 2803 | without specific prior written permission. |
| 2804 | |
| 2805 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2806 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2807 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2808 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2809 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2810 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2811 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2812 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2813 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2814 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2815 | SUCH DAMAGE. |
| 2816 | |
| 2817 | ------------------------------------------------------------------- |
| 2818 | |
Elliott Hughes | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2819 | Copyright (c) 1992, 1993, 1994 Henry Spencer. |
| 2820 | |
| 2821 | This code is derived from software contributed to Berkeley by |
| 2822 | Henry Spencer. |
| 2823 | |
| 2824 | Redistribution and use in source and binary forms, with or without |
| 2825 | modification, are permitted provided that the following conditions |
| 2826 | are met: |
| 2827 | 1. Redistributions of source code must retain the above copyright |
| 2828 | notice, this list of conditions and the following disclaimer. |
| 2829 | 2. Redistributions in binary form must reproduce the above copyright |
| 2830 | notice, this list of conditions and the following disclaimer in the |
| 2831 | documentation and/or other materials provided with the distribution. |
| 2832 | 3. All advertising materials mentioning features or use of this software |
| 2833 | must display the following acknowledgement: |
| 2834 | This product includes software developed by the University of |
| 2835 | California, Berkeley and its contributors. |
| 2836 | 4. Neither the name of the University nor the names of its contributors |
| 2837 | may be used to endorse or promote products derived from this software |
| 2838 | without specific prior written permission. |
| 2839 | |
| 2840 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2841 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2842 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2843 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2844 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2845 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2846 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2847 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2848 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2849 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2850 | SUCH DAMAGE. |
| 2851 | |
| 2852 | ------------------------------------------------------------------- |
| 2853 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2854 | Copyright (c) 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2855 | The Regents of the University of California. All rights reserved. |
| 2856 | |
| 2857 | Redistribution and use in source and binary forms, with or without |
| 2858 | modification, are permitted provided that the following conditions |
| 2859 | are met: |
| 2860 | 1. Redistributions of source code must retain the above copyright |
| 2861 | notice, this list of conditions and the following disclaimer. |
| 2862 | 2. Redistributions in binary form must reproduce the above copyright |
| 2863 | notice, this list of conditions and the following disclaimer in the |
| 2864 | documentation and/or other materials provided with the distribution. |
| 2865 | 3. Neither the name of the University nor the names of its contributors |
| 2866 | may be used to endorse or promote products derived from this software |
| 2867 | without specific prior written permission. |
| 2868 | |
| 2869 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2870 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2871 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2872 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2873 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2874 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2875 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2876 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2877 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2878 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2879 | SUCH DAMAGE. |
| 2880 | |
| 2881 | ------------------------------------------------------------------- |
| 2882 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2883 | Copyright (c) 1993 Martin Birgmeier |
| 2884 | All rights reserved. |
| 2885 | |
| 2886 | You may redistribute unmodified or modified versions of this source |
| 2887 | code provided that the above copyright notice and this and the |
| 2888 | following conditions are retained. |
| 2889 | |
| 2890 | This software is provided ``as is'', and comes with no warranties |
| 2891 | of any kind. I shall in no event be liable for anything that happens |
| 2892 | to anyone/anything when using this software. |
| 2893 | |
| 2894 | ------------------------------------------------------------------- |
| 2895 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2896 | Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2897 | All rights reserved. |
| 2898 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2899 | Redistribution and use in source and binary forms, with or without |
| 2900 | modification, are permitted provided that the following conditions |
| 2901 | are met: |
| 2902 | 1. Redistributions of source code must retain the above copyright |
| 2903 | notice, this list of conditions and the following disclaimer. |
| 2904 | 2. Redistributions in binary form must reproduce the above copyright |
| 2905 | notice, this list of conditions and the following disclaimer in the |
| 2906 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2907 | 3. The name of the author may not be used to endorse or promote products |
| 2908 | derived from this software without specific prior written permission. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2909 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2910 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2911 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2912 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2913 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 2914 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 2915 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 2916 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 2917 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 2918 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 2919 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2920 | |
| 2921 | ------------------------------------------------------------------- |
| 2922 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2923 | Copyright (c) 1996 by Internet Software Consortium. |
| 2924 | |
| 2925 | Permission to use, copy, modify, and distribute this software for any |
| 2926 | purpose with or without fee is hereby granted, provided that the above |
| 2927 | copyright notice and this permission notice appear in all copies. |
| 2928 | |
| 2929 | THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS |
| 2930 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
| 2931 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE |
| 2932 | CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 2933 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 2934 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 2935 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 2936 | SOFTWARE. |
| 2937 | |
| 2938 | ------------------------------------------------------------------- |
| 2939 | |
| 2940 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2941 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2942 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2943 | |
| 2944 | Permission to use, copy, modify, and distribute this software for any |
| 2945 | purpose with or without fee is hereby granted, provided that the above |
| 2946 | copyright notice and this permission notice appear in all copies. |
| 2947 | |
| 2948 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2949 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2950 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2951 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2952 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2953 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2954 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2955 | |
| 2956 | ------------------------------------------------------------------- |
| 2957 | |
| 2958 | Copyright (c) 1996-1998, 2008 Theo de Raadt |
| 2959 | Copyright (c) 1997, 2008-2009 Todd C. Miller |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2960 | |
| 2961 | Permission to use, copy, modify, and distribute this software for any |
| 2962 | purpose with or without fee is hereby granted, provided that the above |
| 2963 | copyright notice and this permission notice appear in all copies. |
| 2964 | |
| 2965 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2966 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2967 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2968 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2969 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2970 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2971 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2972 | |
| 2973 | ------------------------------------------------------------------- |
| 2974 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2975 | Copyright (c) 1997 Mark Brinicombe |
Elliott Hughes | dfb74c5 | 2016-10-24 12:53:17 -0700 | [diff] [blame] | 2976 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2977 | All rights reserved. |
| 2978 | |
| 2979 | Redistribution and use in source and binary forms, with or without |
| 2980 | modification, are permitted provided that the following conditions |
| 2981 | are met: |
| 2982 | 1. Redistributions of source code must retain the above copyright |
| 2983 | notice, this list of conditions and the following disclaimer. |
| 2984 | 2. Redistributions in binary form must reproduce the above copyright |
| 2985 | notice, this list of conditions and the following disclaimer in the |
| 2986 | documentation and/or other materials provided with the distribution. |
| 2987 | 3. All advertising materials mentioning features or use of this software |
| 2988 | must display the following acknowledgement: |
| 2989 | This product includes software developed by Mark Brinicombe |
| 2990 | 4. Neither the name of the University nor the names of its contributors |
| 2991 | may be used to endorse or promote products derived from this software |
| 2992 | without specific prior written permission. |
| 2993 | |
| 2994 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 2995 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2996 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2997 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 2998 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2999 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3000 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3001 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3002 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3003 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3004 | SUCH DAMAGE. |
| 3005 | |
| 3006 | ------------------------------------------------------------------- |
| 3007 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3008 | Copyright (c) 1997 Niklas Hallqvist. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3009 | |
| 3010 | Redistribution and use in source and binary forms, with or without |
| 3011 | modification, are permitted provided that the following conditions |
| 3012 | are met: |
| 3013 | 1. Redistributions of source code must retain the above copyright |
| 3014 | notice, this list of conditions and the following disclaimer. |
| 3015 | 2. Redistributions in binary form must reproduce the above copyright |
| 3016 | notice, this list of conditions and the following disclaimer in the |
| 3017 | documentation and/or other materials provided with the distribution. |
| 3018 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3019 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3020 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3021 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3022 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3023 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3024 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3025 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3026 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3027 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3028 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3029 | |
| 3030 | ------------------------------------------------------------------- |
| 3031 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3032 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3033 | |
| 3034 | Permission to use, copy, modify, and distribute this software for any |
| 3035 | purpose with or without fee is hereby granted, provided that the above |
| 3036 | copyright notice and this permission notice appear in all copies. |
| 3037 | |
| 3038 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3039 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3040 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3041 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3042 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3043 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3044 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3045 | |
| 3046 | ------------------------------------------------------------------- |
| 3047 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3048 | Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3049 | All rights reserved. |
| 3050 | |
| 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. |
| 3059 | 3. The name of the author may not be used to endorse or promote products |
| 3060 | derived from this software without specific prior written permission. |
| 3061 | |
| 3062 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3063 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3064 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3065 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3066 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3067 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3068 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3069 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3070 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3071 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3072 | |
| 3073 | ------------------------------------------------------------------- |
| 3074 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3075 | Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3076 | All rights reserved. |
| 3077 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3078 | This code was contributed to The NetBSD Foundation by Klaus Klein. |
| 3079 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3080 | Redistribution and use in source and binary forms, with or without |
| 3081 | modification, are permitted provided that the following conditions |
| 3082 | are met: |
| 3083 | 1. Redistributions of source code must retain the above copyright |
| 3084 | notice, this list of conditions and the following disclaimer. |
| 3085 | 2. Redistributions in binary form must reproduce the above copyright |
| 3086 | notice, this list of conditions and the following disclaimer in the |
| 3087 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3088 | 3. All advertising materials mentioning features or use of this software |
| 3089 | must display the following acknowledgement: |
| 3090 | This product includes software developed by the NetBSD |
| 3091 | Foundation, Inc. and its contributors. |
| 3092 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3093 | contributors may be used to endorse or promote products derived |
| 3094 | from this software without specific prior written permission. |
| 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. |
| 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. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3124 | |
| 3125 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3126 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3127 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3128 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3129 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3130 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3131 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3132 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3133 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3134 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3135 | POSSIBILITY OF SUCH DAMAGE. |
| 3136 | |
| 3137 | ------------------------------------------------------------------- |
| 3138 | |
| 3139 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 3140 | All rights reserved. |
| 3141 | |
| 3142 | This code is derived from software contributed to The NetBSD Foundation |
| 3143 | by Luke Mewburn; and by Jason R. Thorpe. |
| 3144 | |
| 3145 | Redistribution and use in source and binary forms, with or without |
| 3146 | modification, are permitted provided that the following conditions |
| 3147 | are met: |
| 3148 | 1. Redistributions of source code must retain the above copyright |
| 3149 | notice, this list of conditions and the following disclaimer. |
| 3150 | 2. Redistributions in binary form must reproduce the above copyright |
| 3151 | notice, this list of conditions and the following disclaimer in the |
| 3152 | documentation and/or other materials provided with the distribution. |
| 3153 | 3. All advertising materials mentioning features or use of this software |
| 3154 | must display the following acknowledgement: |
| 3155 | This product includes software developed by the NetBSD |
| 3156 | Foundation, Inc. and its contributors. |
| 3157 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3158 | contributors may be used to endorse or promote products derived |
| 3159 | from this software without specific prior written permission. |
| 3160 | |
| 3161 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3162 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3163 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3164 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3165 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3166 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3167 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3168 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3169 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3170 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3171 | POSSIBILITY OF SUCH DAMAGE. |
| 3172 | |
| 3173 | ------------------------------------------------------------------- |
| 3174 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3175 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3176 | |
| 3177 | Permission to use, copy, modify, and distribute this software for any |
| 3178 | purpose with or without fee is hereby granted, provided that the above |
| 3179 | copyright notice and this permission notice appear in all copies. |
| 3180 | |
| 3181 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3182 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3183 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3184 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3185 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3186 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3187 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3188 | |
| 3189 | ------------------------------------------------------------------- |
| 3190 | |
| 3191 | Copyright (c) 1998 Softweyr LLC. All rights reserved. |
| 3192 | |
| 3193 | strtok_r, from Berkeley strtok |
| 3194 | Oct 13, 1998 by Wes Peters <wes@softweyr.com> |
| 3195 | |
| 3196 | Copyright (c) 1988, 1993 |
| 3197 | The Regents of the University of California. All rights reserved. |
| 3198 | |
| 3199 | Redistribution and use in source and binary forms, with or without |
| 3200 | modification, are permitted provided that the following conditions |
| 3201 | are met: |
| 3202 | 1. Redistributions of source code must retain the above copyright |
| 3203 | notices, this list of conditions and the following disclaimer. |
| 3204 | 2. Redistributions in binary form must reproduce the above copyright |
| 3205 | notices, this list of conditions and the following disclaimer in the |
| 3206 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3207 | 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] | 3208 | may be used to endorse or promote products derived from this software |
| 3209 | without specific prior written permission. |
| 3210 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3211 | THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS |
| 3212 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3213 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 3214 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE |
| 3215 | REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 3216 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 3217 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 3218 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 3219 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 3220 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3221 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3222 | |
| 3223 | ------------------------------------------------------------------- |
| 3224 | |
| 3225 | Copyright (c) 1998 The NetBSD Foundation, Inc. |
| 3226 | All rights reserved. |
| 3227 | |
| 3228 | This code is derived from software contributed to The NetBSD Foundation |
| 3229 | by Klaus Klein. |
| 3230 | |
| 3231 | Redistribution and use in source and binary forms, with or without |
| 3232 | modification, are permitted provided that the following conditions |
| 3233 | are met: |
| 3234 | 1. Redistributions of source code must retain the above copyright |
| 3235 | notice, this list of conditions and the following disclaimer. |
| 3236 | 2. Redistributions in binary form must reproduce the above copyright |
| 3237 | notice, this list of conditions and the following disclaimer in the |
| 3238 | documentation and/or other materials provided with the distribution. |
| 3239 | 3. All advertising materials mentioning features or use of this software |
| 3240 | must display the following acknowledgement: |
| 3241 | This product includes software developed by the NetBSD |
| 3242 | Foundation, Inc. and its contributors. |
| 3243 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 3244 | contributors may be used to endorse or promote products derived |
| 3245 | from this software without specific prior written permission. |
| 3246 | |
| 3247 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3248 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3249 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3250 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3251 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3252 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3253 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3254 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3255 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3256 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3257 | POSSIBILITY OF SUCH DAMAGE. |
| 3258 | |
| 3259 | ------------------------------------------------------------------- |
| 3260 | |
| 3261 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3262 | All rights reserved. |
| 3263 | |
| 3264 | Redistribution and use in source and binary forms, with or without |
| 3265 | modification, are permitted provided that the following conditions |
| 3266 | are met: |
| 3267 | 1. Redistributions of source code must retain the above copyright |
| 3268 | notice, this list of conditions and the following disclaimer. |
| 3269 | 2. Redistributions in binary form must reproduce the above copyright |
| 3270 | notice, this list of conditions and the following disclaimer in the |
| 3271 | documentation and/or other materials provided with the distribution. |
| 3272 | 3. The name of the author may not be used to endorse or promote products |
| 3273 | derived from this software without specific prior written permission. |
| 3274 | |
| 3275 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 3276 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 3277 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 3278 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 3279 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 3280 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 3281 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 3282 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 3283 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 3284 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3285 | |
| 3286 | ------------------------------------------------------------------- |
| 3287 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 3288 | Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3289 | |
| 3290 | Permission to use, copy, modify, and distribute this software for any |
| 3291 | purpose with or without fee is hereby granted, provided that the above |
| 3292 | copyright notice and this permission notice appear in all copies. |
| 3293 | |
| 3294 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3295 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3296 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3297 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3298 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3299 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3300 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3301 | |
| 3302 | ------------------------------------------------------------------- |
| 3303 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3304 | Copyright (c) 1999 |
| 3305 | David E. O'Brien |
| 3306 | Copyright (c) 1988, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3307 | The Regents of the University of California. All rights reserved. |
| 3308 | |
| 3309 | Redistribution and use in source and binary forms, with or without |
| 3310 | modification, are permitted provided that the following conditions |
| 3311 | are met: |
| 3312 | 1. Redistributions of source code must retain the above copyright |
| 3313 | notice, this list of conditions and the following disclaimer. |
| 3314 | 2. Redistributions in binary form must reproduce the above copyright |
| 3315 | notice, this list of conditions and the following disclaimer in the |
| 3316 | documentation and/or other materials provided with the distribution. |
| 3317 | 3. Neither the name of the University nor the names of its contributors |
| 3318 | may be used to endorse or promote products derived from this software |
| 3319 | without specific prior written permission. |
| 3320 | |
| 3321 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 3322 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3323 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3324 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 3325 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3326 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3327 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3328 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3329 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3330 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3331 | SUCH DAMAGE. |
| 3332 | |
| 3333 | ------------------------------------------------------------------- |
| 3334 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3335 | Copyright (c) 2000 Ben Harris. |
| 3336 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
| 3337 | All rights reserved. |
| 3338 | |
| 3339 | Redistribution and use in source and binary forms, with or without |
| 3340 | modification, are permitted provided that the following conditions |
| 3341 | are met: |
| 3342 | 1. Redistributions of source code must retain the above copyright |
| 3343 | notice, this list of conditions and the following disclaimer. |
| 3344 | 2. Redistributions in binary form must reproduce the above copyright |
| 3345 | notice, this list of conditions and the following disclaimer in the |
| 3346 | documentation and/or other materials provided with the distribution. |
| 3347 | 3. Neither the name of the project nor the names of its contributors |
| 3348 | may be used to endorse or promote products derived from this software |
| 3349 | without specific prior written permission. |
| 3350 | |
| 3351 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
| 3352 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3353 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3354 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
| 3355 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3356 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3357 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3358 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3359 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3360 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3361 | SUCH DAMAGE. |
| 3362 | |
| 3363 | ------------------------------------------------------------------- |
| 3364 | |
| 3365 | Copyright (c) 2000 The NetBSD Foundation, Inc. |
| 3366 | All rights reserved. |
| 3367 | |
| 3368 | This code is derived from software contributed to The NetBSD Foundation |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3369 | by Dieter Baron and Thomas Klausner. |
| 3370 | |
| 3371 | Redistribution and use in source and binary forms, with or without |
| 3372 | modification, are permitted provided that the following conditions |
| 3373 | are met: |
| 3374 | 1. Redistributions of source code must retain the above copyright |
| 3375 | notice, this list of conditions and the following disclaimer. |
| 3376 | 2. Redistributions in binary form must reproduce the above copyright |
| 3377 | notice, this list of conditions and the following disclaimer in the |
| 3378 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3379 | |
| 3380 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3381 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3382 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3383 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3384 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3385 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3386 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3387 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3388 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3389 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3390 | POSSIBILITY OF SUCH DAMAGE. |
| 3391 | |
| 3392 | ------------------------------------------------------------------- |
| 3393 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 3394 | Copyright (c) 2001 Wasabi Systems, Inc. |
| 3395 | All rights reserved. |
| 3396 | |
| 3397 | Written by Frank van der Linden for Wasabi Systems, Inc. |
| 3398 | |
| 3399 | Redistribution and use in source and binary forms, with or without |
| 3400 | modification, are permitted provided that the following conditions |
| 3401 | are met: |
| 3402 | 1. Redistributions of source code must retain the above copyright |
| 3403 | notice, this list of conditions and the following disclaimer. |
| 3404 | 2. Redistributions in binary form must reproduce the above copyright |
| 3405 | notice, this list of conditions and the following disclaimer in the |
| 3406 | documentation and/or other materials provided with the distribution. |
| 3407 | 3. All advertising materials mentioning features or use of this software |
| 3408 | must display the following acknowledgement: |
| 3409 | This product includes software developed for the NetBSD Project by |
| 3410 | Wasabi Systems, Inc. |
| 3411 | 4. The name of Wasabi Systems, Inc. may not be used to endorse |
| 3412 | or promote products derived from this software without specific prior |
| 3413 | written permission. |
| 3414 | |
| 3415 | THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND |
| 3416 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3417 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3418 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC |
| 3419 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3420 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3421 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3422 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3423 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3424 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3425 | POSSIBILITY OF SUCH DAMAGE. |
| 3426 | |
| 3427 | ------------------------------------------------------------------- |
| 3428 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3429 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 3430 | |
| 3431 | Redistribution and use in source and binary forms, with or without |
| 3432 | modification, are permitted provided that the following conditions |
| 3433 | are met: |
| 3434 | 1. Redistributions of source code must retain the above copyright |
| 3435 | notice, this list of conditions and the following disclaimer. |
| 3436 | 2. Redistributions in binary form must reproduce the above copyright |
| 3437 | notice, this list of conditions and the following disclaimer in the |
| 3438 | documentation and/or other materials provided with the distribution. |
| 3439 | |
| 3440 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3441 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3442 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3443 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3444 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3445 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3446 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3447 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3448 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3449 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3450 | SUCH DAMAGE. |
| 3451 | |
| 3452 | ------------------------------------------------------------------- |
| 3453 | |
| 3454 | Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) |
| 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 | 3. Neither the name of Opsycon AB nor the names of its contributors |
| 3465 | may be used to endorse or promote products derived from this software |
| 3466 | without specific prior written permission. |
| 3467 | |
| 3468 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 3469 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3470 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3471 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 3472 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3473 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3474 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3475 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3476 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3477 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3478 | SUCH DAMAGE. |
| 3479 | |
| 3480 | ------------------------------------------------------------------- |
| 3481 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3482 | Copyright (c) 2001-2011 The FreeBSD Project. |
| 3483 | All rights reserved. |
| 3484 | |
| 3485 | Redistribution and use in source and binary forms, with or without |
| 3486 | modification, are permitted provided that the following conditions |
| 3487 | are met: |
| 3488 | 1. Redistributions of source code must retain the above copyright |
| 3489 | notice, this list of conditions and the following disclaimer. |
| 3490 | 2. Redistributions in binary form must reproduce the above copyright |
| 3491 | notice, this list of conditions and the following disclaimer in the |
| 3492 | documentation and/or other materials provided with the distribution. |
| 3493 | |
| 3494 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3495 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3496 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3497 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3498 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3499 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3500 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3501 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3502 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3503 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3504 | SUCH DAMAGE. |
| 3505 | |
| 3506 | ------------------------------------------------------------------- |
| 3507 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3508 | Copyright (c) 2002 Daniel Hartmeier |
| 3509 | All rights reserved. |
| 3510 | |
| 3511 | Redistribution and use in source and binary forms, with or without |
| 3512 | modification, are permitted provided that the following conditions |
| 3513 | are met: |
| 3514 | |
| 3515 | - Redistributions of source code must retain the above copyright |
| 3516 | notice, this list of conditions and the following disclaimer. |
| 3517 | - Redistributions in binary form must reproduce the above |
| 3518 | copyright notice, this list of conditions and the following |
| 3519 | disclaimer in the documentation and/or other materials provided |
| 3520 | with the distribution. |
| 3521 | |
| 3522 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 3523 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3524 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 3525 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 3526 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3527 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 3528 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3529 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 3530 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3531 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 3532 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3533 | POSSIBILITY OF SUCH DAMAGE. |
| 3534 | |
| 3535 | ------------------------------------------------------------------- |
| 3536 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3537 | Copyright (c) 2002 The NetBSD Foundation, Inc. |
| 3538 | All rights reserved. |
| 3539 | |
| 3540 | This code is derived from software contributed to The NetBSD Foundation |
| 3541 | by Christos Zoulas. |
| 3542 | |
| 3543 | Redistribution and use in source and binary forms, with or without |
| 3544 | modification, are permitted provided that the following conditions |
| 3545 | are met: |
| 3546 | 1. Redistributions of source code must retain the above copyright |
| 3547 | notice, this list of conditions and the following disclaimer. |
| 3548 | 2. Redistributions in binary form must reproduce the above copyright |
| 3549 | notice, this list of conditions and the following disclaimer in the |
| 3550 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3551 | |
| 3552 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3553 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3554 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3555 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3556 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3557 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3558 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3559 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3560 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3561 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3562 | POSSIBILITY OF SUCH DAMAGE. |
| 3563 | |
| 3564 | ------------------------------------------------------------------- |
| 3565 | |
| 3566 | Copyright (c) 2002 Tim J. Robbins |
| 3567 | All rights reserved. |
| 3568 | |
| 3569 | Redistribution and use in source and binary forms, with or without |
| 3570 | modification, are permitted provided that the following conditions |
| 3571 | are met: |
| 3572 | 1. Redistributions of source code must retain the above copyright |
| 3573 | notice, this list of conditions and the following disclaimer. |
| 3574 | 2. Redistributions in binary form must reproduce the above copyright |
| 3575 | notice, this list of conditions and the following disclaimer in the |
| 3576 | documentation and/or other materials provided with the distribution. |
| 3577 | |
| 3578 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3579 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3580 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3581 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3582 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3583 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3584 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3585 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3586 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3587 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3588 | SUCH DAMAGE. |
| 3589 | |
| 3590 | ------------------------------------------------------------------- |
| 3591 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3592 | Copyright (c) 2002 Tim J. Robbins. |
| 3593 | All rights reserved. |
| 3594 | |
| 3595 | Redistribution and use in source and binary forms, with or without |
| 3596 | modification, are permitted provided that the following conditions |
| 3597 | are met: |
| 3598 | 1. Redistributions of source code must retain the above copyright |
| 3599 | notice, this list of conditions and the following disclaimer. |
| 3600 | 2. Redistributions in binary form must reproduce the above copyright |
| 3601 | notice, this list of conditions and the following disclaimer in the |
| 3602 | documentation and/or other materials provided with the distribution. |
| 3603 | |
| 3604 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3605 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3606 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3607 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3608 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3609 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3610 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3611 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3612 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3613 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3614 | SUCH DAMAGE. |
| 3615 | |
| 3616 | ------------------------------------------------------------------- |
| 3617 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3618 | Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3619 | |
| 3620 | Permission to use, copy, modify, and distribute this software for any |
| 3621 | purpose with or without fee is hereby granted, provided that the above |
| 3622 | copyright notice and this permission notice appear in all copies. |
| 3623 | |
| 3624 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3625 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3626 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3627 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3628 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3629 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3630 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3631 | |
| 3632 | Sponsored in part by the Defense Advanced Research Projects |
| 3633 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3634 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3635 | |
| 3636 | ------------------------------------------------------------------- |
| 3637 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3638 | Copyright (c) 2002, 2003 Tim J. Robbins. |
| 3639 | All rights reserved. |
| 3640 | |
| 3641 | Redistribution and use in source and binary forms, with or without |
| 3642 | modification, are permitted provided that the following conditions |
| 3643 | are met: |
| 3644 | 1. Redistributions of source code must retain the above copyright |
| 3645 | notice, this list of conditions and the following disclaimer. |
| 3646 | 2. Redistributions in binary form must reproduce the above copyright |
| 3647 | notice, this list of conditions and the following disclaimer in the |
| 3648 | documentation and/or other materials provided with the distribution. |
| 3649 | |
| 3650 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3651 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3652 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3653 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3654 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3655 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3656 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3657 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3658 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3659 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3660 | SUCH DAMAGE. |
| 3661 | |
| 3662 | ------------------------------------------------------------------- |
| 3663 | |
| 3664 | Copyright (c) 2002-2004 Tim J. Robbins |
| 3665 | All rights reserved. |
| 3666 | |
| 3667 | Redistribution and use in source and binary forms, with or without |
| 3668 | modification, are permitted provided that the following conditions |
| 3669 | are met: |
| 3670 | 1. Redistributions of source code must retain the above copyright |
| 3671 | notice, this list of conditions and the following disclaimer. |
| 3672 | 2. Redistributions in binary form must reproduce the above copyright |
| 3673 | notice, this list of conditions and the following disclaimer in the |
| 3674 | documentation and/or other materials provided with the distribution. |
| 3675 | |
| 3676 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3677 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3678 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3679 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3680 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3681 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3682 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3683 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3684 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3685 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3686 | SUCH DAMAGE. |
| 3687 | |
| 3688 | ------------------------------------------------------------------- |
| 3689 | |
| 3690 | Copyright (c) 2002-2004 Tim J. Robbins. |
| 3691 | All rights reserved. |
| 3692 | |
| 3693 | Redistribution and use in source and binary forms, with or without |
| 3694 | modification, are permitted provided that the following conditions |
| 3695 | are met: |
| 3696 | 1. Redistributions of source code must retain the above copyright |
| 3697 | notice, this list of conditions and the following disclaimer. |
| 3698 | 2. Redistributions in binary form must reproduce the above copyright |
| 3699 | notice, this list of conditions and the following disclaimer in the |
| 3700 | documentation and/or other materials provided with the distribution. |
| 3701 | |
| 3702 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3703 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3704 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3705 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3706 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3707 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3708 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3709 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3710 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3711 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3712 | SUCH DAMAGE. |
| 3713 | |
| 3714 | ------------------------------------------------------------------- |
| 3715 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3716 | Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru> |
| 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 | 2. Redistributions in binary form must reproduce the above copyright |
| 3724 | notice, this list of conditions and the following disclaimer in the |
| 3725 | documentation and/or other materials provided with the distribution. |
| 3726 | 3. The names of the authors may not be used to endorse or promote |
| 3727 | products derived from this software without specific prior written |
| 3728 | permission. |
| 3729 | |
| 3730 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3731 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3732 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3733 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3734 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3735 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3736 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3737 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3738 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3739 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3740 | SUCH DAMAGE. |
| 3741 | |
| 3742 | ------------------------------------------------------------------- |
| 3743 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3744 | Copyright (c) 2003 Dag-Erling Smørgrav |
| 3745 | All rights reserved. |
| 3746 | |
| 3747 | Redistribution and use in source and binary forms, with or without |
| 3748 | modification, are permitted provided that the following conditions |
| 3749 | are met: |
| 3750 | 1. Redistributions of source code must retain the above copyright |
| 3751 | notice, this list of conditions and the following disclaimer |
| 3752 | in this position and unchanged. |
| 3753 | 2. Redistributions in binary form must reproduce the above copyright |
| 3754 | notice, this list of conditions and the following disclaimer in the |
| 3755 | documentation and/or other materials provided with the distribution. |
| 3756 | 3. The name of the author may not be used to endorse or promote products |
| 3757 | derived from this software without specific prior written permission. |
| 3758 | |
| 3759 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3760 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3761 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3762 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3763 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3764 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3765 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3766 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3767 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3768 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3769 | |
| 3770 | ------------------------------------------------------------------- |
| 3771 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3772 | Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> |
| 3773 | All rights reserved. |
| 3774 | |
| 3775 | Redistribution and use in source and binary forms, with or without |
| 3776 | modification, are permitted provided that the following conditions |
| 3777 | are met: |
| 3778 | 1. Redistributions of source code must retain the above copyright |
| 3779 | notice, this list of conditions and the following disclaimer. |
| 3780 | 2. Redistributions in binary form must reproduce the above copyright |
| 3781 | notice, this list of conditions and the following disclaimer in the |
| 3782 | documentation and/or other materials provided with the distribution. |
| 3783 | |
| 3784 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3785 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3786 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3787 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3788 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3789 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3790 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3791 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3792 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3793 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3794 | SUCH DAMAGE. |
| 3795 | |
| 3796 | ------------------------------------------------------------------- |
| 3797 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3798 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 3799 | All rights reserved. |
| 3800 | |
| 3801 | Redistribution and use in source and binary forms, with or without |
| 3802 | modification, are permitted provided that the following conditions |
| 3803 | are met: |
| 3804 | 1. Redistributions of source code must retain the above copyright |
| 3805 | notice, this list of conditions and the following disclaimer. |
| 3806 | 2. Redistributions in binary form must reproduce the above copyright |
| 3807 | notice, this list of conditions and the following disclaimer in the |
| 3808 | documentation and/or other materials provided with the distribution. |
| 3809 | |
| 3810 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3811 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3812 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3813 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3814 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3815 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3816 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3817 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3818 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3819 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3820 | SUCH DAMAGE. |
| 3821 | |
| 3822 | ------------------------------------------------------------------- |
| 3823 | |
| 3824 | Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> |
| 3825 | Copyright (c) 2002 David Schultz <das@FreeBSD.ORG> |
| 3826 | All rights reserved. |
| 3827 | |
| 3828 | Redistribution and use in source and binary forms, with or without |
| 3829 | modification, are permitted provided that the following conditions |
| 3830 | are met: |
| 3831 | 1. Redistributions of source code must retain the above copyright |
| 3832 | notice, this list of conditions and the following disclaimer. |
| 3833 | 2. Redistributions in binary form must reproduce the above copyright |
| 3834 | notice, this list of conditions and the following disclaimer in the |
| 3835 | documentation and/or other materials provided with the distribution. |
| 3836 | |
| 3837 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3838 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3839 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3840 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3841 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3842 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3843 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3844 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3845 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3846 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3847 | SUCH DAMAGE. |
| 3848 | |
| 3849 | ------------------------------------------------------------------- |
| 3850 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3851 | Copyright (c) 2003 Networks Associates Technology, Inc. |
| 3852 | All rights reserved. |
| 3853 | |
| 3854 | Portions of this software were developed for the FreeBSD Project by |
| 3855 | Jacques A. Vidrine, Safeport Network Services, and Network |
| 3856 | Associates Laboratories, the Security Research Division of Network |
| 3857 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 |
| 3858 | ("CBOSS"), as part of the DARPA CHATS research program. |
| 3859 | |
| 3860 | Redistribution and use in source and binary forms, with or without |
| 3861 | modification, are permitted provided that the following conditions |
| 3862 | are met: |
| 3863 | 1. Redistributions of source code must retain the above copyright |
| 3864 | notice, this list of conditions and the following disclaimer. |
| 3865 | 2. Redistributions in binary form must reproduce the above copyright |
| 3866 | notice, this list of conditions and the following disclaimer in the |
| 3867 | documentation and/or other materials provided with the distribution. |
| 3868 | |
| 3869 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3870 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3871 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3872 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3873 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3874 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3875 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3876 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3877 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3878 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3879 | SUCH DAMAGE. |
| 3880 | |
| 3881 | ------------------------------------------------------------------- |
| 3882 | |
Nick Kralevich | 5e58ea0 | 2012-09-12 13:21:25 -0700 | [diff] [blame] | 3883 | Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3884 | |
| 3885 | Permission to use, copy, modify, and distribute this software for any |
| 3886 | purpose with or without fee is hereby granted, provided that the above |
| 3887 | copyright notice and this permission notice appear in all copies. |
| 3888 | |
| 3889 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3890 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3891 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3892 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3893 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3894 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3895 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3896 | |
| 3897 | Sponsored in part by the Defense Advanced Research Projects |
| 3898 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3899 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3900 | |
| 3901 | ------------------------------------------------------------------- |
| 3902 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3903 | Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3904 | |
| 3905 | Permission to use, copy, modify, and distribute this software for any |
| 3906 | purpose with or without fee is hereby granted, provided that the above |
| 3907 | copyright notice and this permission notice appear in all copies. |
| 3908 | |
| 3909 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3910 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3911 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3912 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3913 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3914 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3915 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3916 | |
| 3917 | Sponsored in part by the Defense Advanced Research Projects |
| 3918 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3919 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3920 | |
| 3921 | ------------------------------------------------------------------- |
| 3922 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 3923 | Copyright (c) 2003, Steven G. Kargl |
| 3924 | All rights reserved. |
| 3925 | |
| 3926 | Redistribution and use in source and binary forms, with or without |
| 3927 | modification, are permitted provided that the following conditions |
| 3928 | are met: |
| 3929 | 1. Redistributions of source code must retain the above copyright |
| 3930 | notice unmodified, this list of conditions, and the following |
| 3931 | disclaimer. |
| 3932 | 2. Redistributions in binary form must reproduce the above copyright |
| 3933 | notice, this list of conditions and the following disclaimer in the |
| 3934 | documentation and/or other materials provided with the distribution. |
| 3935 | |
| 3936 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3937 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3938 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3939 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3940 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3941 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3942 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3943 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3944 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3945 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3946 | |
| 3947 | ------------------------------------------------------------------- |
| 3948 | |
| 3949 | Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> |
| 3950 | All rights reserved. |
| 3951 | |
| 3952 | Redistribution and use in source and binary forms, with or without |
| 3953 | modification, are permitted provided that the following conditions |
| 3954 | are met: |
| 3955 | 1. Redistributions of source code must retain the above copyright |
| 3956 | notice, this list of conditions and the following disclaimer. |
| 3957 | 2. Redistributions in binary form must reproduce the above copyright |
| 3958 | notice, this list of conditions and the following disclaimer in the |
| 3959 | documentation and/or other materials provided with the distribution. |
| 3960 | |
| 3961 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3962 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3963 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3964 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3965 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3966 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3967 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3968 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3969 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3970 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3971 | SUCH DAMAGE. |
| 3972 | |
| 3973 | ------------------------------------------------------------------- |
| 3974 | |
| 3975 | Copyright (c) 2004 Stefan Farfeleder |
| 3976 | All rights reserved. |
| 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 | |
| 3987 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3988 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3989 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3990 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3991 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3992 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3993 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3994 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3995 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3996 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3997 | SUCH DAMAGE. |
| 3998 | |
| 3999 | ------------------------------------------------------------------- |
| 4000 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4001 | Copyright (c) 2004 The NetBSD Foundation, Inc. |
| 4002 | All rights reserved. |
| 4003 | |
| 4004 | This code is derived from software contributed to The NetBSD Foundation |
| 4005 | by Christos Zoulas. |
| 4006 | |
| 4007 | Redistribution and use in source and binary forms, with or without |
| 4008 | modification, are permitted provided that the following conditions |
| 4009 | are met: |
| 4010 | 1. Redistributions of source code must retain the above copyright |
| 4011 | notice, this list of conditions and the following disclaimer. |
| 4012 | 2. Redistributions in binary form must reproduce the above copyright |
| 4013 | notice, this list of conditions and the following disclaimer in the |
| 4014 | documentation and/or other materials provided with the distribution. |
| 4015 | 3. All advertising materials mentioning features or use of this software |
| 4016 | must display the following acknowledgement: |
| 4017 | This product includes software developed by the NetBSD |
| 4018 | Foundation, Inc. and its contributors. |
| 4019 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 4020 | contributors may be used to endorse or promote products derived |
| 4021 | from this software without specific prior written permission. |
| 4022 | |
| 4023 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4024 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4025 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4026 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4027 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4028 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4029 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4030 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4031 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4032 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4033 | POSSIBILITY OF SUCH DAMAGE. |
| 4034 | |
| 4035 | ------------------------------------------------------------------- |
| 4036 | |
| 4037 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4038 | Copyright (c) 1995,1999 by Internet Software Consortium. |
| 4039 | |
| 4040 | Permission to use, copy, modify, and distribute this software for any |
| 4041 | purpose with or without fee is hereby granted, provided that the above |
| 4042 | copyright notice and this permission notice appear in all copies. |
| 4043 | |
| 4044 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4045 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4046 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4047 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4048 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4049 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4050 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4051 | |
| 4052 | ------------------------------------------------------------------- |
| 4053 | |
| 4054 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4055 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4056 | |
| 4057 | Permission to use, copy, modify, and distribute this software for any |
| 4058 | purpose with or without fee is hereby granted, provided that the above |
| 4059 | copyright notice and this permission notice appear in all copies. |
| 4060 | |
| 4061 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4062 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4063 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4064 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4065 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4066 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4067 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4068 | |
| 4069 | ------------------------------------------------------------------- |
| 4070 | |
| 4071 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4072 | Copyright (c) 1995-1999 by Internet Software Consortium. |
| 4073 | |
| 4074 | Permission to use, copy, modify, and distribute this software for any |
| 4075 | purpose with or without fee is hereby granted, provided that the above |
| 4076 | copyright notice and this permission notice appear in all copies. |
| 4077 | |
| 4078 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4079 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4080 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4081 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4082 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4083 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4084 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4085 | |
| 4086 | ------------------------------------------------------------------- |
| 4087 | |
| 4088 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4089 | Copyright (c) 1996,1999 by Internet Software Consortium. |
| 4090 | |
| 4091 | Permission to use, copy, modify, and distribute this software for any |
| 4092 | purpose with or without fee is hereby granted, provided that the above |
| 4093 | copyright notice and this permission notice appear in all copies. |
| 4094 | |
| 4095 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4096 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4097 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4098 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4099 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4100 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4101 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4102 | |
| 4103 | ------------------------------------------------------------------- |
| 4104 | |
| 4105 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4106 | Copyright (c) 1996-1999 by Internet Software Consortium |
| 4107 | |
| 4108 | Permission to use, copy, modify, and distribute this software for any |
| 4109 | purpose with or without fee is hereby granted, provided that the above |
| 4110 | copyright notice and this permission notice appear in all copies. |
| 4111 | |
| 4112 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4113 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4114 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4115 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4116 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4117 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4118 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4119 | |
| 4120 | ------------------------------------------------------------------- |
| 4121 | |
| 4122 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4123 | Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4124 | |
| 4125 | Permission to use, copy, modify, and distribute this software for any |
| 4126 | purpose with or without fee is hereby granted, provided that the above |
| 4127 | copyright notice and this permission notice appear in all copies. |
| 4128 | |
| 4129 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4130 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4131 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4132 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4133 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4134 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4135 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4136 | |
| 4137 | ------------------------------------------------------------------- |
| 4138 | |
| 4139 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4140 | Copyright (c) 1997,1999 by Internet Software Consortium. |
| 4141 | |
| 4142 | Permission to use, copy, modify, and distribute this software for any |
| 4143 | purpose with or without fee is hereby granted, provided that the above |
| 4144 | copyright notice and this permission notice appear in all copies. |
| 4145 | |
| 4146 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4147 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4148 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4149 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4150 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4151 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4152 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4153 | |
| 4154 | ------------------------------------------------------------------- |
| 4155 | |
| 4156 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4157 | Copyright (c) 1999 by Internet Software Consortium. |
| 4158 | |
| 4159 | Permission to use, copy, modify, and distribute this software for any |
| 4160 | purpose with or without fee is hereby granted, provided that the above |
| 4161 | copyright notice and this permission notice appear in all copies. |
| 4162 | |
| 4163 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4164 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4165 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4166 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4167 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4168 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4169 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4170 | |
| 4171 | ------------------------------------------------------------------- |
| 4172 | |
| 4173 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 4174 | Portions Copyright (c) 1996-1999 by Internet Software Consortium. |
| 4175 | |
| 4176 | Permission to use, copy, modify, and distribute this software for any |
| 4177 | purpose with or without fee is hereby granted, provided that the above |
| 4178 | copyright notice and this permission notice appear in all copies. |
| 4179 | |
| 4180 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4181 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4182 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4183 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4184 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4185 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4186 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4187 | |
| 4188 | ------------------------------------------------------------------- |
| 4189 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4190 | Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG> |
| 4191 | All rights reserved. |
| 4192 | |
| 4193 | Redistribution and use in source and binary forms, with or without |
| 4194 | modification, are permitted provided that the following conditions |
| 4195 | are met: |
| 4196 | 1. Redistributions of source code must retain the above copyright |
| 4197 | notice, this list of conditions and the following disclaimer. |
| 4198 | 2. Redistributions in binary form must reproduce the above copyright |
| 4199 | notice, this list of conditions and the following disclaimer in the |
| 4200 | documentation and/or other materials provided with the distribution. |
| 4201 | |
| 4202 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4203 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4204 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4205 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4206 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4207 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4208 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4209 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4210 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4211 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4212 | SUCH DAMAGE. |
| 4213 | |
| 4214 | ------------------------------------------------------------------- |
| 4215 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4216 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 4217 | All rights reserved. |
| 4218 | |
| 4219 | Redistribution and use in source and binary forms, with or without |
| 4220 | modification, are permitted provided that the following conditions |
| 4221 | are met: |
| 4222 | 1. Redistributions of source code must retain the above copyright |
| 4223 | notice, this list of conditions and the following disclaimer. |
| 4224 | 2. Redistributions in binary form must reproduce the above copyright |
| 4225 | notice, this list of conditions and the following disclaimer in the |
| 4226 | documentation and/or other materials provided with the distribution. |
| 4227 | |
| 4228 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4229 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4230 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4231 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4232 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4233 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4234 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4235 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4236 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4237 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4238 | SUCH DAMAGE. |
| 4239 | |
| 4240 | ------------------------------------------------------------------- |
| 4241 | |
| 4242 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 4243 | All rights reserved. |
| 4244 | |
| 4245 | Redistribution and use in source and binary forms, with or without |
| 4246 | modification, are permitted provided that the following conditions |
| 4247 | are met: |
| 4248 | 1. Redistributions of source code must retain the above copyright |
| 4249 | notice, this list of conditions and the following disclaimer. |
| 4250 | 2. Redistributions in binary form must reproduce the above copyright |
| 4251 | notice, this list of conditions and the following disclaimer in the |
| 4252 | documentation and/or other materials provided with the distribution. |
| 4253 | |
| 4254 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4255 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4256 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4257 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4258 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4259 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4260 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4261 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4262 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4263 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4264 | SUCH DAMAGE. |
| 4265 | |
| 4266 | ------------------------------------------------------------------- |
| 4267 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4268 | Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl |
| 4269 | All rights reserved. |
| 4270 | |
| 4271 | Redistribution and use in source and binary forms, with or without |
| 4272 | modification, are permitted provided that the following conditions |
| 4273 | are met: |
| 4274 | 1. Redistributions of source code must retain the above copyright |
| 4275 | notice unmodified, this list of conditions, and the following |
| 4276 | disclaimer. |
| 4277 | 2. Redistributions in binary form must reproduce the above copyright |
| 4278 | notice, this list of conditions and the following disclaimer in the |
| 4279 | documentation and/or other materials provided with the distribution. |
| 4280 | |
| 4281 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4282 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4283 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4284 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4285 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4286 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4287 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4288 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4289 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4290 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4291 | |
| 4292 | ------------------------------------------------------------------- |
| 4293 | |
| 4294 | Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> |
| 4295 | All rights reserved. |
| 4296 | |
| 4297 | Redistribution and use in source and binary forms, with or without |
| 4298 | modification, are permitted provided that the following conditions |
| 4299 | are met: |
| 4300 | 1. Redistributions of source code must retain the above copyright |
| 4301 | notice, this list of conditions and the following disclaimer. |
| 4302 | 2. Redistributions in binary form must reproduce the above copyright |
| 4303 | notice, this list of conditions and the following disclaimer in the |
| 4304 | documentation and/or other materials provided with the distribution. |
| 4305 | |
| 4306 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4307 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4308 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4309 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4310 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4311 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4312 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4313 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4314 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4315 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4316 | SUCH DAMAGE. |
| 4317 | |
| 4318 | ------------------------------------------------------------------- |
| 4319 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4320 | Copyright (c) 2005 Tim J. Robbins. |
| 4321 | All rights reserved. |
| 4322 | |
| 4323 | Redistribution and use in source and binary forms, with or without |
| 4324 | modification, are permitted provided that the following conditions |
| 4325 | are met: |
| 4326 | 1. Redistributions of source code must retain the above copyright |
| 4327 | notice, this list of conditions and the following disclaimer. |
| 4328 | 2. Redistributions in binary form must reproduce the above copyright |
| 4329 | notice, this list of conditions and the following disclaimer in the |
| 4330 | documentation and/or other materials provided with the distribution. |
| 4331 | |
| 4332 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4333 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4334 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4335 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4336 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4337 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4338 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4339 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4340 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4341 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4342 | SUCH DAMAGE. |
| 4343 | |
| 4344 | ------------------------------------------------------------------- |
| 4345 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 4346 | Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") |
| 4347 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 4348 | |
| 4349 | Permission to use, copy, modify, and distribute this software for any |
| 4350 | purpose with or without fee is hereby granted, provided that the above |
| 4351 | copyright notice and this permission notice appear in all copies. |
| 4352 | |
| 4353 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 4354 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4355 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 4356 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4357 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4358 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 4359 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4360 | |
| 4361 | ------------------------------------------------------------------- |
| 4362 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4363 | Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> |
| 4364 | All rights reserved. |
| 4365 | |
| 4366 | Redistribution and use in source and binary forms, with or without |
| 4367 | modification, are permitted provided that the following conditions |
| 4368 | are met: |
| 4369 | 1. Redistributions of source code must retain the above copyright |
| 4370 | notice, this list of conditions and the following disclaimer. |
| 4371 | 2. Redistributions in binary form must reproduce the above copyright |
| 4372 | notice, this list of conditions and the following disclaimer in the |
| 4373 | documentation and/or other materials provided with the distribution. |
| 4374 | |
| 4375 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4376 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4377 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4378 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4379 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4380 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4381 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4382 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4383 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4384 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4385 | SUCH DAMAGE. |
| 4386 | |
| 4387 | ------------------------------------------------------------------- |
| 4388 | |
| 4389 | Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG> |
| 4390 | All rights reserved. |
| 4391 | |
| 4392 | Redistribution and use in source and binary forms, with or without |
| 4393 | modification, are permitted provided that the following conditions |
| 4394 | are met: |
| 4395 | 1. Redistributions of source code must retain the above copyright |
| 4396 | notice, this list of conditions and the following disclaimer. |
| 4397 | 2. Redistributions in binary form must reproduce the above copyright |
| 4398 | notice, this list of conditions and the following disclaimer in the |
| 4399 | documentation and/or other materials provided with the distribution. |
| 4400 | |
| 4401 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4402 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4403 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4404 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4405 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4406 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4407 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4408 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4409 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4410 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4411 | SUCH DAMAGE. |
| 4412 | |
| 4413 | ------------------------------------------------------------------- |
| 4414 | |
| 4415 | Copyright (c) 2007 David Schultz |
| 4416 | All rights reserved. |
| 4417 | |
| 4418 | Redistribution and use in source and binary forms, with or without |
| 4419 | modification, are permitted provided that the following conditions |
| 4420 | are met: |
| 4421 | 1. Redistributions of source code must retain the above copyright |
| 4422 | notice, this list of conditions and the following disclaimer. |
| 4423 | 2. Redistributions in binary form must reproduce the above copyright |
| 4424 | notice, this list of conditions and the following disclaimer in the |
| 4425 | documentation and/or other materials provided with the distribution. |
| 4426 | |
| 4427 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4428 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4429 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4430 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4431 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4432 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4433 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4434 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4435 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4436 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4437 | SUCH DAMAGE. |
| 4438 | |
| 4439 | ------------------------------------------------------------------- |
| 4440 | |
| 4441 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4442 | All rights reserved. |
| 4443 | |
| 4444 | Redistribution and use in source and binary forms, with or without |
| 4445 | modification, are permitted provided that the following conditions |
| 4446 | are met: |
| 4447 | 1. Redistributions of source code must retain the above copyright |
| 4448 | notice, this list of conditions and the following disclaimer. |
| 4449 | 2. Redistributions in binary form must reproduce the above copyright |
| 4450 | notice, this list of conditions and the following disclaimer in the |
| 4451 | documentation and/or other materials provided with the distribution. |
| 4452 | |
| 4453 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4454 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4455 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4456 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4457 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4458 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4459 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4460 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4461 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4462 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4463 | SUCH DAMAGE. |
| 4464 | |
| 4465 | ------------------------------------------------------------------- |
| 4466 | |
| 4467 | Copyright (c) 2007 David Schultz <das@FreeBSD.ORG> |
| 4468 | All rights reserved. |
| 4469 | |
| 4470 | Redistribution and use in source and binary forms, with or without |
| 4471 | modification, are permitted provided that the following conditions |
| 4472 | are met: |
| 4473 | 1. Redistributions of source code must retain the above copyright |
| 4474 | notice, this list of conditions and the following disclaimer. |
| 4475 | 2. Redistributions in binary form must reproduce the above copyright |
| 4476 | notice, this list of conditions and the following disclaimer in the |
| 4477 | documentation and/or other materials provided with the distribution. |
| 4478 | |
| 4479 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4480 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4481 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4482 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4483 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4484 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4485 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4486 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4487 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4488 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4489 | SUCH DAMAGE. |
| 4490 | |
| 4491 | Derived from s_modf.c, which has the following Copyright: |
| 4492 | ==================================================== |
| 4493 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 4494 | |
| 4495 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 4496 | Permission to use, copy, modify, and distribute this |
| 4497 | software is freely granted, provided that this notice |
| 4498 | is preserved. |
| 4499 | |
| 4500 | ------------------------------------------------------------------- |
| 4501 | |
| 4502 | Copyright (c) 2007 Steven G. Kargl |
| 4503 | All rights reserved. |
| 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 unmodified, this list of conditions, and the following |
| 4510 | disclaimer. |
| 4511 | 2. Redistributions in binary form must reproduce the above copyright |
| 4512 | notice, this list of conditions and the following disclaimer in the |
| 4513 | documentation and/or other materials provided with the distribution. |
| 4514 | |
| 4515 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4516 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4517 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4518 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4519 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4520 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4521 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4522 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4523 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4524 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4525 | |
| 4526 | ------------------------------------------------------------------- |
| 4527 | |
| 4528 | Copyright (c) 2007 The NetBSD Foundation, Inc. |
| 4529 | All rights reserved. |
| 4530 | |
| 4531 | This code is derived from software written by Stephen L. Moshier. |
| 4532 | It is redistributed by the NetBSD Foundation by permission of the author. |
| 4533 | |
| 4534 | Redistribution and use in source and binary forms, with or without |
| 4535 | modification, are permitted provided that the following conditions |
| 4536 | are met: |
| 4537 | 1. Redistributions of source code must retain the above copyright |
| 4538 | notice, this list of conditions and the following disclaimer. |
| 4539 | 2. Redistributions in binary form must reproduce the above copyright |
| 4540 | notice, this list of conditions and the following disclaimer in the |
| 4541 | documentation and/or other materials provided with the distribution. |
| 4542 | |
| 4543 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4544 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4545 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4546 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4547 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4548 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4549 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4550 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4551 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4552 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4553 | POSSIBILITY OF SUCH DAMAGE. |
| 4554 | |
| 4555 | ------------------------------------------------------------------- |
| 4556 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 4557 | Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4558 | |
| 4559 | Permission to use, copy, modify, and distribute this software for any |
| 4560 | purpose with or without fee is hereby granted, provided that the above |
| 4561 | copyright notice and this permission notice appear in all copies. |
| 4562 | |
| 4563 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4564 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4565 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4566 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4567 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4568 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4569 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4570 | |
| 4571 | ------------------------------------------------------------------- |
| 4572 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4573 | Copyright (c) 2007-2008 Michael G Schwern |
| 4574 | |
| 4575 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
| 4576 | |
| 4577 | The MIT License: |
| 4578 | |
| 4579 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4580 | of this software and associated documentation files (the "Software"), to deal |
| 4581 | in the Software without restriction, including without limitation the rights |
| 4582 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4583 | copies of the Software, and to permit persons to whom the Software is |
| 4584 | furnished to do so, subject to the following conditions: |
| 4585 | |
| 4586 | The above copyright notice and this permission notice shall be included in |
| 4587 | all copies or substantial portions of the Software. |
| 4588 | |
| 4589 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4590 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4591 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4592 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4593 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4594 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4595 | THE SOFTWARE. |
| 4596 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4597 | ------------------------------------------------------------------- |
| 4598 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4599 | Copyright (c) 2007-2008 Michael G Schwern |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4600 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4601 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4602 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4603 | The MIT License: |
| 4604 | |
| 4605 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4606 | of this software and associated documentation files (the "Software"), to deal |
| 4607 | in the Software without restriction, including without limitation the rights |
| 4608 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 4609 | copies of the Software, and to permit persons to whom the Software is |
| 4610 | furnished to do so, subject to the following conditions: |
| 4611 | |
| 4612 | The above copyright notice and this permission notice shall be included in |
| 4613 | all copies or substantial portions of the Software. |
| 4614 | |
| 4615 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 4616 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 4617 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 4618 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 4619 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 4620 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 4621 | THE SOFTWARE. |
| 4622 | |
| 4623 | Origin: http://code.google.com/p/y2038 |
| 4624 | Modified for Bionic by the Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 4625 | |
| 4626 | ------------------------------------------------------------------- |
| 4627 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4628 | Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG> |
| 4629 | All rights reserved. |
| 4630 | |
| 4631 | Redistribution and use in source and binary forms, with or without |
| 4632 | modification, are permitted provided that the following conditions |
| 4633 | are met: |
| 4634 | 1. Redistributions of source code must retain the above copyright |
| 4635 | notice, this list of conditions and the following disclaimer. |
| 4636 | 2. Redistributions in binary form must reproduce the above copyright |
| 4637 | notice, this list of conditions and the following disclaimer in the |
| 4638 | documentation and/or other materials provided with the distribution. |
| 4639 | |
| 4640 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4641 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4642 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4643 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4644 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4645 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4646 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4647 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4648 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4649 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4650 | SUCH DAMAGE. |
| 4651 | |
| 4652 | ------------------------------------------------------------------- |
| 4653 | |
| 4654 | Copyright (c) 2007-2013 Bruce D. Evans |
| 4655 | All rights reserved. |
| 4656 | |
| 4657 | Redistribution and use in source and binary forms, with or without |
| 4658 | modification, are permitted provided that the following conditions |
| 4659 | are met: |
| 4660 | 1. Redistributions of source code must retain the above copyright |
| 4661 | notice unmodified, this list of conditions, and the following |
| 4662 | disclaimer. |
| 4663 | 2. Redistributions in binary form must reproduce the above copyright |
| 4664 | notice, this list of conditions and the following disclaimer in the |
| 4665 | documentation and/or other materials provided with the distribution. |
| 4666 | |
| 4667 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4668 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4669 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4670 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4671 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4672 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4673 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4674 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4675 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4676 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4677 | |
| 4678 | ------------------------------------------------------------------- |
| 4679 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4680 | Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> |
| 4681 | All rights reserved. |
| 4682 | |
| 4683 | Redistribution and use in source and binary forms, with or without |
| 4684 | modification, are permitted provided that the following conditions |
| 4685 | are met: |
| 4686 | 1. Redistributions of source code must retain the above copyright |
| 4687 | notice, this list of conditions and the following disclaimer. |
| 4688 | 2. Redistributions in binary form must reproduce the above copyright |
| 4689 | notice, this list of conditions and the following disclaimer in the |
| 4690 | documentation and/or other materials provided with the distribution. |
| 4691 | |
| 4692 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4693 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4694 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4695 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4696 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4697 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4698 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4699 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4700 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4701 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4702 | SUCH DAMAGE. |
| 4703 | |
| 4704 | ------------------------------------------------------------------- |
| 4705 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4706 | Copyright (c) 2008 Otto Moerbeek <otto@drijf.net> |
| 4707 | |
| 4708 | Permission to use, copy, modify, and distribute this software for any |
| 4709 | purpose with or without fee is hereby granted, provided that the above |
| 4710 | copyright notice and this permission notice appear in all copies. |
| 4711 | |
| 4712 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4713 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4714 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4715 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4716 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4717 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4718 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4719 | |
| 4720 | ------------------------------------------------------------------- |
| 4721 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4722 | Copyright (c) 2008 Todd C. Miller <millert@openbsd.org> |
| 4723 | |
| 4724 | Permission to use, copy, modify, and distribute this software for any |
| 4725 | purpose with or without fee is hereby granted, provided that the above |
| 4726 | copyright notice and this permission notice appear in all copies. |
| 4727 | |
| 4728 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4729 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4730 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4731 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4732 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4733 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4734 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4735 | |
| 4736 | ------------------------------------------------------------------- |
| 4737 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4738 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 4739 | |
| 4740 | Permission to use, copy, modify, and distribute this software for any |
| 4741 | purpose with or without fee is hereby granted, provided that the above |
| 4742 | copyright notice and this permission notice appear in all copies. |
| 4743 | |
| 4744 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4745 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4746 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4747 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4748 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4749 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4750 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4751 | |
| 4752 | ------------------------------------------------------------------- |
| 4753 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4754 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4755 | All rights reserved. |
| 4756 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4757 | Copyright (c) 2011 The FreeBSD Foundation |
| 4758 | All rights reserved. |
| 4759 | Portions of this software were developed by David Chisnall |
| 4760 | under sponsorship from the FreeBSD Foundation. |
| 4761 | |
| 4762 | Redistribution and use in source and binary forms, with or without |
| 4763 | modification, are permitted provided that the following conditions |
| 4764 | are met: |
| 4765 | 1. Redistributions of source code must retain the above copyright |
| 4766 | notice, this list of conditions and the following disclaimer. |
| 4767 | 2. Redistributions in binary form must reproduce the above copyright |
| 4768 | notice, this list of conditions and the following disclaimer in the |
| 4769 | documentation and/or other materials provided with the distribution. |
| 4770 | |
| 4771 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4772 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4773 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4774 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4775 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4776 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4777 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4778 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4779 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4780 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4781 | SUCH DAMAGE. |
| 4782 | |
| 4783 | ------------------------------------------------------------------- |
| 4784 | |
| 4785 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4786 | All rights reserved. |
| 4787 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4788 | Redistribution and use in source and binary forms, with or without |
| 4789 | modification, are permitted provided that the following conditions |
| 4790 | are met: |
| 4791 | 1. Redistributions of source code must retain the above copyright |
| 4792 | notice, this list of conditions and the following disclaimer. |
| 4793 | 2. Redistributions in binary form must reproduce the above copyright |
| 4794 | notice, this list of conditions and the following disclaimer in the |
| 4795 | documentation and/or other materials provided with the distribution. |
| 4796 | |
| 4797 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4798 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4799 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4800 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4801 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4802 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4803 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4804 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4805 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4806 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4807 | SUCH DAMAGE. |
| 4808 | |
| 4809 | ------------------------------------------------------------------- |
| 4810 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 4811 | Copyright (c) 2009 The NetBSD Foundation, Inc. |
| 4812 | |
| 4813 | This code is derived from software contributed to The NetBSD Foundation |
| 4814 | by Roy Marples. |
| 4815 | |
| 4816 | Redistribution and use in source and binary forms, with or without |
| 4817 | modification, are permitted provided that the following conditions |
| 4818 | are met: |
| 4819 | 1. Redistributions of source code must retain the above copyright |
| 4820 | notice, this list of conditions and the following disclaimer. |
| 4821 | 2. Redistributions in binary form must reproduce the above copyright |
| 4822 | notice, this list of conditions and the following disclaimer in the |
| 4823 | documentation and/or other materials provided with the distribution. |
| 4824 | |
| 4825 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4826 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4827 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4828 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4829 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4830 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4831 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4832 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4833 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4834 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4835 | |
| 4836 | ------------------------------------------------------------------- |
| 4837 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4838 | Copyright (c) 2009-2013 Steven G. Kargl |
| 4839 | All rights reserved. |
| 4840 | |
| 4841 | Redistribution and use in source and binary forms, with or without |
| 4842 | modification, are permitted provided that the following conditions |
| 4843 | are met: |
| 4844 | 1. Redistributions of source code must retain the above copyright |
| 4845 | notice unmodified, this list of conditions, and the following |
| 4846 | disclaimer. |
| 4847 | 2. Redistributions in binary form must reproduce the above copyright |
| 4848 | notice, this list of conditions and the following disclaimer in the |
| 4849 | documentation and/or other materials provided with the distribution. |
| 4850 | |
| 4851 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4852 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4853 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4854 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4855 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4856 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4857 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4858 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4859 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4860 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4861 | |
| 4862 | Optimized by Bruce D. Evans. |
| 4863 | |
| 4864 | ------------------------------------------------------------------- |
| 4865 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4866 | Copyright (c) 2010 The NetBSD Foundation, Inc. |
| 4867 | All rights reserved. |
| 4868 | |
| 4869 | Redistribution and use in source and binary forms, with or without |
| 4870 | modification, are permitted provided that the following conditions |
| 4871 | are met: |
| 4872 | 1. Redistributions of source code must retain the above copyright |
| 4873 | notice, this list of conditions and the following disclaimer. |
| 4874 | 2. Redistributions in binary form must reproduce the above copyright |
| 4875 | notice, this list of conditions and the following disclaimer in the |
| 4876 | documentation and/or other materials provided with the distribution. |
| 4877 | |
| 4878 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4879 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4880 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4881 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4882 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4883 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4884 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4885 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4886 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4887 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4888 | POSSIBILITY OF SUCH DAMAGE. |
| 4889 | |
| 4890 | ------------------------------------------------------------------- |
| 4891 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 4892 | Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4893 | |
| 4894 | Permission to use, copy, modify, and distribute this software for any |
| 4895 | purpose with or without fee is hereby granted, provided that the above |
| 4896 | copyright notice and this permission notice appear in all copies. |
| 4897 | |
| 4898 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4899 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4900 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4901 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4902 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4903 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4904 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4905 | |
| 4906 | ------------------------------------------------------------------- |
| 4907 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4908 | Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4909 | All rights reserved. |
| 4910 | |
| 4911 | Redistribution and use in source and binary forms, with or without |
| 4912 | modification, are permitted provided that the following conditions are met: |
| 4913 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4914 | * Redistributions of source code must retain the above copyright notice, |
| 4915 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4916 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4917 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4918 | * this list of conditions and the following disclaimer in the documentation |
| 4919 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4920 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4921 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4922 | * may be used to endorse or promote products derived from this software |
| 4923 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4924 | |
| 4925 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4926 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4927 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4928 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4929 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4930 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4931 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4932 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4933 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4934 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4935 | |
| 4936 | ------------------------------------------------------------------- |
| 4937 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4938 | Copyright (c) 2010, Intel Corporation |
| 4939 | All rights reserved. |
| 4940 | |
| 4941 | Redistribution and use in source and binary forms, with or without |
| 4942 | modification, are permitted provided that the following conditions are met: |
| 4943 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4944 | * Redistributions of source code must retain the above copyright notice, |
| 4945 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4946 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4947 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4948 | * this list of conditions and the following disclaimer in the documentation |
| 4949 | * and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4950 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4951 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4952 | * may be used to endorse or promote products derived from this software |
| 4953 | * without specific prior written permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4954 | |
| 4955 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4956 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4957 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4958 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4959 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4960 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4961 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4962 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4963 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4964 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4965 | |
| 4966 | ------------------------------------------------------------------- |
| 4967 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 4968 | Copyright (c) 2011 David Chisnall |
| 4969 | All rights reserved. |
| 4970 | |
| 4971 | Redistribution and use in source and binary forms, with or without |
| 4972 | modification, are permitted provided that the following conditions |
| 4973 | are met: |
| 4974 | 1. Redistributions of source code must retain the above copyright |
| 4975 | notice, this list of conditions and the following disclaimer. |
| 4976 | 2. Redistributions in binary form must reproduce the above copyright |
| 4977 | notice, this list of conditions and the following disclaimer in the |
| 4978 | documentation and/or other materials provided with the distribution. |
| 4979 | |
| 4980 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4981 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4982 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4983 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4984 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4985 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4986 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4987 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4988 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4989 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4990 | SUCH DAMAGE. |
| 4991 | |
| 4992 | ------------------------------------------------------------------- |
| 4993 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4994 | Copyright (c) 2011 David Schultz |
| 4995 | All rights reserved. |
| 4996 | |
| 4997 | Redistribution and use in source and binary forms, with or without |
| 4998 | modification, are permitted provided that the following conditions |
| 4999 | are met: |
| 5000 | 1. Redistributions of source code must retain the above copyright |
| 5001 | notice unmodified, this list of conditions, and the following |
| 5002 | disclaimer. |
| 5003 | 2. Redistributions in binary form must reproduce the above copyright |
| 5004 | notice, this list of conditions and the following disclaimer in the |
| 5005 | documentation and/or other materials provided with the distribution. |
| 5006 | |
| 5007 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5008 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5009 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5010 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5011 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5012 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5013 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5014 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5015 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5016 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5017 | |
| 5018 | ------------------------------------------------------------------- |
| 5019 | |
| 5020 | Copyright (c) 2011 David Schultz <das@FreeBSD.ORG> |
| 5021 | All rights reserved. |
| 5022 | |
| 5023 | Redistribution and use in source and binary forms, with or without |
| 5024 | modification, are permitted provided that the following conditions |
| 5025 | are met: |
| 5026 | 1. Redistributions of source code must retain the above copyright |
| 5027 | notice, this list of conditions and the following disclaimer. |
| 5028 | 2. Redistributions in binary form must reproduce the above copyright |
| 5029 | notice, this list of conditions and the following disclaimer in the |
| 5030 | documentation and/or other materials provided with the distribution. |
| 5031 | |
| 5032 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5033 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5034 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5035 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5036 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5037 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5038 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5039 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5040 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5041 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5042 | SUCH DAMAGE. |
| 5043 | |
| 5044 | ------------------------------------------------------------------- |
| 5045 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5046 | Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> |
| 5047 | David Chisnall <theraven@FreeBSD.org> |
| 5048 | All rights reserved. |
| 5049 | |
| 5050 | Redistribution and use in source and binary forms, with or without |
| 5051 | modification, are permitted provided that the following conditions |
| 5052 | are met: |
| 5053 | 1. Redistributions of source code must retain the above copyright |
| 5054 | notice, this list of conditions and the following disclaimer. |
| 5055 | 2. Redistributions in binary form must reproduce the above copyright |
| 5056 | notice, this list of conditions and the following disclaimer in the |
| 5057 | documentation and/or other materials provided with the distribution. |
| 5058 | |
| 5059 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5060 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5061 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5062 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5063 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5064 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5065 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5066 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5067 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5068 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5069 | SUCH DAMAGE. |
| 5070 | |
| 5071 | ------------------------------------------------------------------- |
| 5072 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5073 | Copyright (c) 2011 Intel Corporation |
| 5074 | All rights reserved. |
| 5075 | |
| 5076 | Redistribution and use in source and binary forms, with or without |
| 5077 | modification, are permitted provided that the following conditions are met: |
| 5078 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5079 | * Redistributions of source code must retain the above copyright notice, |
| 5080 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5081 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5082 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5083 | * this list of conditions and the following disclaimer in the documentation |
| 5084 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5085 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5086 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5087 | * may be used to endorse or promote products derived from this software |
| 5088 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5089 | |
| 5090 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5091 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5092 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5093 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5094 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5095 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5096 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5097 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5098 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5099 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5100 | |
| 5101 | ------------------------------------------------------------------- |
| 5102 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5103 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> |
| 5104 | |
| 5105 | Permission to use, copy, modify, and distribute this software for any |
| 5106 | purpose with or without fee is hereby granted, provided that the above |
| 5107 | copyright notice and this permission notice appear in all copies. |
| 5108 | |
| 5109 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5110 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5111 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5112 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5113 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5114 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5115 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5116 | |
| 5117 | ------------------------------------------------------------------- |
| 5118 | |
| 5119 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> |
| 5120 | Copyright (c) 2009 Ted Unangst |
| 5121 | |
| 5122 | Permission to use, copy, modify, and distribute this software for any |
| 5123 | purpose with or without fee is hereby granted, provided that the above |
| 5124 | copyright notice and this permission notice appear in all copies. |
| 5125 | |
| 5126 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5127 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5128 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5129 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5130 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5131 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5132 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5133 | |
| 5134 | ------------------------------------------------------------------- |
| 5135 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5136 | Copyright (c) 2011 The Android Open Source Project |
| 5137 | Copyright (c) 2008 ARM Ltd |
| 5138 | All rights reserved. |
| 5139 | |
| 5140 | Redistribution and use in source and binary forms, with or without |
| 5141 | modification, are permitted provided that the following conditions |
| 5142 | are met: |
| 5143 | 1. Redistributions of source code must retain the above copyright |
| 5144 | notice, this list of conditions and the following disclaimer. |
| 5145 | 2. Redistributions in binary form must reproduce the above copyright |
| 5146 | notice, this list of conditions and the following disclaimer in the |
| 5147 | documentation and/or other materials provided with the distribution. |
| 5148 | 3. The name of the company may not be used to endorse or promote |
| 5149 | products derived from this software without specific prior written |
| 5150 | permission. |
| 5151 | |
| 5152 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5153 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5154 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5155 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5156 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5157 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5158 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5159 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5160 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5161 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5162 | |
| 5163 | ------------------------------------------------------------------- |
| 5164 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5165 | Copyright (c) 2011, 2012, 2013 Intel Corporation |
| 5166 | All rights reserved. |
| 5167 | |
| 5168 | Redistribution and use in source and binary forms, with or without |
| 5169 | modification, are permitted provided that the following conditions are met: |
| 5170 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5171 | * Redistributions of source code must retain the above copyright notice, |
| 5172 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5173 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5174 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5175 | * this list of conditions and the following disclaimer in the documentation |
| 5176 | * and/or other materials provided with the distribution. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5177 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5178 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5179 | * may be used to endorse or promote products derived from this software |
| 5180 | * without specific prior written permission. |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 5181 | |
| 5182 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5183 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5184 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5185 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5186 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5187 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5188 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5189 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5190 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5191 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5192 | |
| 5193 | ------------------------------------------------------------------- |
| 5194 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5195 | Copyright (c) 2011, Intel Corporation |
| 5196 | All rights reserved. |
| 5197 | |
| 5198 | Redistribution and use in source and binary forms, with or without |
| 5199 | modification, are permitted provided that the following conditions are met: |
| 5200 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5201 | * Redistributions of source code must retain the above copyright notice, |
| 5202 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5203 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5204 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5205 | * this list of conditions and the following disclaimer in the documentation |
| 5206 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5207 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5208 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5209 | * may be used to endorse or promote products derived from this software |
| 5210 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 5211 | |
| 5212 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5213 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5214 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5215 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5216 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5217 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5218 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5219 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5220 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5221 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5222 | |
| 5223 | ------------------------------------------------------------------- |
| 5224 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5225 | Copyright (c) 2011, VMware, Inc. |
| 5226 | All rights reserved. |
| 5227 | |
| 5228 | Redistribution and use in source and binary forms, with or without |
| 5229 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5230 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5231 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5232 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5233 | notice, this list of conditions and the following disclaimer in the |
| 5234 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5235 | * 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] | 5236 | may be used to endorse or promote products derived from this software |
| 5237 | without specific prior written permission. |
| 5238 | |
| 5239 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 5240 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5241 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5242 | ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR |
| 5243 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5244 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5245 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 5246 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5247 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5248 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5249 | |
| 5250 | ------------------------------------------------------------------- |
| 5251 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5252 | Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG> |
| 5253 | All rights reserved. |
| 5254 | |
| 5255 | Redistribution and use in source and binary forms, with or without |
| 5256 | modification, are permitted provided that the following conditions |
| 5257 | are met: |
| 5258 | 1. Redistributions of source code must retain the above copyright |
| 5259 | notice, this list of conditions and the following disclaimer. |
| 5260 | 2. Redistributions in binary form must reproduce the above copyright |
| 5261 | notice, this list of conditions and the following disclaimer in the |
| 5262 | documentation and/or other materials provided with the distribution. |
| 5263 | |
| 5264 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5265 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5266 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5267 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5268 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5269 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5270 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5271 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5272 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5273 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5274 | SUCH DAMAGE. |
| 5275 | |
| 5276 | ------------------------------------------------------------------- |
| 5277 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5278 | Copyright (c) 2012, Linaro Limited |
| 5279 | 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 | 4e54b11 | 2014-03-06 15:06:11 -0800 | [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 | 4e54b11 | 2014-03-06 15:06:11 -0800 | [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 | 4e54b11 | 2014-03-06 15:06:11 -0800 | [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 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5306 | Copyright (c) 2012, Linaro Limited |
| 5307 | All rights reserved. |
| 5308 | Copyright (c) 2014, NVIDIA Corporation. All rights reserved. |
| 5309 | |
| 5310 | Redistribution and use in source and binary forms, with or without |
| 5311 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5312 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5313 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5314 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5315 | notice, this list of conditions and the following disclaimer in the |
| 5316 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5317 | * Neither the name of the Linaro nor the |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5318 | names of its contributors may be used to endorse or promote products |
| 5319 | derived from this software without specific prior written permission. |
| 5320 | |
| 5321 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5322 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5323 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5324 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5325 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5326 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5327 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5328 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5329 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5330 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5331 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5332 | |
| 5333 | ------------------------------------------------------------------- |
| 5334 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5335 | Copyright (c) 2012-2013, Linaro Limited |
| 5336 | All rights reserved. |
| 5337 | |
| 5338 | Redistribution and use in source and binary forms, with or without |
| 5339 | modification, are permitted provided that the following conditions are met: |
| 5340 | * Redistributions of source code must retain the above copyright |
| 5341 | notice, this list of conditions and the following disclaimer. |
| 5342 | * Redistributions in binary form must reproduce the above copyright |
| 5343 | notice, this list of conditions and the following disclaimer in the |
| 5344 | documentation and/or other materials provided with the distribution. |
| 5345 | * Neither the name of the Linaro nor the |
| 5346 | names of its contributors may be used to endorse or promote products |
| 5347 | derived from this software without specific prior written permission. |
| 5348 | |
| 5349 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5350 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5351 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5352 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5353 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5354 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5355 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5356 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5357 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5358 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5359 | |
| 5360 | ------------------------------------------------------------------- |
| 5361 | |
Elliott Hughes | 44ead71 | 2015-08-28 20:23:52 -0700 | [diff] [blame] | 5362 | Copyright (c) 2013 |
| 5363 | MIPS Technologies, Inc., California. |
| 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. Neither the name of the MIPS Technologies, Inc., nor the names of its |
| 5374 | contributors may be used to endorse or promote products derived from |
| 5375 | this software without specific prior written permission. |
| 5376 | |
| 5377 | THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND |
| 5378 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5379 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5380 | ARE DISCLAIMED. IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE |
| 5381 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5382 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5383 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5384 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5385 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5386 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5387 | SUCH DAMAGE. |
| 5388 | |
| 5389 | ------------------------------------------------------------------- |
| 5390 | |
Elliott Hughes | 0493a6f | 2013-03-07 11:48:58 -0800 | [diff] [blame] | 5391 | Copyright (c) 2013 ARM Ltd |
| 5392 | All rights reserved. |
| 5393 | |
| 5394 | Redistribution and use in source and binary forms, with or without |
| 5395 | modification, are permitted provided that the following conditions |
| 5396 | are met: |
| 5397 | 1. Redistributions of source code must retain the above copyright |
| 5398 | notice, this list of conditions and the following disclaimer. |
| 5399 | 2. Redistributions in binary form must reproduce the above copyright |
| 5400 | notice, this list of conditions and the following disclaimer in the |
| 5401 | documentation and/or other materials provided with the distribution. |
| 5402 | 3. The name of the company may not be used to endorse or promote |
| 5403 | products derived from this software without specific prior written |
| 5404 | permission. |
| 5405 | |
| 5406 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5407 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5408 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5409 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5410 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5411 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5412 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5413 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5414 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5415 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5416 | |
| 5417 | ------------------------------------------------------------------- |
| 5418 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5419 | Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org> |
| 5420 | |
| 5421 | Permission to use, copy, modify, and distribute this software for any |
| 5422 | purpose with or without fee is hereby granted, provided that the above |
| 5423 | copyright notice and this permission notice appear in all copies. |
| 5424 | |
| 5425 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5426 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5427 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5428 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5429 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5430 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5431 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5432 | |
| 5433 | ------------------------------------------------------------------- |
| 5434 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5435 | Copyright (c) 2013 David Chisnall |
| 5436 | All rights reserved. |
| 5437 | |
| 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. |
| 5446 | |
| 5447 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5448 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5449 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5450 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5451 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5452 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5453 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5454 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5455 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5456 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5457 | SUCH DAMAGE. |
| 5458 | |
| 5459 | ------------------------------------------------------------------- |
| 5460 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5461 | Copyright (c) 2013 The NetBSD Foundation, Inc. |
| 5462 | All rights reserved. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5463 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5464 | This code is derived from software contributed to The NetBSD Foundation |
| 5465 | by Christos Zoulas. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5466 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5467 | Redistribution and use in source and binary forms, with or without |
| 5468 | modification, are permitted provided that the following conditions |
| 5469 | are met: |
| 5470 | 1. Redistributions of source code must retain the above copyright |
| 5471 | notice, this list of conditions and the following disclaimer. |
| 5472 | 2. Redistributions in binary form must reproduce the above copyright |
| 5473 | notice, this list of conditions and the following disclaimer in the |
| 5474 | documentation and/or other materials provided with the distribution. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5475 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 5476 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 5477 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 5478 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 5479 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 5480 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5481 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5482 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 5483 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 5484 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 5485 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 5486 | POSSIBILITY OF SUCH DAMAGE. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 5487 | |
| 5488 | ------------------------------------------------------------------- |
| 5489 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5490 | Copyright (c) 2013, Linaro Limited |
| 5491 | All rights reserved. |
| 5492 | |
| 5493 | Redistribution and use in source and binary forms, with or without |
| 5494 | modification, are permitted provided that the following conditions are 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 copyright |
| 5498 | notice, this list of conditions and the following disclaimer in the |
| 5499 | documentation and/or other materials provided with the distribution. |
| 5500 | * Neither the name of the Linaro nor the |
| 5501 | names of its contributors may be used to endorse or promote products |
| 5502 | derived from this software without specific prior written permission. |
| 5503 | |
| 5504 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5505 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5506 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5507 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5508 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5509 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5510 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5511 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5512 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5513 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5514 | |
| 5515 | ------------------------------------------------------------------- |
| 5516 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5517 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 5518 | Johnny Qiu <joqiu@nvidia.com> |
| 5519 | Shu Zhang <chazhang@nvidia.com> |
| 5520 | |
| 5521 | Redistribution and use in source and binary forms, with or without |
| 5522 | modification, are permitted provided that the following conditions are |
| 5523 | 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 |
| 5527 | copyright notice, this list of conditions and the following |
| 5528 | disclaimer in the documentation and/or other materials provided |
| 5529 | with the distribution. |
| 5530 | * Neither the name of The Linux Foundation nor the names of its |
| 5531 | contributors may be used to endorse or promote products derived |
| 5532 | from this software without specific prior written permission. |
| 5533 | |
| 5534 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 5535 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5536 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 5537 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 5538 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 5539 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 5540 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 5541 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 5542 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 5543 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 5544 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5545 | |
| 5546 | ------------------------------------------------------------------- |
| 5547 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5548 | Copyright (c) 2013-2015, Linaro Limited |
| 5549 | All rights reserved. |
| 5550 | |
| 5551 | Redistribution and use in source and binary forms, with or without |
| 5552 | modification, are permitted provided that the following conditions are met: |
| 5553 | * Redistributions of source code must retain the above copyright |
| 5554 | notice, this list of conditions and the following disclaimer. |
| 5555 | * Redistributions in binary form must reproduce the above copyright |
| 5556 | notice, this list of conditions and the following disclaimer in the |
| 5557 | documentation and/or other materials provided with the distribution. |
| 5558 | * Neither the name of the Linaro nor the |
| 5559 | names of its contributors may be used to endorse or promote products |
| 5560 | derived from this software without specific prior written permission. |
| 5561 | |
| 5562 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5563 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5564 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5565 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5566 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5567 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5568 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5569 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5570 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5571 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5572 | |
| 5573 | ------------------------------------------------------------------- |
| 5574 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5575 | Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> |
| 5576 | Copyright (c) 2014 Bob Beck <beck@obtuse.com> |
| 5577 | |
| 5578 | Permission to use, copy, modify, and distribute this software for any |
| 5579 | purpose with or without fee is hereby granted, provided that the above |
| 5580 | copyright notice and this permission notice appear in all copies. |
| 5581 | |
| 5582 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5583 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 5584 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 5585 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5586 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 5587 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 5588 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 5589 | |
| 5590 | Emulation of getentropy(2) as documented at: |
Josh Gao | 98d655c | 2016-11-10 16:08:20 -0800 | [diff] [blame] | 5591 | http://man.openbsd.org/getentropy.2 |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5592 | |
| 5593 | ------------------------------------------------------------------- |
| 5594 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5595 | Copyright (c) 2014, Intel Corporation |
| 5596 | All rights reserved. |
| 5597 | |
| 5598 | Redistribution and use in source and binary forms, with or without |
| 5599 | modification, are permitted provided that the following conditions are met: |
| 5600 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5601 | * Redistributions of source code must retain the above copyright notice, |
| 5602 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5603 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5604 | * Redistributions in binary form must reproduce the above copyright notice, |
| 5605 | * this list of conditions and the following disclaimer in the documentation |
| 5606 | * and/or other materials provided with the distribution. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5607 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5608 | * Neither the name of Intel Corporation nor the names of its contributors |
| 5609 | * may be used to endorse or promote products derived from this software |
| 5610 | * without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 5611 | |
| 5612 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 5613 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5614 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5615 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 5616 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5617 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5618 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 5619 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5620 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5621 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5622 | |
| 5623 | ------------------------------------------------------------------- |
| 5624 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5625 | Copyright (c) 2014, Linaro Limited |
| 5626 | All rights reserved. |
| 5627 | |
| 5628 | Redistribution and use in source and binary forms, with or without |
| 5629 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5630 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5631 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5632 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5633 | notice, this list of conditions and the following disclaimer in the |
| 5634 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 5635 | * Neither the name of the Linaro nor the |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 5636 | names of its contributors may be used to endorse or promote products |
| 5637 | derived from this software without specific prior written permission. |
| 5638 | |
| 5639 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5640 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5641 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5642 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5643 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5644 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5645 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5646 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5647 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5648 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5649 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5650 | |
| 5651 | ------------------------------------------------------------------- |
| 5652 | |
Jake Weinstein | 372f19e | 2016-11-17 16:01:25 -0500 | [diff] [blame] | 5653 | Copyright (c) 2015 ARM Ltd |
| 5654 | All rights reserved. |
| 5655 | |
| 5656 | Redistribution and use in source and binary forms, with or without |
| 5657 | modification, are permitted provided that the following conditions |
| 5658 | are met: |
| 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 the |
| 5663 | documentation and/or other materials provided with the distribution. |
| 5664 | 3. The name of the company may not be used to endorse or promote |
| 5665 | products derived from this software without specific prior written |
| 5666 | permission. |
| 5667 | |
| 5668 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 5669 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 5670 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5671 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5672 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 5673 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 5674 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 5675 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 5676 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 5677 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5678 | |
| 5679 | ------------------------------------------------------------------- |
| 5680 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 5681 | Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>. |
| 5682 | All rights reserved. |
| 5683 | |
| 5684 | Redistribution and use in source and binary forms, with or without |
| 5685 | modification, are permitted provided that the following conditions |
| 5686 | are met: |
| 5687 | |
| 5688 | 1. Redistributions of source code must retain the above copyright |
| 5689 | notice, this list of conditions and the following disclaimer. |
| 5690 | 2. Redistributions in binary form must reproduce the above copyright |
| 5691 | notice, this list of conditions and the following disclaimer in |
| 5692 | the documentation and/or other materials provided with the |
| 5693 | distribution. |
| 5694 | |
| 5695 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5696 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5697 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 5698 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 5699 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5700 | INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 5701 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 5702 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 5703 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 5704 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 5705 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5706 | SUCH DAMAGE. |
| 5707 | |
| 5708 | ------------------------------------------------------------------- |
| 5709 | |
Prashant Patil | fcb877a | 2017-03-16 18:07:00 +0530 | [diff] [blame] | 5710 | Copyright (c) 2017 Imagination Technologies. |
| 5711 | |
| 5712 | All rights reserved. |
| 5713 | |
| 5714 | Redistribution and use in source and binary forms, with or without |
| 5715 | modification, are permitted provided that the following conditions |
| 5716 | are met: |
| 5717 | |
| 5718 | * Redistributions of source code must retain the above copyright |
| 5719 | notice, this list of conditions and the following disclaimer. |
| 5720 | * Redistributions in binary form must reproduce the above copyright |
| 5721 | notice, this list of conditions and the following disclaimer |
| 5722 | in the documentation and/or other materials provided with |
| 5723 | the distribution. |
| 5724 | * Neither the name of Imagination Technologies nor the names of its |
| 5725 | contributors may be used to endorse or promote products derived |
| 5726 | from this software without specific prior written permission. |
| 5727 | |
| 5728 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 5729 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 5730 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 5731 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 5732 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 5733 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 5734 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5735 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5736 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5737 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 5738 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5739 | |
| 5740 | ------------------------------------------------------------------- |
| 5741 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5742 | Copyright (c)1999 Citrus Project, |
| 5743 | All rights reserved. |
| 5744 | |
| 5745 | Redistribution and use in source and binary forms, with or without |
| 5746 | modification, are permitted provided that the following conditions |
| 5747 | are met: |
| 5748 | 1. Redistributions of source code must retain the above copyright |
| 5749 | notice, this list of conditions and the following disclaimer. |
| 5750 | 2. Redistributions in binary form must reproduce the above copyright |
| 5751 | notice, this list of conditions and the following disclaimer in the |
| 5752 | documentation and/or other materials provided with the distribution. |
| 5753 | |
| 5754 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5755 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5756 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5757 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5758 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5759 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5760 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5761 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5762 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5763 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5764 | SUCH DAMAGE. |
| 5765 | |
| 5766 | ------------------------------------------------------------------- |
| 5767 | |
| 5768 | Copyright (c)2001 Citrus Project, |
| 5769 | All rights reserved. |
| 5770 | |
| 5771 | Redistribution and use in source and binary forms, with or without |
| 5772 | modification, are permitted provided that the following conditions |
| 5773 | are met: |
| 5774 | 1. Redistributions of source code must retain the above copyright |
| 5775 | notice, this list of conditions and the following disclaimer. |
| 5776 | 2. Redistributions in binary form must reproduce the above copyright |
| 5777 | notice, this list of conditions and the following disclaimer in the |
| 5778 | documentation and/or other materials provided with the distribution. |
| 5779 | |
| 5780 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 5781 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5782 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5783 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 5784 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5785 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5786 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5787 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5788 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5789 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5790 | SUCH DAMAGE. |
| 5791 | |
| 5792 | ------------------------------------------------------------------- |
| 5793 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5794 | Copyright (c)2003 Citrus Project, |
| 5795 | All rights reserved. |
| 5796 | |
| 5797 | Redistribution and use in source and binary forms, with or without |
| 5798 | modification, are permitted provided that the following conditions |
| 5799 | are met: |
| 5800 | 1. Redistributions of source code must retain the above copyright |
| 5801 | notice, this list of conditions and the following disclaimer. |
| 5802 | 2. Redistributions in binary form must reproduce the above copyright |
| 5803 | notice, this list of conditions and the following disclaimer in the |
| 5804 | documentation and/or other materials provided with the distribution. |
| 5805 | |
| 5806 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 | SUCH DAMAGE. |
| 5817 | |
| 5818 | ------------------------------------------------------------------- |
| 5819 | |
Elliott Hughes | 77a3e28 | 2016-08-08 12:39:56 -0700 | [diff] [blame] | 5820 | Copyright 1989 The Regents of the University of California. |
| 5821 | All rights reserved. |
| 5822 | |
| 5823 | Redistribution and use in source and binary forms, with or without |
| 5824 | modification, are permitted provided that the following conditions |
| 5825 | are met: |
| 5826 | 1. Redistributions of source code must retain the above copyright |
| 5827 | notice, this list of conditions and the following disclaimer. |
| 5828 | 2. Redistributions in binary form must reproduce the above copyright |
| 5829 | notice, this list of conditions and the following disclaimer in the |
| 5830 | documentation and/or other materials provided with the distribution. |
| 5831 | 3. Neither the name of the University nor the names of its contributors |
| 5832 | may be used to endorse or promote products derived from this software |
| 5833 | without specific prior written permission. |
| 5834 | |
| 5835 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND |
| 5836 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 5837 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 5838 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 5839 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 5840 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 5841 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 5842 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5843 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5844 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5845 | |
| 5846 | ------------------------------------------------------------------- |
| 5847 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 5848 | Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
| 5849 | Copyright 2008 Damien Miller <djm@openbsd.org> |
| 5850 | All rights reserved. |
| 5851 | |
| 5852 | Theo de Raadt <deraadt@openbsd.org> came up with the idea of using |
| 5853 | such a mathematical system to generate more random (yet non-repeating) |
| 5854 | ids to solve the resolver/named problem. But Niels designed the |
| 5855 | actual system based on the constraints. |
| 5856 | |
| 5857 | Later modified by Damien Miller to wrap the LCG output in a 15-bit |
| 5858 | permutation generator based on a Luby-Rackoff block cipher. This |
| 5859 | ensures the output is non-repeating and preserves the MSB twiddle |
| 5860 | trick, but makes it more resistant to LCG prediction. |
| 5861 | |
| 5862 | Redistribution and use in source and binary forms, with or without |
| 5863 | modification, are permitted provided that the following conditions |
| 5864 | are met: |
| 5865 | 1. Redistributions of source code must retain the above copyright |
| 5866 | notice, this list of conditions and the following disclaimer. |
| 5867 | 2. Redistributions in binary form must reproduce the above copyright |
| 5868 | notice, this list of conditions and the following disclaimer in the |
| 5869 | documentation and/or other materials provided with the distribution. |
| 5870 | |
| 5871 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 5872 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 5873 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 5874 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 5875 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 5876 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 5877 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 5878 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 5879 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 5880 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 5881 | |
| 5882 | ------------------------------------------------------------------- |
| 5883 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 5884 | From: @(#)s_ilogb.c 5.1 93/09/24 |
| 5885 | ==================================================== |
| 5886 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 5887 | |
| 5888 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 5889 | Permission to use, copy, modify, and distribute this |
| 5890 | software is freely granted, provided that this notice |
| 5891 | is preserved. |
| 5892 | |
| 5893 | ------------------------------------------------------------------- |
| 5894 | |
Calin Juravle | c4fbf92 | 2014-03-10 11:23:52 +0000 | [diff] [blame] | 5895 | Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") |
| 5896 | Portions Copyright (C) 1996-2003 Internet Software Consortium. |
| 5897 | |
| 5898 | Permission to use, copy, modify, and/or distribute this software for any |
| 5899 | purpose with or without fee is hereby granted, provided that the above |
| 5900 | copyright notice and this permission notice appear in all copies. |
| 5901 | |
| 5902 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 5903 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 5904 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 5905 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 5906 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 5907 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 5908 | PERFORMANCE OF THIS SOFTWARE. |
| 5909 | |
| 5910 | ------------------------------------------------------------------- |
| 5911 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5912 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 5913 | |
| 5914 | Permission to use, copy, modify, and distribute this software for any |
| 5915 | purpose with or without fee is hereby granted, provided that the above |
| 5916 | copyright notice and this permission notice appear in all copies, and that |
| 5917 | the name of Digital Equipment Corporation not be used in advertising or |
| 5918 | publicity pertaining to distribution of the document or software without |
| 5919 | specific, written prior permission. |
| 5920 | |
| 5921 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 5922 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 5923 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 5924 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 5925 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 5926 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 5927 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 5928 | SOFTWARE. |
| 5929 | |
| 5930 | ------------------------------------------------------------------- |
| 5931 | |
| 5932 | Portions Copyright (c) 1995 by International Business Machines, Inc. |
| 5933 | |
| 5934 | International Business Machines, Inc. (hereinafter called IBM) grants |
| 5935 | permission under its copyrights to use, copy, modify, and distribute this |
| 5936 | Software with or without fee, provided that the above copyright notice and |
| 5937 | all paragraphs of this notice appear in all copies, and that the name of IBM |
| 5938 | not be used in connection with the marketing of any product incorporating |
| 5939 | the Software or modifications thereof, without specific, written prior |
| 5940 | permission. |
| 5941 | |
| 5942 | To the extent it has a right to do so, IBM grants an immunity from suit |
| 5943 | under its patents, if any, for the use, sale or manufacture of products to |
| 5944 | the extent that such products are used for performing Domain Name System |
| 5945 | dynamic updates in TCP/IP networks by means of the Software. No immunity is |
| 5946 | granted for any product per se or for any other function of any product. |
| 5947 | |
| 5948 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, |
| 5949 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 5950 | PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, |
| 5951 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING |
| 5952 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN |
| 5953 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. |
| 5954 | |
| 5955 | ------------------------------------------------------------------- |
| 5956 | |
| 5957 | Portions Copyright(C) 1995, Jason Downs. All rights reserved. |
| 5958 | |
| 5959 | Redistribution and use in source and binary forms, with or without |
| 5960 | modification, are permitted provided that the following conditions |
| 5961 | are met: |
| 5962 | 1. Redistributions of source code must retain the above copyright |
| 5963 | notice, this list of conditions and the following disclaimer. |
| 5964 | 2. Redistributions in binary form must reproduce the above copyright |
| 5965 | notice, this list of conditions and the following disclaimer in the |
| 5966 | documentation and/or other materials provided with the distribution. |
| 5967 | |
| 5968 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS |
| 5969 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 5970 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 5971 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, |
| 5972 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 5973 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 5974 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 5975 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 5976 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 5977 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 5978 | SUCH DAMAGE. |
| 5979 | |
| 5980 | ------------------------------------------------------------------- |
| 5981 | |
| 5982 | The author of this software is David M. Gay. |
| 5983 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5984 | Copyright (C) 1998 by Lucent Technologies |
| 5985 | All Rights Reserved |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5986 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5987 | Permission to use, copy, modify, and distribute this software and |
| 5988 | its documentation for any purpose and without fee is hereby |
| 5989 | granted, provided that the above copyright notice appear in all |
| 5990 | copies and that both that the copyright notice and this |
| 5991 | permission notice and warranty disclaimer appear in supporting |
| 5992 | documentation, and that the name of Lucent or any of its entities |
| 5993 | not be used in advertising or publicity pertaining to |
| 5994 | distribution of the software without specific, written prior |
| 5995 | permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5996 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 5997 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5998 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5999 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6000 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6001 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6002 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6003 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6004 | THIS SOFTWARE. |
| 6005 | |
| 6006 | ------------------------------------------------------------------- |
| 6007 | |
| 6008 | The author of this software is David M. Gay. |
| 6009 | |
| 6010 | Copyright (C) 1998, 1999 by Lucent Technologies |
| 6011 | All Rights Reserved |
| 6012 | |
| 6013 | Permission to use, copy, modify, and distribute this software and |
| 6014 | its documentation for any purpose and without fee is hereby |
| 6015 | granted, provided that the above copyright notice appear in all |
| 6016 | copies and that both that the copyright notice and this |
| 6017 | permission notice and warranty disclaimer appear in supporting |
| 6018 | documentation, and that the name of Lucent or any of its entities |
| 6019 | not be used in advertising or publicity pertaining to |
| 6020 | distribution of the software without specific, written prior |
| 6021 | permission. |
| 6022 | |
| 6023 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6024 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6025 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6026 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6027 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6028 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6029 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6030 | THIS SOFTWARE. |
| 6031 | |
| 6032 | ------------------------------------------------------------------- |
| 6033 | |
| 6034 | The author of this software is David M. Gay. |
| 6035 | |
| 6036 | Copyright (C) 1998, 2000 by Lucent Technologies |
| 6037 | All Rights Reserved |
| 6038 | |
| 6039 | Permission to use, copy, modify, and distribute this software and |
| 6040 | its documentation for any purpose and without fee is hereby |
| 6041 | granted, provided that the above copyright notice appear in all |
| 6042 | copies and that both that the copyright notice and this |
| 6043 | permission notice and warranty disclaimer appear in supporting |
| 6044 | documentation, and that the name of Lucent or any of its entities |
| 6045 | not be used in advertising or publicity pertaining to |
| 6046 | distribution of the software without specific, written prior |
| 6047 | permission. |
| 6048 | |
| 6049 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6050 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6051 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6052 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6053 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6054 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6055 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6056 | THIS SOFTWARE. |
| 6057 | |
| 6058 | ------------------------------------------------------------------- |
| 6059 | |
| 6060 | The author of this software is David M. Gay. |
| 6061 | |
| 6062 | Copyright (C) 1998-2000 by Lucent Technologies |
| 6063 | All Rights Reserved |
| 6064 | |
| 6065 | Permission to use, copy, modify, and distribute this software and |
| 6066 | its documentation for any purpose and without fee is hereby |
| 6067 | granted, provided that the above copyright notice appear in all |
| 6068 | copies and that both that the copyright notice and this |
| 6069 | permission notice and warranty disclaimer appear in supporting |
| 6070 | documentation, and that the name of Lucent or any of its entities |
| 6071 | not be used in advertising or publicity pertaining to |
| 6072 | distribution of the software without specific, written prior |
| 6073 | permission. |
| 6074 | |
| 6075 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6076 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6077 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6078 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6079 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6080 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6081 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6082 | THIS SOFTWARE. |
| 6083 | |
| 6084 | ------------------------------------------------------------------- |
| 6085 | |
| 6086 | The author of this software is David M. Gay. |
| 6087 | |
| 6088 | Copyright (C) 1998-2001 by Lucent Technologies |
| 6089 | All Rights Reserved |
| 6090 | |
| 6091 | Permission to use, copy, modify, and distribute this software and |
| 6092 | its documentation for any purpose and without fee is hereby |
| 6093 | granted, provided that the above copyright notice appear in all |
| 6094 | copies and that both that the copyright notice and this |
| 6095 | permission notice and warranty disclaimer appear in supporting |
| 6096 | documentation, and that the name of Lucent or any of its entities |
| 6097 | not be used in advertising or publicity pertaining to |
| 6098 | distribution of the software without specific, written prior |
| 6099 | permission. |
| 6100 | |
| 6101 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6102 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6103 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6104 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6105 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6106 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6107 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6108 | THIS SOFTWARE. |
| 6109 | |
| 6110 | ------------------------------------------------------------------- |
| 6111 | |
| 6112 | The author of this software is David M. Gay. |
| 6113 | |
| 6114 | Copyright (C) 2000 by Lucent Technologies |
| 6115 | All Rights Reserved |
| 6116 | |
| 6117 | Permission to use, copy, modify, and distribute this software and |
| 6118 | its documentation for any purpose and without fee is hereby |
| 6119 | granted, provided that the above copyright notice appear in all |
| 6120 | copies and that both that the copyright notice and this |
| 6121 | permission notice and warranty disclaimer appear in supporting |
| 6122 | documentation, and that the name of Lucent or any of its entities |
| 6123 | not be used in advertising or publicity pertaining to |
| 6124 | distribution of the software without specific, written prior |
| 6125 | permission. |
| 6126 | |
| 6127 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 6128 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 6129 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 6130 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 6131 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 6132 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 6133 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 6134 | THIS SOFTWARE. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 6135 | |
| 6136 | ------------------------------------------------------------------- |
| 6137 | |