| Elliott Hughes | 3e424d0 | 2014-07-23 16:02:26 -0700 | [diff] [blame] | 1 |  Copyright (c) 1993 John Brezak | 
 | 2 |  All rights reserved. | 
 | 3 |  | 
 | 4 |  Redistribution and use in source and binary forms, with or without | 
 | 5 |  modification, are permitted provided that the following conditions | 
 | 6 |  are met: | 
 | 7 |  1. Redistributions of source code must retain the above copyright | 
 | 8 |     notice, this list of conditions and the following disclaimer. | 
 | 9 |  2. Redistributions in binary form must reproduce the above copyright | 
 | 10 |     notice, this list of conditions and the following disclaimer in the | 
 | 11 |     documentation and/or other materials provided with the distribution. | 
 | 12 |  3. The name of the author may be used to endorse or promote products | 
 | 13 |     derived from this software without specific prior written permission. | 
 | 14 |  | 
 | 15 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR | 
 | 16 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
 | 17 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
 | 18 | DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, | 
 | 19 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
 | 20 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | 
 | 21 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 22 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | 
 | 23 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | 
 | 24 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
 | 25 | POSSIBILITY OF SUCH DAMAGE. | 
 | 26 |  | 
 | 27 | ------------------------------------------------------------------- | 
 | 28 |  | 
| Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 29 |  Copyright (c) 2009-2013 The Linux Foundation. All rights reserved. | 
 | 30 |  | 
 | 31 |  Redistribution and use in source and binary forms, with or without | 
 | 32 |  modification, are permitted provided that the following conditions are met: | 
 | 33 |      * Redistributions of source code must retain the above copyright | 
 | 34 |        notice, this list of conditions and the following disclaimer. | 
 | 35 |      * Redistributions in binary form must reproduce the above copyright | 
 | 36 |        notice, this list of conditions and the following disclaimer in the | 
 | 37 |        documentation and/or other materials provided with the distribution. | 
 | 38 |      * Neither the name of The Linux Foundation nor the names of its contributors may | 
 | 39 |        be used to endorse or promote products derived from this software | 
 | 40 |        without specific prior written permission. | 
 | 41 |  | 
 | 42 |  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 
 | 43 |  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 44 |  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 45 |  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE | 
 | 46 |  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
 | 47 |  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
 | 48 |  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
 | 49 |  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
 | 50 |  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
 | 51 |  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
 | 52 |  POSSIBILITY OF SUCH DAMAGE. | 
 | 53 |  | 
 | 54 | ------------------------------------------------------------------- | 
 | 55 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 56 | ==================================================== | 
 | 57 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. | 
 | 58 |  | 
 | 59 | Developed at SunPro, a Sun Microsystems, Inc. business. | 
 | 60 | Permission to use, copy, modify, and distribute this | 
 | 61 | software is freely granted, provided that this notice | 
 | 62 | is preserved. | 
 | 63 |  | 
 | 64 | ------------------------------------------------------------------- | 
 | 65 |  | 
 | 66 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 67 | All rights reserved. | 
 | 68 |  | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 69 | Redistribution and use in source and binary forms, with or without | 
 | 70 | modification, are permitted provided that the following conditions | 
 | 71 | are met: | 
 | 72 | 1. Redistributions of source code must retain the above copyright | 
 | 73 |    notice, this list of conditions and the following disclaimer. | 
 | 74 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 75 |    notice, this list of conditions and the following disclaimer in the | 
 | 76 |    documentation and/or other materials provided with the distribution. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 77 | 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] | 78 |    may be used to endorse or promote products derived from this software | 
 | 79 |    without specific prior written permission. | 
 | 80 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 81 | 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] | 82 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 83 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 84 | 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] | 85 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 86 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 87 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 88 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 89 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 90 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 91 | SUCH DAMAGE. | 
 | 92 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 93 | ------------------------------------------------------------------- | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 94 |  | 
| Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 95 | Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC") | 
 | 96 | Copyright (C) 1995-1999, 2001, 2003  Internet Software Consortium. | 
 | 97 |  | 
 | 98 | Permission to use, copy, modify, and/or distribute this software for any | 
 | 99 | purpose with or without fee is hereby granted, provided that the above | 
 | 100 | copyright notice and this permission notice appear in all copies. | 
 | 101 |  | 
 | 102 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH | 
 | 103 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | 
 | 104 | AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, | 
 | 105 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | 
 | 106 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE | 
 | 107 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 
 | 108 | PERFORMANCE OF THIS SOFTWARE. | 
 | 109 |  | 
 | 110 | ------------------------------------------------------------------- | 
 | 111 |  | 
 | 112 | Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC") | 
 | 113 | Copyright (C) 1997-2001  Internet Software Consortium. | 
 | 114 |  | 
 | 115 | Permission to use, copy, modify, and/or distribute this software for any | 
 | 116 | purpose with or without fee is hereby granted, provided that the above | 
 | 117 | copyright notice and this permission notice appear in all copies. | 
 | 118 |  | 
 | 119 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH | 
 | 120 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | 
 | 121 | AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, | 
 | 122 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | 
 | 123 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE | 
 | 124 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 
 | 125 | PERFORMANCE OF THIS SOFTWARE. | 
 | 126 |  | 
 | 127 | ------------------------------------------------------------------- | 
 | 128 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 129 | Copyright (C) 2006 The Android Open Source Project | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 130 |  | 
 | 131 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 132 | you may not use this file except in compliance with the License. | 
 | 133 | You may obtain a copy of the License at | 
 | 134 |  | 
 | 135 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 | 136 |  | 
 | 137 | Unless required by applicable law or agreed to in writing, software | 
 | 138 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 139 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 140 | See the License for the specific language governing permissions and | 
 | 141 | limitations under the License. | 
 | 142 |  | 
 | 143 | ------------------------------------------------------------------- | 
 | 144 |  | 
 | 145 | Copyright (C) 2006 The Android Open Source Project | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 146 | All rights reserved. | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 147 |  | 
 | 148 | Redistribution and use in source and binary forms, with or without | 
 | 149 | modification, are permitted provided that the following conditions | 
 | 150 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 151 |  * Redistributions of source code must retain the above copyright | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 152 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 153 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 154 |    notice, this list of conditions and the following disclaimer in | 
 | 155 |    the documentation and/or other materials provided with the | 
 | 156 |    distribution. | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 157 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 158 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 159 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 160 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 161 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 162 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 163 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 164 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 165 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 166 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 167 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 168 | 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] | 169 | SUCH DAMAGE. | 
 | 170 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 171 | ------------------------------------------------------------------- | 
 | 172 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 173 | Copyright (C) 2008 The Android Open Source Project | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 174 |  | 
 | 175 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 176 | you may not use this file except in compliance with the License. | 
 | 177 | You may obtain a copy of the License at | 
 | 178 |  | 
 | 179 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 | 180 |  | 
 | 181 | Unless required by applicable law or agreed to in writing, software | 
 | 182 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 183 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 184 | See the License for the specific language governing permissions and | 
 | 185 | limitations under the License. | 
 | 186 |  | 
 | 187 | ------------------------------------------------------------------- | 
 | 188 |  | 
 | 189 | Copyright (C) 2008 The Android Open Source Project | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 190 | All rights reserved. | 
 | 191 |  | 
 | 192 | Redistribution and use in source and binary forms, with or without | 
 | 193 | modification, are permitted provided that the following conditions | 
 | 194 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 195 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 196 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 197 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 198 |    notice, this list of conditions and the following disclaimer in | 
 | 199 |    the documentation and/or other materials provided with the | 
 | 200 |    distribution. | 
 | 201 |  | 
 | 202 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 203 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 204 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 205 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 206 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 207 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 208 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 209 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 210 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 211 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 212 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 213 | SUCH DAMAGE. | 
 | 214 |  | 
 | 215 | ------------------------------------------------------------------- | 
 | 216 |  | 
| Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 217 | Copyright (C) 2008 The Android Open Source Project | 
 | 218 | All rights reserved. | 
 | 219 | Copyright (c) 2013-2014, NVIDIA Corporation.  All rights reserved. | 
 | 220 |  | 
 | 221 | Redistribution and use in source and binary forms, with or without | 
 | 222 | modification, are permitted provided that the following conditions | 
 | 223 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 224 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 225 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 226 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 227 |    notice, this list of conditions and the following disclaimer in | 
 | 228 |    the documentation and/or other materials provided with the | 
 | 229 |    distribution. | 
 | 230 |  | 
 | 231 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 232 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 233 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 234 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 235 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 236 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 237 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 238 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 239 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 240 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 241 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 242 | SUCH DAMAGE. | 
 | 243 |  | 
 | 244 | ------------------------------------------------------------------- | 
 | 245 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 246 | Copyright (C) 2009 The Android Open Source Project | 
 | 247 | All rights reserved. | 
 | 248 |  | 
 | 249 | Redistribution and use in source and binary forms, with or without | 
 | 250 | modification, are permitted provided that the following conditions | 
 | 251 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 252 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 253 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 254 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 255 |    notice, this list of conditions and the following disclaimer in | 
 | 256 |    the documentation and/or other materials provided with the | 
 | 257 |    distribution. | 
 | 258 |  | 
 | 259 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 260 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 261 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 262 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 263 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 264 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 265 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 266 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 267 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 268 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 269 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 270 | SUCH DAMAGE. | 
 | 271 |  | 
 | 272 | ------------------------------------------------------------------- | 
 | 273 |  | 
 | 274 | Copyright (C) 2010 The Android Open Source Project | 
 | 275 |  | 
 | 276 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 277 | you may not use this file except in compliance with the License. | 
 | 278 | You may obtain a copy of the License at | 
 | 279 |  | 
 | 280 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 | 281 |  | 
 | 282 | Unless required by applicable law or agreed to in writing, software | 
 | 283 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 284 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 285 | See the License for the specific language governing permissions and | 
 | 286 | limitations under the License. | 
 | 287 |  | 
 | 288 | ------------------------------------------------------------------- | 
 | 289 |  | 
 | 290 | Copyright (C) 2010 The Android Open Source Project | 
 | 291 | All rights reserved. | 
 | 292 |  | 
 | 293 | Redistribution and use in source and binary forms, with or without | 
 | 294 | modification, are permitted provided that the following conditions | 
 | 295 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 296 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 297 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 298 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 299 |    notice, this list of conditions and the following disclaimer in | 
 | 300 |    the documentation and/or other materials provided with the | 
 | 301 |    distribution. | 
 | 302 |  | 
 | 303 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 304 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 305 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 306 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 307 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 308 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 309 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 310 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 311 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 312 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 313 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 314 | SUCH DAMAGE. | 
 | 315 |  | 
 | 316 | ------------------------------------------------------------------- | 
 | 317 |  | 
 | 318 | Copyright (C) 2010 The Android Open Source Project | 
 | 319 | Copyright (c) 2008 ARM Ltd | 
 | 320 | All rights reserved. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 321 |  | 
 | 322 | Redistribution and use in source and binary forms, with or without | 
 | 323 | modification, are permitted provided that the following conditions | 
 | 324 | are met: | 
 | 325 | 1. Redistributions of source code must retain the above copyright | 
 | 326 |    notice, this list of conditions and the following disclaimer. | 
 | 327 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 328 |    notice, this list of conditions and the following disclaimer in the | 
 | 329 |    documentation and/or other materials provided with the distribution. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 330 | 3. The name of the company may not be used to endorse or promote | 
 | 331 |    products derived from this software without specific prior written | 
 | 332 |    permission. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 333 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 334 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED | 
 | 335 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | 
 | 336 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
 | 337 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
 | 338 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | 
 | 339 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | 
 | 340 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | 
 | 341 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 
 | 342 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
 | 343 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 344 |  | 
 | 345 | Android adaptation and tweak by Jim Huang <jserv@0xlab.org>. | 
 | 346 |  | 
 | 347 | ------------------------------------------------------------------- | 
 | 348 |  | 
 | 349 | Copyright (C) 2011 The Android Open Source Project | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 350 | All rights reserved. | 
 | 351 |  | 
 | 352 | Redistribution and use in source and binary forms, with or without | 
 | 353 | modification, are permitted provided that the following conditions | 
 | 354 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 355 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 356 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 357 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 358 |    notice, this list of conditions and the following disclaimer in | 
 | 359 |    the documentation and/or other materials provided with the | 
 | 360 |    distribution. | 
 | 361 |  | 
 | 362 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 363 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 364 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 365 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 366 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 367 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 368 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 369 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 370 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 371 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 372 | 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] | 373 | SUCH DAMAGE. | 
 | 374 |  | 
 | 375 | ------------------------------------------------------------------- | 
 | 376 |  | 
 | 377 | Copyright (C) 2012 The Android Open Source Project | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 378 |  | 
 | 379 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 380 | you may not use this file except in compliance with the License. | 
 | 381 | You may obtain a copy of the License at | 
 | 382 |  | 
 | 383 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 | 384 |  | 
 | 385 | Unless required by applicable law or agreed to in writing, software | 
 | 386 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 387 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 388 | See the License for the specific language governing permissions and | 
 | 389 | limitations under the License. | 
 | 390 |  | 
 | 391 | ------------------------------------------------------------------- | 
 | 392 |  | 
 | 393 | Copyright (C) 2012 The Android Open Source Project | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 394 | All rights reserved. | 
 | 395 |  | 
 | 396 | Redistribution and use in source and binary forms, with or without | 
 | 397 | modification, are permitted provided that the following conditions | 
 | 398 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 399 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 400 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 401 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 402 |    notice, this list of conditions and the following disclaimer in | 
 | 403 |    the documentation and/or other materials provided with the | 
 | 404 |    distribution. | 
 | 405 |  | 
 | 406 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 407 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 408 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 409 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 410 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 411 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 412 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 413 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 414 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 415 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 416 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 417 | SUCH DAMAGE. | 
 | 418 |  | 
 | 419 | ------------------------------------------------------------------- | 
 | 420 |  | 
| Elliott Hughes | 3a4c454 | 2017-07-19 17:20:24 -0700 | [diff] [blame] | 421 | Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org> | 
 | 422 |  | 
 | 423 | Redistribution and use in source and binary forms, with or without | 
 | 424 | modification, are permitted provided that the following conditions | 
 | 425 | are met: | 
 | 426 | 1. Redistributions of source code must retain the above copyright | 
 | 427 |    notice, this list of conditions and the following disclaimer. | 
 | 428 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 429 |    notice, this list of conditions and the following disclaimer in the | 
 | 430 |    documentation and/or other materials provided with the distribution. | 
 | 431 |  | 
 | 432 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 433 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 434 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 435 | ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 436 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 437 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 438 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 439 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 440 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 441 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 442 | SUCH DAMAGE. | 
 | 443 |  | 
 | 444 | ------------------------------------------------------------------- | 
 | 445 |  | 
| Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 446 | Copyright (C) 2013 The Android Open Source Project | 
 | 447 |  | 
 | 448 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 449 | you may not use this file except in compliance with the License. | 
 | 450 | You may obtain a copy of the License at | 
 | 451 |  | 
 | 452 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 | 453 |  | 
 | 454 | Unless required by applicable law or agreed to in writing, software | 
 | 455 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 456 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 457 | See the License for the specific language governing permissions and | 
 | 458 | limitations under the License. | 
 | 459 |  | 
 | 460 | ------------------------------------------------------------------- | 
 | 461 |  | 
 | 462 | Copyright (C) 2013 The Android Open Source Project | 
 | 463 | All rights reserved. | 
 | 464 |  | 
 | 465 | Redistribution and use in source and binary forms, with or without | 
 | 466 | modification, are permitted provided that the following conditions | 
 | 467 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 468 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 469 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 470 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 471 |    notice, this list of conditions and the following disclaimer in | 
 | 472 |    the documentation and/or other materials provided with the | 
 | 473 |    distribution. | 
 | 474 |  | 
 | 475 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 476 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 477 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 478 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 479 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 480 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 481 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 482 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 483 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 484 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 485 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 486 | SUCH DAMAGE. | 
 | 487 |  | 
 | 488 | ------------------------------------------------------------------- | 
 | 489 |  | 
| Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 490 | Copyright (C) 2013 The Android Open Source Project | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 491 | All rights reserved. | 
 | 492 | Copyright (c) 2013-2014 NVIDIA Corporation.  All rights reserved. | 
 | 493 |  | 
 | 494 | Redistribution and use in source and binary forms, with or without | 
 | 495 | modification, are permitted provided that the following conditions | 
 | 496 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 497 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 498 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 499 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 500 |    notice, this list of conditions and the following disclaimer in | 
 | 501 |    the documentation and/or other materials provided with the | 
 | 502 |    distribution. | 
 | 503 |  | 
 | 504 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 505 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 506 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 507 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 508 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 509 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 510 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 511 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 512 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 513 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 514 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 515 | SUCH DAMAGE. | 
 | 516 |  | 
 | 517 | ------------------------------------------------------------------- | 
 | 518 |  | 
| Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 519 | Copyright (C) 2014 The Android Open Source Project | 
 | 520 |  | 
 | 521 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 522 | you may not use this file except in compliance with the License. | 
 | 523 | You may obtain a copy of the License at | 
 | 524 |  | 
 | 525 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 | 526 |  | 
 | 527 | Unless required by applicable law or agreed to in writing, software | 
 | 528 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 529 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 530 | See the License for the specific language governing permissions and | 
 | 531 | limitations under the License. | 
 | 532 |  | 
 | 533 | ------------------------------------------------------------------- | 
 | 534 |  | 
 | 535 | Copyright (C) 2014 The Android Open Source Project | 
 | 536 | All rights reserved. | 
 | 537 |  | 
 | 538 | Redistribution and use in source and binary forms, with or without | 
 | 539 | modification, are permitted provided that the following conditions | 
 | 540 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 541 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 542 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 543 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 544 |    notice, this list of conditions and the following disclaimer in | 
 | 545 |    the documentation and/or other materials provided with the | 
 | 546 |    distribution. | 
 | 547 |  | 
 | 548 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 549 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 550 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 551 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 552 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 553 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 554 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 555 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 556 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 557 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 558 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 559 | SUCH DAMAGE. | 
 | 560 |  | 
 | 561 | ------------------------------------------------------------------- | 
 | 562 |  | 
| Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 563 | Copyright (C) 2015 The Android Open Source Project | 
 | 564 |  | 
 | 565 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 566 | you may not use this file except in compliance with the License. | 
 | 567 | You may obtain a copy of the License at | 
 | 568 |  | 
 | 569 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 | 570 |  | 
| Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 571 | Unless required by applicable law or agreed to in writing, software | 
 | 572 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 573 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 574 | See the License for the specific language governing permissions and | 
 | 575 | limitations under the License. | 
 | 576 |  | 
 | 577 | ------------------------------------------------------------------- | 
 | 578 |  | 
 | 579 | Copyright (C) 2015 The Android Open Source Project | 
 | 580 | All rights reserved. | 
 | 581 |  | 
 | 582 | Redistribution and use in source and binary forms, with or without | 
 | 583 | modification, are permitted provided that the following conditions | 
 | 584 | are met: | 
 | 585 |  * Redistributions of source code must retain the above copyright | 
 | 586 |    notice, this list of conditions and the following disclaimer. | 
 | 587 |  * Redistributions in binary form must reproduce the above copyright | 
 | 588 |    notice, this list of conditions and the following disclaimer in | 
 | 589 |    the documentation and/or other materials provided with the | 
 | 590 |    distribution. | 
 | 591 |  | 
 | 592 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 593 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 594 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 595 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 596 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 597 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 598 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 599 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 600 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 601 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 602 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 603 | SUCH DAMAGE. | 
 | 604 |  | 
 | 605 | ------------------------------------------------------------------- | 
 | 606 |  | 
| Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 607 | Copyright (C) 2016 The Android Open Source Project | 
 | 608 |  | 
 | 609 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 610 | you may not use this file except in compliance with the License. | 
 | 611 | You may obtain a copy of the License at | 
 | 612 |  | 
 | 613 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 | 614 |  | 
 | 615 | Unless required by applicable law or agreed to in writing, software | 
 | 616 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 617 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 618 | See the License for the specific language governing permissions and | 
 | 619 | limitations under the License. | 
 | 620 |  | 
 | 621 | ------------------------------------------------------------------- | 
 | 622 |  | 
 | 623 | Copyright (C) 2016 The Android Open Source Project | 
 | 624 | All rights reserved. | 
 | 625 |  | 
 | 626 | Redistribution and use in source and binary forms, with or without | 
 | 627 | modification, are permitted provided that the following conditions | 
 | 628 | are met: | 
 | 629 |  * Redistributions of source code must retain the above copyright | 
 | 630 |    notice, this list of conditions and the following disclaimer. | 
 | 631 |  * Redistributions in binary form must reproduce the above copyright | 
 | 632 |    notice, this list of conditions and the following disclaimer in | 
 | 633 |    the documentation and/or other materials provided with the | 
 | 634 |    distribution. | 
 | 635 |  | 
 | 636 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 637 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 638 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 639 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 640 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 641 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 642 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 643 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 644 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 645 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 646 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 647 | SUCH DAMAGE. | 
 | 648 |  | 
 | 649 | ------------------------------------------------------------------- | 
 | 650 |  | 
| mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 651 | Copyright (C) 2017 The Android Open Source Project | 
| Paul Lawrence | dfe8434 | 2017-02-16 09:24:39 -0800 | [diff] [blame] | 652 |  | 
 | 653 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 654 | you may not use this file except in compliance with the License. | 
 | 655 | You may obtain a copy of the License at | 
 | 656 |  | 
 | 657 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 | 658 |  | 
 | 659 | Unless required by applicable law or agreed to in writing, software | 
 | 660 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 661 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 662 | See the License for the specific language governing permissions and | 
 | 663 | limitations under the License. | 
 | 664 |  | 
 | 665 | ------------------------------------------------------------------- | 
 | 666 |  | 
 | 667 | Copyright (C) 2017 The Android Open Source Project | 
| mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 668 | All rights reserved. | 
 | 669 |  | 
| Jake Weinstein | 04d99df | 2016-08-25 20:03:25 -0400 | [diff] [blame] | 670 | Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. | 
 | 671 |  | 
 | 672 | Redistribution and use in source and binary forms, with or without | 
 | 673 | modification, are permitted provided that the following conditions | 
 | 674 | are met: | 
 | 675 |  * Redistributions of source code must retain the above copyright | 
 | 676 |    notice, this list of conditions and the following disclaimer. | 
 | 677 |  * Redistributions in binary form must reproduce the above copyright | 
 | 678 |    notice, this list of conditions and the following disclaimer in | 
 | 679 |    the documentation and/or other materials provided with the | 
 | 680 |    distribution. | 
 | 681 |  | 
 | 682 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 683 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 684 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 685 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 686 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 687 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 688 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 689 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 690 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 691 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 692 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 693 | SUCH DAMAGE. | 
 | 694 |  | 
 | 695 | ------------------------------------------------------------------- | 
 | 696 |  | 
 | 697 | Copyright (C) 2017 The Android Open Source Project | 
 | 698 | All rights reserved. | 
 | 699 |  | 
| mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 700 | Redistribution and use in source and binary forms, with or without | 
 | 701 | modification, are permitted provided that the following conditions | 
 | 702 | are met: | 
 | 703 |  * Redistributions of source code must retain the above copyright | 
 | 704 |    notice, this list of conditions and the following disclaimer. | 
 | 705 |  * Redistributions in binary form must reproduce the above copyright | 
 | 706 |    notice, this list of conditions and the following disclaimer in | 
 | 707 |    the documentation and/or other materials provided with the | 
 | 708 |    distribution. | 
 | 709 |  | 
 | 710 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 711 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 712 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 713 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 714 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 715 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 716 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 717 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 718 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 719 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 720 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 721 | SUCH DAMAGE. | 
 | 722 |  | 
 | 723 | ------------------------------------------------------------------- | 
 | 724 |  | 
| dimitry | 581723e | 2018-01-05 14:31:44 +0100 | [diff] [blame] | 725 | Copyright (C) 2018 The Android Open Source Project | 
 | 726 | All rights reserved. | 
 | 727 |  | 
 | 728 | Redistribution and use in source and binary forms, with or without | 
 | 729 | modification, are permitted provided that the following conditions | 
 | 730 | are met: | 
 | 731 |  * Redistributions of source code must retain the above copyright | 
 | 732 |    notice, this list of conditions and the following disclaimer. | 
 | 733 |  * Redistributions in binary form must reproduce the above copyright | 
 | 734 |    notice, this list of conditions and the following disclaimer in | 
 | 735 |    the documentation and/or other materials provided with the | 
 | 736 |    distribution. | 
 | 737 |  | 
 | 738 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 739 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 740 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 741 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 742 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 743 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 744 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 745 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 746 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 747 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 748 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 749 | SUCH DAMAGE. | 
 | 750 |  | 
 | 751 | ------------------------------------------------------------------- | 
 | 752 |  | 
| Ryan Prichard | 45d1349 | 2019-01-03 02:51:30 -0800 | [diff] [blame] | 753 | Copyright (C) 2019 The Android Open Source Project | 
 | 754 | All rights reserved. | 
 | 755 |  | 
 | 756 | Redistribution and use in source and binary forms, with or without | 
 | 757 | modification, are permitted provided that the following conditions | 
 | 758 | are met: | 
 | 759 |  * Redistributions of source code must retain the above copyright | 
 | 760 |    notice, this list of conditions and the following disclaimer. | 
 | 761 |  * Redistributions in binary form must reproduce the above copyright | 
 | 762 |    notice, this list of conditions and the following disclaimer in | 
 | 763 |    the documentation and/or other materials provided with the | 
 | 764 |    distribution. | 
 | 765 |  | 
 | 766 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 767 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 768 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 769 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 770 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 771 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 772 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 773 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 774 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 775 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 776 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 777 | SUCH DAMAGE. | 
 | 778 |  | 
 | 779 | ------------------------------------------------------------------- | 
 | 780 |  | 
| Ryan Prichard | 8bff8bb | 2020-01-22 13:59:03 -0800 | [diff] [blame] | 781 | Copyright (C) 2020 The Android Open Source Project | 
 | 782 | All rights reserved. | 
 | 783 |  | 
 | 784 | Redistribution and use in source and binary forms, with or without | 
 | 785 | modification, are permitted provided that the following conditions | 
 | 786 | are met: | 
 | 787 |  * Redistributions of source code must retain the above copyright | 
 | 788 |    notice, this list of conditions and the following disclaimer. | 
 | 789 |  * Redistributions in binary form must reproduce the above copyright | 
 | 790 |    notice, this list of conditions and the following disclaimer in | 
 | 791 |    the documentation and/or other materials provided with the | 
 | 792 |    distribution. | 
 | 793 |  | 
 | 794 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 795 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 796 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 797 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 798 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 799 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 800 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 801 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 802 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 803 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 804 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 805 | SUCH DAMAGE. | 
 | 806 |  | 
 | 807 | ------------------------------------------------------------------- | 
 | 808 |  | 
| Evgenii Stepanov | 8564b8d | 2020-12-15 13:55:32 -0800 | [diff] [blame] | 809 | Copyright (C) 2021 The Android Open Source Project | 
 | 810 | All rights reserved. | 
 | 811 |  | 
 | 812 | Redistribution and use in source and binary forms, with or without | 
 | 813 | modification, are permitted provided that the following conditions | 
 | 814 | are met: | 
 | 815 |  * Redistributions of source code must retain the above copyright | 
 | 816 |    notice, this list of conditions and the following disclaimer. | 
 | 817 |  * Redistributions in binary form must reproduce the above copyright | 
 | 818 |    notice, this list of conditions and the following disclaimer in | 
 | 819 |    the documentation and/or other materials provided with the | 
 | 820 |    distribution. | 
 | 821 |  | 
 | 822 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 823 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 824 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 825 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 826 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 827 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 828 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 829 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 830 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 831 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 832 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 833 | SUCH DAMAGE. | 
 | 834 |  | 
 | 835 | ------------------------------------------------------------------- | 
 | 836 |  | 
| Colin Cross | 9da85fa | 2022-01-24 18:20:05 -0800 | [diff] [blame] | 837 | Copyright (C) 2022 The Android Open Source Project | 
 | 838 | All rights reserved. | 
 | 839 |  | 
 | 840 | Redistribution and use in source and binary forms, with or without | 
 | 841 | modification, are permitted provided that the following conditions | 
 | 842 | are met: | 
 | 843 |  * Redistributions of source code must retain the above copyright | 
 | 844 |    notice, this list of conditions and the following disclaimer. | 
 | 845 |  * Redistributions in binary form must reproduce the above copyright | 
 | 846 |    notice, this list of conditions and the following disclaimer in | 
 | 847 |    the documentation and/or other materials provided with the | 
 | 848 |    distribution. | 
 | 849 |  | 
 | 850 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 851 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 852 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 853 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 854 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 855 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 856 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 857 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 858 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 859 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 860 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 861 | SUCH DAMAGE. | 
 | 862 |  | 
 | 863 | ------------------------------------------------------------------- | 
 | 864 |  | 
| Elliott Hughes | dbf5b2e | 2023-04-03 16:30:39 -0700 | [diff] [blame] | 865 | Copyright (C) 2023 The Android Open Source Project | 
 | 866 | All rights reserved. | 
 | 867 |  | 
 | 868 | Redistribution and use in source and binary forms, with or without | 
 | 869 | modification, are permitted provided that the following conditions | 
 | 870 | are met: | 
 | 871 |  * Redistributions of source code must retain the above copyright | 
 | 872 |    notice, this list of conditions and the following disclaimer. | 
 | 873 |  * Redistributions in binary form must reproduce the above copyright | 
 | 874 |    notice, this list of conditions and the following disclaimer in | 
 | 875 |    the documentation and/or other materials provided with the | 
 | 876 |    distribution. | 
 | 877 |  | 
 | 878 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 879 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 880 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 881 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 882 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 883 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 884 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 885 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 886 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 887 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 888 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 889 | SUCH DAMAGE. | 
 | 890 |  | 
 | 891 | ------------------------------------------------------------------- | 
 | 892 |  | 
| Elliott Hughes | 78afa49 | 2024-01-17 17:02:30 -0800 | [diff] [blame] | 893 | Copyright (C) 2024 The Android Open Source Project | 
 | 894 | All rights reserved. | 
 | 895 |  | 
 | 896 | Redistribution and use in source and binary forms, with or without | 
 | 897 | modification, are permitted provided that the following conditions | 
 | 898 | are met: | 
 | 899 |  * Redistributions of source code must retain the above copyright | 
 | 900 |    notice, this list of conditions and the following disclaimer. | 
 | 901 |  * Redistributions in binary form must reproduce the above copyright | 
 | 902 |    notice, this list of conditions and the following disclaimer in | 
 | 903 |    the documentation and/or other materials provided with the | 
 | 904 |    distribution. | 
 | 905 |  | 
 | 906 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 907 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 908 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 909 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 910 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 911 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 912 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 913 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 914 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 915 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 916 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 917 | SUCH DAMAGE. | 
 | 918 |  | 
 | 919 | ------------------------------------------------------------------- | 
 | 920 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 921 | Copyright (c) 1980, 1983, 1988, 1993 | 
 | 922 |    The Regents of the University of California.  All rights reserved. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 923 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 924 | Redistribution and use in source and binary forms, with or without | 
 | 925 | modification, are permitted provided that the following conditions | 
 | 926 | are met: | 
 | 927 | 1. Redistributions of source code must retain the above copyright | 
 | 928 |    notice, this list of conditions and the following disclaimer. | 
 | 929 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 930 |    notice, this list of conditions and the following disclaimer in the | 
 | 931 |    documentation and/or other materials provided with the distribution. | 
 | 932 | 3. All advertising materials mentioning features or use of this software | 
 | 933 |    must display the following acknowledgement: | 
 | 934 |    This product includes software developed by the University of | 
 | 935 |    California, Berkeley and its contributors. | 
 | 936 | 4. Neither the name of the University nor the names of its contributors | 
 | 937 |    may be used to endorse or promote products derived from this software | 
 | 938 |    without specific prior written permission. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 939 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 940 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 941 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 942 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 943 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 944 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 945 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 946 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 947 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 948 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 949 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 950 | SUCH DAMAGE. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 951 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 952 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 953 | Portions Copyright (c) 1993 by Digital Equipment Corporation. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 954 |  | 
 | 955 | Permission to use, copy, modify, and distribute this software for any | 
 | 956 | purpose with or without fee is hereby granted, provided that the above | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 957 | copyright notice and this permission notice appear in all copies, and that | 
 | 958 | the name of Digital Equipment Corporation not be used in advertising or | 
 | 959 | publicity pertaining to distribution of the document or software without | 
 | 960 | specific, written prior permission. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 961 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 962 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL | 
 | 963 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES | 
 | 964 | OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT | 
 | 965 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL | 
 | 966 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR | 
 | 967 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS | 
 | 968 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS | 
 | 969 | SOFTWARE. | 
 | 970 |  | 
 | 971 | ------------------------------------------------------------------- | 
 | 972 |  | 
| Elliott Hughes | afb8e05 | 2023-10-23 17:45:13 -0700 | [diff] [blame] | 973 | Copyright (c) 1982, 1986, 1988, 1993 | 
 | 974 |    The Regents of the University of California.  All rights reserved. | 
 | 975 |  | 
 | 976 | Redistribution and use in source and binary forms, with or without | 
 | 977 | modification, are permitted provided that the following conditions | 
 | 978 | are met: | 
 | 979 | 1. Redistributions of source code must retain the above copyright | 
 | 980 |    notice, this list of conditions and the following disclaimer. | 
 | 981 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 982 |    notice, this list of conditions and the following disclaimer in the | 
 | 983 |    documentation and/or other materials provided with the distribution. | 
 | 984 | 3. Neither the name of the University nor the names of its contributors | 
 | 985 |    may be used to endorse or promote products derived from this software | 
 | 986 |    without specific prior written permission. | 
 | 987 |  | 
 | 988 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 989 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 990 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 991 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 992 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 993 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 994 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 995 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 996 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 997 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 998 | SUCH DAMAGE. | 
 | 999 |  | 
 | 1000 | ------------------------------------------------------------------- | 
 | 1001 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1002 | Copyright (c) 1982, 1986, 1993 | 
 | 1003 |    The Regents of the University of California.  All rights reserved. | 
 | 1004 |  | 
 | 1005 | Redistribution and use in source and binary forms, with or without | 
 | 1006 | modification, are permitted provided that the following conditions | 
 | 1007 | are met: | 
 | 1008 | 1. Redistributions of source code must retain the above copyright | 
 | 1009 |    notice, this list of conditions and the following disclaimer. | 
 | 1010 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1011 |    notice, this list of conditions and the following disclaimer in the | 
 | 1012 |    documentation and/or other materials provided with the distribution. | 
 | 1013 | 3. Neither the name of the University nor the names of its contributors | 
 | 1014 |    may be used to endorse or promote products derived from this software | 
 | 1015 |    without specific prior written permission. | 
 | 1016 |  | 
 | 1017 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1018 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1019 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1020 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1021 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1022 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1023 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1024 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1025 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1026 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1027 | SUCH DAMAGE. | 
 | 1028 |  | 
 | 1029 | ------------------------------------------------------------------- | 
 | 1030 |  | 
| Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 1031 | Copyright (c) 1982, 1986, 1993 | 
 | 1032 |    The Regents of the University of California.  All rights reserved. | 
 | 1033 | (c) UNIX System Laboratories, Inc. | 
 | 1034 | All or some portions of this file are derived from material licensed | 
 | 1035 | to the University of California by American Telephone and Telegraph | 
 | 1036 | Co. or Unix System Laboratories, Inc. and are reproduced herein with | 
 | 1037 | the permission of UNIX System Laboratories, Inc. | 
 | 1038 |  | 
 | 1039 | Redistribution and use in source and binary forms, with or without | 
 | 1040 | modification, are permitted provided that the following conditions | 
 | 1041 | are met: | 
 | 1042 | 1. Redistributions of source code must retain the above copyright | 
 | 1043 |    notice, this list of conditions and the following disclaimer. | 
 | 1044 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1045 |    notice, this list of conditions and the following disclaimer in the | 
 | 1046 |    documentation and/or other materials provided with the distribution. | 
 | 1047 | 3. Neither the name of the University nor the names of its contributors | 
 | 1048 |    may be used to endorse or promote products derived from this software | 
 | 1049 |    without specific prior written permission. | 
 | 1050 |  | 
 | 1051 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1052 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1053 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1054 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1055 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1056 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1057 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1058 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1059 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1060 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1061 | SUCH DAMAGE. | 
 | 1062 |  | 
 | 1063 | ------------------------------------------------------------------- | 
 | 1064 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1065 | Copyright (c) 1983, 1987, 1989 | 
 | 1066 |    The Regents of the University of California.  All rights reserved. | 
 | 1067 |  | 
 | 1068 | Redistribution and use in source and binary forms, with or without | 
 | 1069 | modification, are permitted provided that the following conditions | 
 | 1070 | are met: | 
 | 1071 | 1. Redistributions of source code must retain the above copyright | 
 | 1072 |    notice, this list of conditions and the following disclaimer. | 
 | 1073 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1074 |    notice, this list of conditions and the following disclaimer in the | 
 | 1075 |    documentation and/or other materials provided with the distribution. | 
 | 1076 | 3. Neither the name of the University nor the names of its contributors | 
 | 1077 |    may be used to endorse or promote products derived from this software | 
 | 1078 |    without specific prior written permission. | 
 | 1079 |  | 
 | 1080 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1081 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1082 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1083 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1084 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1085 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1086 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1087 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1088 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1089 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1090 | SUCH DAMAGE. | 
 | 1091 |  | 
 | 1092 | ------------------------------------------------------------------- | 
 | 1093 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1094 | Copyright (c) 1983, 1989 | 
 | 1095 |    The Regents of the University of California.  All rights reserved. | 
 | 1096 |  | 
 | 1097 | Redistribution and use in source and binary forms, with or without | 
 | 1098 | modification, are permitted provided that the following conditions | 
 | 1099 | are met: | 
 | 1100 | 1. Redistributions of source code must retain the above copyright | 
 | 1101 |    notice, this list of conditions and the following disclaimer. | 
 | 1102 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1103 |    notice, this list of conditions and the following disclaimer in the | 
 | 1104 |    documentation and/or other materials provided with the distribution. | 
 | 1105 | 3. All advertising materials mentioning features or use of this software | 
 | 1106 |    must display the following acknowledgement: | 
 | 1107 |     This product includes software developed by the University of | 
 | 1108 |     California, Berkeley and its contributors. | 
 | 1109 | 4. Neither the name of the University nor the names of its contributors | 
 | 1110 |    may be used to endorse or promote products derived from this software | 
 | 1111 |    without specific prior written permission. | 
 | 1112 |  | 
 | 1113 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1114 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1115 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1116 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1117 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1118 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1119 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1120 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1121 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1122 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1123 | SUCH DAMAGE. | 
 | 1124 |  | 
 | 1125 | ------------------------------------------------------------------- | 
 | 1126 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1127 | Copyright (c) 1983, 1989, 1993 | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1128 |    The Regents of the University of California.  All rights reserved. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1129 |  | 
 | 1130 | Redistribution and use in source and binary forms, with or without | 
 | 1131 | modification, are permitted provided that the following conditions | 
 | 1132 | are met: | 
 | 1133 | 1. Redistributions of source code must retain the above copyright | 
 | 1134 |    notice, this list of conditions and the following disclaimer. | 
 | 1135 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1136 |    notice, this list of conditions and the following disclaimer in the | 
 | 1137 |    documentation and/or other materials provided with the distribution. | 
 | 1138 | 3. Neither the name of the University nor the names of its contributors | 
 | 1139 |    may be used to endorse or promote products derived from this software | 
 | 1140 |    without specific prior written permission. | 
 | 1141 |  | 
 | 1142 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1143 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1144 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1145 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1146 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1147 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1148 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1149 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1150 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1151 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1152 | SUCH DAMAGE. | 
 | 1153 |  | 
 | 1154 | ------------------------------------------------------------------- | 
 | 1155 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1156 | Copyright (c) 1983, 1993 | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1157 |    The Regents of the University of California.  All rights reserved. | 
 | 1158 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1159 | Redistribution and use in source and binary forms, with or without | 
 | 1160 | modification, are permitted provided that the following conditions | 
 | 1161 | are met: | 
 | 1162 | 1. Redistributions of source code must retain the above copyright | 
 | 1163 |    notice, this list of conditions and the following disclaimer. | 
 | 1164 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1165 |    notice, this list of conditions and the following disclaimer in the | 
 | 1166 |    documentation and/or other materials provided with the distribution. | 
 | 1167 | 3. Neither the name of the University nor the names of its contributors | 
 | 1168 |    may be used to endorse or promote products derived from this software | 
 | 1169 |    without specific prior written permission. | 
 | 1170 |  | 
 | 1171 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1172 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1173 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1174 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1175 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1176 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1177 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1178 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1179 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1180 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1181 | SUCH DAMAGE. | 
 | 1182 |  | 
 | 1183 | ------------------------------------------------------------------- | 
 | 1184 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1185 | Copyright (c) 1985 | 
 | 1186 |    The Regents of the University of California.  All rights reserved. | 
 | 1187 |  | 
 | 1188 | Redistribution and use in source and binary forms, with or without | 
 | 1189 | modification, are permitted provided that the following conditions | 
 | 1190 | are met: | 
 | 1191 | 1. Redistributions of source code must retain the above copyright | 
 | 1192 |    notice, this list of conditions and the following disclaimer. | 
 | 1193 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1194 |    notice, this list of conditions and the following disclaimer in the | 
 | 1195 |    documentation and/or other materials provided with the distribution. | 
 | 1196 | 3. All advertising materials mentioning features or use of this software | 
 | 1197 |    must display the following acknowledgement: | 
 | 1198 |     This product includes software developed by the University of | 
 | 1199 |     California, Berkeley and its contributors. | 
 | 1200 | 4. Neither the name of the University nor the names of its contributors | 
 | 1201 |    may be used to endorse or promote products derived from this software | 
 | 1202 |    without specific prior written permission. | 
 | 1203 |  | 
 | 1204 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1205 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1206 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1207 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1208 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1209 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1210 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1211 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1212 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1213 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1214 | SUCH DAMAGE. | 
 | 1215 |  | 
 | 1216 | ------------------------------------------------------------------- | 
 | 1217 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1218 | Copyright (c) 1985 Regents of the University of California. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1219 | All rights reserved. | 
 | 1220 |  | 
 | 1221 | Redistribution and use in source and binary forms, with or without | 
 | 1222 | modification, are permitted provided that the following conditions | 
 | 1223 | are met: | 
 | 1224 | 1. Redistributions of source code must retain the above copyright | 
 | 1225 |    notice, this list of conditions and the following disclaimer. | 
 | 1226 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1227 |    notice, this list of conditions and the following disclaimer in the | 
 | 1228 |    documentation and/or other materials provided with the distribution. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1229 | 3. Neither the name of the University nor the names of its contributors | 
 | 1230 |    may be used to endorse or promote products derived from this software | 
 | 1231 |    without specific prior written permission. | 
 | 1232 |  | 
 | 1233 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1234 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1235 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1236 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1237 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1238 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1239 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1240 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1241 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1242 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1243 | SUCH DAMAGE. | 
 | 1244 |  | 
 | 1245 | ------------------------------------------------------------------- | 
 | 1246 |  | 
 | 1247 | Copyright (c) 1985, 1988, 1993 | 
 | 1248 |    The Regents of the University of California.  All rights reserved. | 
 | 1249 |  | 
 | 1250 | Redistribution and use in source and binary forms, with or without | 
 | 1251 | modification, are permitted provided that the following conditions | 
 | 1252 | are met: | 
 | 1253 | 1. Redistributions of source code must retain the above copyright | 
 | 1254 |    notice, this list of conditions and the following disclaimer. | 
 | 1255 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1256 |    notice, this list of conditions and the following disclaimer in the | 
 | 1257 |    documentation and/or other materials provided with the distribution. | 
 | 1258 | 3. Neither the name of the University nor the names of its contributors | 
 | 1259 |    may be used to endorse or promote products derived from this software | 
 | 1260 |    without specific prior written permission. | 
 | 1261 |  | 
 | 1262 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1263 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1264 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1265 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1266 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1267 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1268 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1269 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1270 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1271 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1272 | SUCH DAMAGE. | 
 | 1273 |  | 
 | 1274 | Portions Copyright (c) 1993 by Digital Equipment Corporation. | 
 | 1275 |  | 
 | 1276 | Permission to use, copy, modify, and distribute this software for any | 
 | 1277 | purpose with or without fee is hereby granted, provided that the above | 
 | 1278 | copyright notice and this permission notice appear in all copies, and that | 
 | 1279 | the name of Digital Equipment Corporation not be used in advertising or | 
 | 1280 | publicity pertaining to distribution of the document or software without | 
 | 1281 | specific, written prior permission. | 
 | 1282 |  | 
 | 1283 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL | 
 | 1284 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES | 
 | 1285 | OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT | 
 | 1286 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL | 
 | 1287 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR | 
 | 1288 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS | 
 | 1289 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS | 
 | 1290 | SOFTWARE. | 
 | 1291 |  | 
 | 1292 | ------------------------------------------------------------------- | 
 | 1293 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1294 | Copyright (c) 1985, 1989, 1993 | 
 | 1295 |    The Regents of the University of California.  All rights reserved. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1296 |  | 
 | 1297 | Redistribution and use in source and binary forms, with or without | 
 | 1298 | modification, are permitted provided that the following conditions | 
 | 1299 | are met: | 
 | 1300 | 1. Redistributions of source code must retain the above copyright | 
 | 1301 |    notice, this list of conditions and the following disclaimer. | 
 | 1302 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1303 |    notice, this list of conditions and the following disclaimer in the | 
 | 1304 |    documentation and/or other materials provided with the distribution. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1305 | 3. All advertising materials mentioning features or use of this software | 
 | 1306 |    must display the following acknowledgement: | 
 | 1307 |     This product includes software developed by the University of | 
 | 1308 |     California, Berkeley and its contributors. | 
 | 1309 | 4. Neither the name of the University nor the names of its contributors | 
 | 1310 |    may be used to endorse or promote products derived from this software | 
 | 1311 |    without specific prior written permission. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1312 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1313 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1314 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1315 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1316 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1317 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1318 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1319 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1320 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1321 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1322 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1323 | SUCH DAMAGE. | 
 | 1324 |  | 
 | 1325 | ------------------------------------------------------------------- | 
 | 1326 |  | 
 | 1327 | Copyright (c) 1985, 1993 | 
 | 1328 |    The Regents of the University of California.  All rights reserved. | 
 | 1329 |  | 
 | 1330 | Redistribution and use in source and binary forms, with or without | 
 | 1331 | modification, are permitted provided that the following conditions | 
 | 1332 | are met: | 
 | 1333 | 1. Redistributions of source code must retain the above copyright | 
 | 1334 |    notice, this list of conditions and the following disclaimer. | 
 | 1335 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1336 |    notice, this list of conditions and the following disclaimer in the | 
 | 1337 |    documentation and/or other materials provided with the distribution. | 
 | 1338 | 3. All advertising materials mentioning features or use of this software | 
 | 1339 |    must display the following acknowledgement: | 
 | 1340 |     This product includes software developed by the University of | 
 | 1341 |     California, Berkeley and its contributors. | 
 | 1342 | 4. Neither the name of the University nor the names of its contributors | 
 | 1343 |    may be used to endorse or promote products derived from this software | 
 | 1344 |    without specific prior written permission. | 
 | 1345 |  | 
 | 1346 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1347 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1348 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1349 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1350 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1351 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1352 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1353 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1354 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1355 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1356 | SUCH DAMAGE. | 
 | 1357 |  | 
 | 1358 | ------------------------------------------------------------------- | 
 | 1359 |  | 
 | 1360 | Copyright (c) 1985, 1993 | 
 | 1361 |    The Regents of the University of California.  All rights reserved. | 
 | 1362 |  | 
 | 1363 | Redistribution and use in source and binary forms, with or without | 
 | 1364 | modification, are permitted provided that the following conditions | 
 | 1365 | are met: | 
 | 1366 | 1. Redistributions of source code must retain the above copyright | 
 | 1367 |    notice, this list of conditions and the following disclaimer. | 
 | 1368 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1369 |    notice, this list of conditions and the following disclaimer in the | 
 | 1370 |    documentation and/or other materials provided with the distribution. | 
 | 1371 | 3. Neither the name of the University nor the names of its contributors | 
 | 1372 |    may be used to endorse or promote products derived from this software | 
 | 1373 |    without specific prior written permission. | 
 | 1374 |  | 
 | 1375 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1376 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1377 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1378 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1379 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1380 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1381 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1382 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1383 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1384 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1385 | SUCH DAMAGE. | 
 | 1386 |  | 
 | 1387 | ------------------------------------------------------------------- | 
 | 1388 |  | 
 | 1389 | Copyright (c) 1987 Regents of the University of California. | 
 | 1390 | All rights reserved. | 
 | 1391 |  | 
 | 1392 | Redistribution and use in source and binary forms, with or without | 
 | 1393 | modification, are permitted provided that the following conditions | 
 | 1394 | are met: | 
 | 1395 | 1. Redistributions of source code must retain the above copyright | 
 | 1396 |    notice, this list of conditions and the following disclaimer. | 
 | 1397 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1398 |    notice, this list of conditions and the following disclaimer in the | 
 | 1399 |    documentation and/or other materials provided with the distribution. | 
 | 1400 | 3. Neither the name of the University nor the names of its contributors | 
 | 1401 |    may be used to endorse or promote products derived from this software | 
 | 1402 |    without specific prior written permission. | 
 | 1403 |  | 
 | 1404 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1405 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1406 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1407 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1408 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1409 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1410 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1411 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1412 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1413 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1414 | SUCH DAMAGE. | 
 | 1415 |  | 
 | 1416 | ------------------------------------------------------------------- | 
 | 1417 |  | 
 | 1418 | Copyright (c) 1987, 1993 | 
 | 1419 |    The Regents of the University of California.  All rights reserved. | 
 | 1420 |  | 
 | 1421 | Redistribution and use in source and binary forms, with or without | 
 | 1422 | modification, are permitted provided that the following conditions | 
 | 1423 | are met: | 
 | 1424 | 1. Redistributions of source code must retain the above copyright | 
 | 1425 |    notice, this list of conditions and the following disclaimer. | 
 | 1426 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1427 |    notice, this list of conditions and the following disclaimer in the | 
 | 1428 |    documentation and/or other materials provided with the distribution. | 
 | 1429 | 3. All advertising materials mentioning features or use of this software | 
 | 1430 |    must display the following acknowledgement: | 
 | 1431 |     This product includes software developed by the University of | 
 | 1432 |     California, Berkeley and its contributors. | 
 | 1433 | 4. Neither the name of the University nor the names of its contributors | 
 | 1434 |    may be used to endorse or promote products derived from this software | 
 | 1435 |    without specific prior written permission. | 
 | 1436 |  | 
 | 1437 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1438 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1439 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1440 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1441 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1442 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1443 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1444 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1445 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1446 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1447 | SUCH DAMAGE. | 
 | 1448 |  | 
 | 1449 | ------------------------------------------------------------------- | 
 | 1450 |  | 
 | 1451 | Copyright (c) 1987, 1993 | 
 | 1452 |    The Regents of the University of California.  All rights reserved. | 
 | 1453 |  | 
 | 1454 | Redistribution and use in source and binary forms, with or without | 
 | 1455 | modification, are permitted provided that the following conditions | 
 | 1456 | are met: | 
 | 1457 | 1. Redistributions of source code must retain the above copyright | 
 | 1458 |    notice, this list of conditions and the following disclaimer. | 
 | 1459 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1460 |    notice, this list of conditions and the following disclaimer in the | 
 | 1461 |    documentation and/or other materials provided with the distribution. | 
 | 1462 | 3. Neither the name of the University nor the names of its contributors | 
 | 1463 |    may be used to endorse or promote products derived from this software | 
 | 1464 |    without specific prior written permission. | 
 | 1465 |  | 
 | 1466 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1467 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1468 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1469 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1470 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1471 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1472 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1473 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1474 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1475 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1476 | SUCH DAMAGE. | 
 | 1477 |  | 
 | 1478 | ------------------------------------------------------------------- | 
 | 1479 |  | 
 | 1480 | Copyright (c) 1988 Regents of the University of California. | 
 | 1481 | All rights reserved. | 
 | 1482 |  | 
 | 1483 | Redistribution and use in source and binary forms, with or without | 
 | 1484 | modification, are permitted provided that the following conditions | 
 | 1485 | are met: | 
 | 1486 | 1. Redistributions of source code must retain the above copyright | 
 | 1487 |    notice, this list of conditions and the following disclaimer. | 
 | 1488 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1489 |    notice, this list of conditions and the following disclaimer in the | 
 | 1490 |    documentation and/or other materials provided with the distribution. | 
 | 1491 | 3. Neither the name of the University nor the names of its contributors | 
 | 1492 |    may be used to endorse or promote products derived from this software | 
 | 1493 |    without specific prior written permission. | 
 | 1494 |  | 
 | 1495 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1496 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1497 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1498 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1499 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1500 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1501 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1502 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1503 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1504 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1505 | SUCH DAMAGE. | 
 | 1506 |  | 
 | 1507 | ------------------------------------------------------------------- | 
 | 1508 |  | 
 | 1509 | Copyright (c) 1988 The Regents of the University of California. | 
 | 1510 | All rights reserved. | 
 | 1511 |  | 
 | 1512 | Redistribution and use in source and binary forms, with or without | 
 | 1513 | modification, are permitted provided that the following conditions | 
 | 1514 | are met: | 
 | 1515 | 1. Redistributions of source code must retain the above copyright | 
 | 1516 |    notice, this list of conditions and the following disclaimer. | 
 | 1517 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1518 |    notice, this list of conditions and the following disclaimer in the | 
 | 1519 |    documentation and/or other materials provided with the distribution. | 
 | 1520 | 3. Neither the name of the University nor the names of its contributors | 
 | 1521 |    may be used to endorse or promote products derived from this software | 
 | 1522 |    without specific prior written permission. | 
 | 1523 |  | 
 | 1524 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1525 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1526 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1527 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1528 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1529 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1530 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1531 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1532 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1533 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1534 | SUCH DAMAGE. | 
 | 1535 |  | 
 | 1536 | ------------------------------------------------------------------- | 
 | 1537 |  | 
 | 1538 | Copyright (c) 1988, 1993 | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1539 |    The Regents of the University of California.  All rights reserved. | 
 | 1540 |  | 
 | 1541 | Redistribution and use in source and binary forms, with or without | 
 | 1542 | modification, are permitted provided that the following conditions | 
 | 1543 | are met: | 
 | 1544 | 1. Redistributions of source code must retain the above copyright | 
 | 1545 |    notice, this list of conditions and the following disclaimer. | 
 | 1546 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1547 |    notice, this list of conditions and the following disclaimer in the | 
 | 1548 |    documentation and/or other materials provided with the distribution. | 
 | 1549 | 3. All advertising materials mentioning features or use of this software | 
 | 1550 |    must display the following acknowledgement: | 
 | 1551 |     This product includes software developed by the University of | 
 | 1552 |     California, Berkeley and its contributors. | 
 | 1553 | 4. Neither the name of the University nor the names of its contributors | 
 | 1554 |    may be used to endorse or promote products derived from this software | 
 | 1555 |    without specific prior written permission. | 
 | 1556 |  | 
 | 1557 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1558 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1559 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1560 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1561 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1562 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1563 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1564 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1565 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1566 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1567 | SUCH DAMAGE. | 
 | 1568 |  | 
 | 1569 | ------------------------------------------------------------------- | 
 | 1570 |  | 
 | 1571 | Copyright (c) 1988, 1993 | 
 | 1572 |    The Regents of the University of California.  All rights reserved. | 
 | 1573 |  | 
 | 1574 | Redistribution and use in source and binary forms, with or without | 
 | 1575 | modification, are permitted provided that the following conditions | 
 | 1576 | are met: | 
 | 1577 | 1. Redistributions of source code must retain the above copyright | 
 | 1578 |    notice, this list of conditions and the following disclaimer. | 
 | 1579 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1580 |    notice, this list of conditions and the following disclaimer in the | 
 | 1581 |    documentation and/or other materials provided with the distribution. | 
 | 1582 | 3. Neither the name of the University nor the names of its contributors | 
 | 1583 |    may be used to endorse or promote products derived from this software | 
 | 1584 |    without specific prior written permission. | 
 | 1585 |  | 
 | 1586 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1587 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1588 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1589 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1590 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1591 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1592 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1593 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1594 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1595 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1596 | SUCH DAMAGE. | 
 | 1597 |  | 
 | 1598 | ------------------------------------------------------------------- | 
 | 1599 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1600 | Copyright (c) 1989 The Regents of the University of California. | 
 | 1601 | All rights reserved. | 
 | 1602 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1603 | Redistribution and use in source and binary forms, with or without | 
 | 1604 | modification, are permitted provided that the following conditions | 
 | 1605 | are met: | 
 | 1606 | 1. Redistributions of source code must retain the above copyright | 
 | 1607 |    notice, this list of conditions and the following disclaimer. | 
 | 1608 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1609 |    notice, this list of conditions and the following disclaimer in the | 
 | 1610 |    documentation and/or other materials provided with the distribution. | 
 | 1611 | 3. Neither the name of the University nor the names of its contributors | 
 | 1612 |    may be used to endorse or promote products derived from this software | 
 | 1613 |    without specific prior written permission. | 
 | 1614 |  | 
 | 1615 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1616 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1617 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1618 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1619 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1620 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1621 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1622 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1623 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1624 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1625 | SUCH DAMAGE. | 
 | 1626 |  | 
 | 1627 | ------------------------------------------------------------------- | 
 | 1628 |  | 
 | 1629 | Copyright (c) 1989 The Regents of the University of California. | 
 | 1630 | All rights reserved. | 
 | 1631 | (c) UNIX System Laboratories, Inc. | 
 | 1632 | All or some portions of this file are derived from material licensed | 
 | 1633 | to the University of California by American Telephone and Telegraph | 
 | 1634 | Co. or Unix System Laboratories, Inc. and are reproduced herein with | 
 | 1635 | the permission of UNIX System Laboratories, Inc. | 
 | 1636 |  | 
 | 1637 | Redistribution and use in source and binary forms, with or without | 
 | 1638 | modification, are permitted provided that the following conditions | 
 | 1639 | are met: | 
 | 1640 | 1. Redistributions of source code must retain the above copyright | 
 | 1641 |    notice, this list of conditions and the following disclaimer. | 
 | 1642 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1643 |    notice, this list of conditions and the following disclaimer in the | 
 | 1644 |    documentation and/or other materials provided with the distribution. | 
 | 1645 | 3. Neither the name of the University nor the names of its contributors | 
 | 1646 |    may be used to endorse or promote products derived from this software | 
 | 1647 |    without specific prior written permission. | 
 | 1648 |  | 
 | 1649 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1650 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1651 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1652 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1653 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1654 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1655 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1656 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1657 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1658 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1659 | SUCH DAMAGE. | 
 | 1660 |  | 
 | 1661 | ------------------------------------------------------------------- | 
 | 1662 |  | 
 | 1663 | Copyright (c) 1989, 1993 | 
 | 1664 |    The Regents of the University of California.  All rights reserved. | 
 | 1665 |  | 
 | 1666 | Redistribution and use in source and binary forms, with or without | 
 | 1667 | modification, are permitted provided that the following conditions | 
 | 1668 | are met: | 
 | 1669 | 1. Redistributions of source code must retain the above copyright | 
 | 1670 |    notice, this list of conditions and the following disclaimer. | 
 | 1671 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1672 |    notice, this list of conditions and the following disclaimer in the | 
 | 1673 |    documentation and/or other materials provided with the distribution. | 
 | 1674 | 3. Neither the name of the University nor the names of its contributors | 
 | 1675 |    may be used to endorse or promote products derived from this software | 
 | 1676 |    without specific prior written permission. | 
 | 1677 |  | 
 | 1678 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1679 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1680 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1681 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1682 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1683 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1684 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1685 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1686 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1687 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1688 | SUCH DAMAGE. | 
 | 1689 |  | 
 | 1690 | ------------------------------------------------------------------- | 
 | 1691 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1692 | Copyright (c) 1989, 1993 | 
 | 1693 |    The Regents of the University of California.  All rights reserved. | 
 | 1694 |  | 
 | 1695 | Redistribution and use in source and binary forms, with or without | 
 | 1696 | modification, are permitted provided that the following conditions | 
 | 1697 | are met: | 
 | 1698 | 1. Redistributions of source code must retain the above copyright | 
 | 1699 |    notice, this list of conditions and the following disclaimer. | 
 | 1700 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1701 |    notice, this list of conditions and the following disclaimer in the | 
 | 1702 |    documentation and/or other materials provided with the distribution. | 
 | 1703 | 4. Neither the name of the University nor the names of its contributors | 
 | 1704 |    may be used to endorse or promote products derived from this software | 
 | 1705 |    without specific prior written permission. | 
 | 1706 |  | 
 | 1707 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1708 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1709 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1710 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1711 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1712 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1713 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1714 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1715 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1716 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1717 | SUCH DAMAGE. | 
 | 1718 |  | 
 | 1719 | ------------------------------------------------------------------- | 
 | 1720 |  | 
 | 1721 | Copyright (c) 1989, 1993 | 
 | 1722 |    The Regents of the University of California.  All rights reserved. | 
| Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1723 |  | 
 | 1724 | This code is derived from software contributed to Berkeley by | 
| Elliott Hughes | f1c568d | 2017-09-26 17:09:07 -0700 | [diff] [blame] | 1725 | Guido van Rossum. | 
 | 1726 |  | 
 | 1727 | Copyright (c) 2011 The FreeBSD Foundation | 
 | 1728 | All rights reserved. | 
 | 1729 | Portions of this software were developed by David Chisnall | 
 | 1730 | under sponsorship from the FreeBSD Foundation. | 
 | 1731 |  | 
 | 1732 | Redistribution and use in source and binary forms, with or without | 
 | 1733 | modification, are permitted provided that the following conditions | 
 | 1734 | are met: | 
 | 1735 | 1. Redistributions of source code must retain the above copyright | 
 | 1736 |    notice, this list of conditions and the following disclaimer. | 
 | 1737 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1738 |    notice, this list of conditions and the following disclaimer in the | 
 | 1739 |    documentation and/or other materials provided with the distribution. | 
 | 1740 | 3. Neither the name of the University nor the names of its contributors | 
 | 1741 |    may be used to endorse or promote products derived from this software | 
 | 1742 |    without specific prior written permission. | 
 | 1743 |  | 
 | 1744 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1745 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1746 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1747 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1748 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1749 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1750 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1751 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1752 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1753 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1754 | SUCH DAMAGE. | 
 | 1755 |  | 
 | 1756 | ------------------------------------------------------------------- | 
 | 1757 |  | 
 | 1758 | Copyright (c) 1989, 1993 | 
 | 1759 |    The Regents of the University of California.  All rights reserved. | 
 | 1760 |  | 
 | 1761 | This code is derived from software contributed to Berkeley by | 
 | 1762 | Guido van Rossum. | 
 | 1763 |  | 
 | 1764 | Redistribution and use in source and binary forms, with or without | 
 | 1765 | modification, are permitted provided that the following conditions | 
 | 1766 | are met: | 
 | 1767 | 1. Redistributions of source code must retain the above copyright | 
 | 1768 |    notice, this list of conditions and the following disclaimer. | 
 | 1769 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1770 |    notice, this list of conditions and the following disclaimer in the | 
 | 1771 |    documentation and/or other materials provided with the distribution. | 
 | 1772 | 3. Neither the name of the University nor the names of its contributors | 
 | 1773 |    may be used to endorse or promote products derived from this software | 
 | 1774 |    without specific prior written permission. | 
 | 1775 |  | 
 | 1776 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1777 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1778 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1779 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1780 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1781 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1782 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1783 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1784 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1785 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1786 | SUCH DAMAGE. | 
 | 1787 |  | 
 | 1788 | ------------------------------------------------------------------- | 
 | 1789 |  | 
 | 1790 | Copyright (c) 1989, 1993 | 
 | 1791 |    The Regents of the University of California.  All rights reserved. | 
 | 1792 |  | 
 | 1793 | This code is derived from software contributed to Berkeley by | 
| Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1794 | Roger L. Snyder. | 
 | 1795 |  | 
 | 1796 | Redistribution and use in source and binary forms, with or without | 
 | 1797 | modification, are permitted provided that the following conditions | 
 | 1798 | are met: | 
 | 1799 | 1. Redistributions of source code must retain the above copyright | 
 | 1800 |    notice, this list of conditions and the following disclaimer. | 
 | 1801 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1802 |    notice, this list of conditions and the following disclaimer in the | 
 | 1803 |    documentation and/or other materials provided with the distribution. | 
 | 1804 | 3. Neither the name of the University nor the names of its contributors | 
 | 1805 |    may be used to endorse or promote products derived from this software | 
 | 1806 |    without specific prior written permission. | 
 | 1807 |  | 
 | 1808 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1809 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1810 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1811 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1812 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1813 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1814 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1815 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1816 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1817 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1818 | SUCH DAMAGE. | 
 | 1819 |  | 
 | 1820 | ------------------------------------------------------------------- | 
 | 1821 |  | 
 | 1822 | Copyright (c) 1989, 1993 | 
 | 1823 |    The Regents of the University of California.  All rights reserved. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1824 | (c) UNIX System Laboratories, Inc. | 
 | 1825 | All or some portions of this file are derived from material licensed | 
 | 1826 | to the University of California by American Telephone and Telegraph | 
 | 1827 | Co. or Unix System Laboratories, Inc. and are reproduced herein with | 
 | 1828 | the permission of UNIX System Laboratories, Inc. | 
 | 1829 |  | 
 | 1830 | Redistribution and use in source and binary forms, with or without | 
 | 1831 | modification, are permitted provided that the following conditions | 
 | 1832 | are met: | 
 | 1833 | 1. Redistributions of source code must retain the above copyright | 
 | 1834 |    notice, this list of conditions and the following disclaimer. | 
 | 1835 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1836 |    notice, this list of conditions and the following disclaimer in the | 
 | 1837 |    documentation and/or other materials provided with the distribution. | 
 | 1838 | 3. Neither the name of the University nor the names of its contributors | 
 | 1839 |    may be used to endorse or promote products derived from this software | 
 | 1840 |    without specific prior written permission. | 
 | 1841 |  | 
 | 1842 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1843 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1844 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1845 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1846 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1847 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1848 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1849 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1850 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1851 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1852 | SUCH DAMAGE. | 
 | 1853 |  | 
 | 1854 | ------------------------------------------------------------------- | 
 | 1855 |  | 
| Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 1856 | Copyright (c) 1990 Regents of the University of California. | 
 | 1857 | All rights reserved. | 
 | 1858 |  | 
 | 1859 | This code is derived from software contributed to Berkeley by | 
 | 1860 | Chris Torek. | 
 | 1861 |  | 
 | 1862 | Redistribution and use in source and binary forms, with or without | 
 | 1863 | modification, are permitted provided that the following conditions | 
 | 1864 | are met: | 
 | 1865 | 1. Redistributions of source code must retain the above copyright | 
 | 1866 |    notice, this list of conditions and the following disclaimer. | 
 | 1867 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1868 |    notice, this list of conditions and the following disclaimer in the | 
 | 1869 |    documentation and/or other materials provided with the distribution. | 
 | 1870 | 3. Neither the name of the University nor the names of its contributors | 
 | 1871 |    may be used to endorse or promote products derived from this software | 
 | 1872 |    without specific prior written permission. | 
 | 1873 |  | 
 | 1874 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1875 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1876 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1877 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1878 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1879 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1880 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1881 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1882 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1883 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1884 | SUCH DAMAGE. | 
 | 1885 |  | 
 | 1886 | ------------------------------------------------------------------- | 
 | 1887 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1888 | Copyright (c) 1990 The Regents of the University of California. | 
 | 1889 | All rights reserved. | 
 | 1890 |  | 
 | 1891 | Redistribution and use in source and binary forms, with or without | 
 | 1892 | modification, are permitted provided that the following conditions | 
 | 1893 | are met: | 
 | 1894 | 1. Redistributions of source code must retain the above copyright | 
 | 1895 |    notice, this list of conditions and the following disclaimer. | 
 | 1896 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1897 |    notice, this list of conditions and the following disclaimer in the | 
 | 1898 |    documentation and/or other materials provided with the distribution. | 
 | 1899 | 3. Neither the name of the University nor the names of its contributors | 
 | 1900 |    may be used to endorse or promote products derived from this software | 
 | 1901 |    without specific prior written permission. | 
 | 1902 |  | 
 | 1903 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1904 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1905 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1906 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1907 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1908 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1909 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1910 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1911 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1912 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1913 | SUCH DAMAGE. | 
 | 1914 |  | 
 | 1915 | ------------------------------------------------------------------- | 
 | 1916 |  | 
 | 1917 | Copyright (c) 1990 The Regents of the University of California. | 
 | 1918 | All rights reserved. | 
 | 1919 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1920 | This code is derived from software contributed to Berkeley by | 
 | 1921 | Chris Torek. | 
 | 1922 |  | 
 | 1923 | Redistribution and use in source and binary forms, with or without | 
 | 1924 | modification, are permitted provided that the following conditions | 
 | 1925 | are met: | 
 | 1926 | 1. Redistributions of source code must retain the above copyright | 
 | 1927 |    notice, this list of conditions and the following disclaimer. | 
 | 1928 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1929 |    notice, this list of conditions and the following disclaimer in the | 
 | 1930 |    documentation and/or other materials provided with the distribution. | 
 | 1931 | 3. Neither the name of the University nor the names of its contributors | 
 | 1932 |    may be used to endorse or promote products derived from this software | 
 | 1933 |    without specific prior written permission. | 
 | 1934 |  | 
 | 1935 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1936 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1937 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1938 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1939 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1940 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1941 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1942 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1943 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1944 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1945 | SUCH DAMAGE. | 
 | 1946 |  | 
 | 1947 | ------------------------------------------------------------------- | 
 | 1948 |  | 
 | 1949 | Copyright (c) 1990 The Regents of the University of California. | 
 | 1950 | All rights reserved. | 
 | 1951 |  | 
 | 1952 | This code is derived from software contributed to Berkeley by | 
 | 1953 | William Jolitz. | 
 | 1954 |  | 
 | 1955 | Redistribution and use in source and binary forms, with or without | 
 | 1956 | modification, are permitted provided that the following conditions | 
 | 1957 | are met: | 
 | 1958 | 1. Redistributions of source code must retain the above copyright | 
 | 1959 |    notice, this list of conditions and the following disclaimer. | 
 | 1960 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1961 |    notice, this list of conditions and the following disclaimer in the | 
 | 1962 |    documentation and/or other materials provided with the distribution. | 
 | 1963 | 3. Neither the name of the University nor the names of its contributors | 
 | 1964 |    may be used to endorse or promote products derived from this software | 
 | 1965 |    without specific prior written permission. | 
 | 1966 |  | 
 | 1967 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1968 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1969 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1970 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 1971 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 1972 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 1973 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 1974 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 1975 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 1976 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 1977 | SUCH DAMAGE. | 
 | 1978 |  | 
 | 1979 | ------------------------------------------------------------------- | 
 | 1980 |  | 
 | 1981 | Copyright (c) 1990, 1993 | 
 | 1982 |    The Regents of the University of California.  All rights reserved. | 
 | 1983 |  | 
 | 1984 | Redistribution and use in source and binary forms, with or without | 
 | 1985 | modification, are permitted provided that the following conditions | 
 | 1986 | are met: | 
 | 1987 | 1. Redistributions of source code must retain the above copyright | 
 | 1988 |    notice, this list of conditions and the following disclaimer. | 
 | 1989 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 1990 |    notice, this list of conditions and the following disclaimer in the | 
 | 1991 |    documentation and/or other materials provided with the distribution. | 
 | 1992 | 3. Neither the name of the University nor the names of its contributors | 
 | 1993 |    may be used to endorse or promote products derived from this software | 
 | 1994 |    without specific prior written permission. | 
 | 1995 |  | 
 | 1996 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 1997 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 1998 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 1999 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2000 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2001 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2002 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2003 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2004 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2005 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2006 | SUCH DAMAGE. | 
 | 2007 |  | 
 | 2008 | ------------------------------------------------------------------- | 
 | 2009 |  | 
 | 2010 | Copyright (c) 1990, 1993 | 
 | 2011 |    The Regents of the University of California.  All rights reserved. | 
 | 2012 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2013 | This code is derived from software contributed to Berkeley by | 
 | 2014 | Chris Torek. | 
 | 2015 |  | 
 | 2016 | Redistribution and use in source and binary forms, with or without | 
 | 2017 | modification, are permitted provided that the following conditions | 
 | 2018 | are met: | 
 | 2019 | 1. Redistributions of source code must retain the above copyright | 
 | 2020 |    notice, this list of conditions and the following disclaimer. | 
 | 2021 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2022 |    notice, this list of conditions and the following disclaimer in the | 
 | 2023 |    documentation and/or other materials provided with the distribution. | 
 | 2024 | 3. Neither the name of the University nor the names of its contributors | 
 | 2025 |    may be used to endorse or promote products derived from this software | 
 | 2026 |    without specific prior written permission. | 
 | 2027 |  | 
 | 2028 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2029 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2030 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2031 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2032 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2033 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2034 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2035 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2036 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2037 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2038 | SUCH DAMAGE. | 
 | 2039 |  | 
 | 2040 | ------------------------------------------------------------------- | 
 | 2041 |  | 
 | 2042 | Copyright (c) 1990, 1993 | 
 | 2043 |    The Regents of the University of California.  All rights reserved. | 
 | 2044 |  | 
 | 2045 | This code is derived from software contributed to Berkeley by | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2046 | Donn Seeley at UUNET Technologies, Inc. | 
 | 2047 |  | 
 | 2048 | Redistribution and use in source and binary forms, with or without | 
 | 2049 | modification, are permitted provided that the following conditions | 
 | 2050 | are met: | 
 | 2051 | 1. Redistributions of source code must retain the above copyright | 
 | 2052 |    notice, this list of conditions and the following disclaimer. | 
 | 2053 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2054 |    notice, this list of conditions and the following disclaimer in the | 
 | 2055 |    documentation and/or other materials provided with the distribution. | 
 | 2056 | 3. Neither the name of the University nor the names of its contributors | 
 | 2057 |    may be used to endorse or promote products derived from this software | 
 | 2058 |    without specific prior written permission. | 
 | 2059 |  | 
 | 2060 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2061 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2062 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2063 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2064 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2065 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2066 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2067 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2068 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2069 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2070 | SUCH DAMAGE. | 
 | 2071 |  | 
 | 2072 | ------------------------------------------------------------------- | 
 | 2073 |  | 
 | 2074 | Copyright (c) 1990, 1993 | 
 | 2075 |    The Regents of the University of California.  All rights reserved. | 
| Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2076 |  | 
 | 2077 | This code is derived from software contributed to Berkeley by | 
 | 2078 | Donn Seeley at UUNET Technologies, Inc. | 
 | 2079 |  | 
 | 2080 | Redistribution and use in source and binary forms, with or without | 
 | 2081 | modification, are permitted provided that the following conditions | 
 | 2082 | are met: | 
 | 2083 | 1. Redistributions of source code must retain the above copyright | 
 | 2084 |    notice, this list of conditions and the following disclaimer. | 
 | 2085 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2086 |    notice, this list of conditions and the following disclaimer in the | 
 | 2087 |    documentation and/or other materials provided with the distribution. | 
 | 2088 | 4. Neither the name of the University nor the names of its contributors | 
 | 2089 |    may be used to endorse or promote products derived from this software | 
 | 2090 |    without specific prior written permission. | 
 | 2091 |  | 
 | 2092 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2093 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2094 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2095 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2096 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2097 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2098 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2099 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2100 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2101 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2102 | SUCH DAMAGE. | 
 | 2103 |  | 
 | 2104 | ------------------------------------------------------------------- | 
 | 2105 |  | 
 | 2106 | Copyright (c) 1990, 1993 | 
 | 2107 |    The Regents of the University of California.  All rights reserved. | 
| Elliott Hughes | aefe999 | 2023-11-08 12:04:41 -0800 | [diff] [blame] | 2108 |  | 
 | 2109 | This code is derived from software contributed to Berkeley by | 
 | 2110 | Mike Hibler and Chris Torek. | 
 | 2111 |  | 
 | 2112 | Redistribution and use in source and binary forms, with or without | 
 | 2113 | modification, are permitted provided that the following conditions | 
 | 2114 | are met: | 
 | 2115 | 1. Redistributions of source code must retain the above copyright | 
 | 2116 |    notice, this list of conditions and the following disclaimer. | 
 | 2117 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2118 |    notice, this list of conditions and the following disclaimer in the | 
 | 2119 |    documentation and/or other materials provided with the distribution. | 
 | 2120 | 3. Neither the name of the University nor the names of its contributors | 
 | 2121 |    may be used to endorse or promote products derived from this software | 
 | 2122 |    without specific prior written permission. | 
 | 2123 |  | 
 | 2124 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2125 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2126 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2127 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2128 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2129 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2130 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2131 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2132 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2133 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2134 | SUCH DAMAGE. | 
 | 2135 |  | 
 | 2136 | ------------------------------------------------------------------- | 
 | 2137 |  | 
 | 2138 | Copyright (c) 1990, 1993 | 
 | 2139 |    The Regents of the University of California.  All rights reserved. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2140 | (c) UNIX System Laboratories, Inc. | 
 | 2141 | All or some portions of this file are derived from material licensed | 
 | 2142 | to the University of California by American Telephone and Telegraph | 
 | 2143 | Co. or Unix System Laboratories, Inc. and are reproduced herein with | 
 | 2144 | the permission of UNIX System Laboratories, Inc. | 
 | 2145 |  | 
 | 2146 | Redistribution and use in source and binary forms, with or without | 
 | 2147 | modification, are permitted provided that the following conditions | 
 | 2148 | are met: | 
 | 2149 | 1. Redistributions of source code must retain the above copyright | 
 | 2150 |    notice, this list of conditions and the following disclaimer. | 
 | 2151 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2152 |    notice, this list of conditions and the following disclaimer in the | 
 | 2153 |    documentation and/or other materials provided with the distribution. | 
 | 2154 | 3. Neither the name of the University nor the names of its contributors | 
 | 2155 |    may be used to endorse or promote products derived from this software | 
 | 2156 |    without specific prior written permission. | 
 | 2157 |  | 
 | 2158 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2159 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2160 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2161 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2162 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2163 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2164 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2165 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2166 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2167 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2168 | SUCH DAMAGE. | 
 | 2169 |  | 
 | 2170 | ------------------------------------------------------------------- | 
 | 2171 |  | 
 | 2172 | Copyright (c) 1990, 1993, 1994 | 
 | 2173 |    The Regents of the University of California.  All rights reserved. | 
 | 2174 |  | 
 | 2175 | Redistribution and use in source and binary forms, with or without | 
 | 2176 | modification, are permitted provided that the following conditions | 
 | 2177 | are met: | 
 | 2178 | 1. Redistributions of source code must retain the above copyright | 
 | 2179 |    notice, this list of conditions and the following disclaimer. | 
 | 2180 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2181 |    notice, this list of conditions and the following disclaimer in the | 
 | 2182 |    documentation and/or other materials provided with the distribution. | 
 | 2183 | 3. Neither the name of the University nor the names of its contributors | 
 | 2184 |    may be used to endorse or promote products derived from this software | 
 | 2185 |    without specific prior written permission. | 
 | 2186 |  | 
 | 2187 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2188 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2189 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2190 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2191 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2192 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2193 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2194 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2195 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2196 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2197 | SUCH DAMAGE. | 
 | 2198 |  | 
 | 2199 | ------------------------------------------------------------------- | 
 | 2200 |  | 
| Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2201 | Copyright (c) 1991 The Regents of the University of California. | 
 | 2202 | All rights reserved. | 
 | 2203 |  | 
 | 2204 | Redistribution and use in source and binary forms, with or without | 
 | 2205 | modification, are permitted provided that the following conditions | 
 | 2206 | are met: | 
 | 2207 | 1. Redistributions of source code must retain the above copyright | 
 | 2208 |    notice, this list of conditions and the following disclaimer. | 
 | 2209 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2210 |    notice, this list of conditions and the following disclaimer in the | 
 | 2211 |    documentation and/or other materials provided with the distribution. | 
 | 2212 | 3. Neither the name of the University nor the names of its contributors | 
 | 2213 |    may be used to endorse or promote products derived from this software | 
 | 2214 |    without specific prior written permission. | 
 | 2215 |  | 
 | 2216 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2217 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2218 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2219 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2220 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2221 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2222 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2223 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2224 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2225 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2226 | SUCH DAMAGE. | 
 | 2227 |  | 
 | 2228 | ------------------------------------------------------------------- | 
 | 2229 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2230 | Copyright (c) 1991, 1993 | 
 | 2231 |    The Regents of the University of California.  All rights reserved. | 
 | 2232 |  | 
 | 2233 | Redistribution and use in source and binary forms, with or without | 
 | 2234 | modification, are permitted provided that the following conditions | 
 | 2235 | are met: | 
 | 2236 | 1. Redistributions of source code must retain the above copyright | 
 | 2237 |    notice, this list of conditions and the following disclaimer. | 
 | 2238 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2239 |    notice, this list of conditions and the following disclaimer in the | 
 | 2240 |    documentation and/or other materials provided with the distribution. | 
 | 2241 | 3. Neither the name of the University nor the names of its contributors | 
 | 2242 |    may be used to endorse or promote products derived from this software | 
 | 2243 |    without specific prior written permission. | 
 | 2244 |  | 
 | 2245 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2246 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2247 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2248 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2249 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2250 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2251 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2252 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2253 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2254 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2255 | SUCH DAMAGE. | 
 | 2256 |  | 
 | 2257 | ------------------------------------------------------------------- | 
 | 2258 |  | 
 | 2259 | Copyright (c) 1991, 1993 | 
 | 2260 |    The Regents of the University of California.  All rights reserved. | 
 | 2261 |  | 
 | 2262 | This code is derived from software contributed to Berkeley by | 
 | 2263 | Berkeley Software Design, Inc. | 
 | 2264 |  | 
 | 2265 | Redistribution and use in source and binary forms, with or without | 
 | 2266 | modification, are permitted provided that the following conditions | 
 | 2267 | are met: | 
 | 2268 | 1. Redistributions of source code must retain the above copyright | 
 | 2269 |    notice, this list of conditions and the following disclaimer. | 
 | 2270 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2271 |    notice, this list of conditions and the following disclaimer in the | 
 | 2272 |    documentation and/or other materials provided with the distribution. | 
 | 2273 | 3. Neither the name of the University nor the names of its contributors | 
 | 2274 |    may be used to endorse or promote products derived from this software | 
 | 2275 |    without specific prior written permission. | 
 | 2276 |  | 
 | 2277 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2278 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2279 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2280 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2281 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2282 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2283 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2284 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2285 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2286 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2287 | SUCH DAMAGE. | 
 | 2288 |  | 
 | 2289 | ------------------------------------------------------------------- | 
 | 2290 |  | 
 | 2291 | Copyright (c) 1991, 1993 | 
 | 2292 |    The Regents of the University of California.  All rights reserved. | 
 | 2293 | (c) UNIX System Laboratories, Inc. | 
 | 2294 | All or some portions of this file are derived from material licensed | 
 | 2295 | to the University of California by American Telephone and Telegraph | 
 | 2296 | Co. or Unix System Laboratories, Inc. and are reproduced herein with | 
 | 2297 | the permission of UNIX System Laboratories, Inc. | 
 | 2298 |  | 
 | 2299 | This code is derived from software contributed to Berkeley by | 
 | 2300 | Hugh Smith at The University of Guelph. | 
 | 2301 |  | 
 | 2302 | Redistribution and use in source and binary forms, with or without | 
 | 2303 | modification, are permitted provided that the following conditions | 
 | 2304 | are met: | 
 | 2305 | 1. Redistributions of source code must retain the above copyright | 
 | 2306 |    notice, this list of conditions and the following disclaimer. | 
 | 2307 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2308 |    notice, this list of conditions and the following disclaimer in the | 
 | 2309 |    documentation and/or other materials provided with the distribution. | 
 | 2310 | 3. Neither the name of the University nor the names of its contributors | 
 | 2311 |    may be used to endorse or promote products derived from this software | 
 | 2312 |    without specific prior written permission. | 
 | 2313 |  | 
 | 2314 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2315 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2316 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2317 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2318 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2319 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2320 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2321 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2322 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2323 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2324 | SUCH DAMAGE. | 
 | 2325 |  | 
 | 2326 | ------------------------------------------------------------------- | 
 | 2327 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2328 | Copyright (c) 1992 Henry Spencer. | 
 | 2329 | Copyright (c) 1992, 1993 | 
 | 2330 |    The Regents of the University of California.  All rights reserved. | 
 | 2331 |  | 
 | 2332 | This code is derived from software contributed to Berkeley by | 
 | 2333 | Henry Spencer of the University of Toronto. | 
 | 2334 |  | 
 | 2335 | Redistribution and use in source and binary forms, with or without | 
 | 2336 | modification, are permitted provided that the following conditions | 
 | 2337 | are met: | 
 | 2338 | 1. Redistributions of source code must retain the above copyright | 
 | 2339 |    notice, this list of conditions and the following disclaimer. | 
 | 2340 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2341 |    notice, this list of conditions and the following disclaimer in the | 
 | 2342 |    documentation and/or other materials provided with the distribution. | 
 | 2343 | 3. Neither the name of the University nor the names of its contributors | 
 | 2344 |    may be used to endorse or promote products derived from this software | 
 | 2345 |    without specific prior written permission. | 
 | 2346 |  | 
 | 2347 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2348 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2349 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2350 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2351 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2352 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2353 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2354 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2355 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2356 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2357 | SUCH DAMAGE. | 
 | 2358 |  | 
 | 2359 | ------------------------------------------------------------------- | 
 | 2360 |  | 
 | 2361 | Copyright (c) 1992 The Regents of the University of California. | 
 | 2362 | All rights reserved. | 
 | 2363 |  | 
 | 2364 | Redistribution and use in source and binary forms, with or without | 
 | 2365 | modification, are permitted provided that the following conditions | 
 | 2366 | are met: | 
 | 2367 | 1. Redistributions of source code must retain the above copyright | 
 | 2368 |    notice, this list of conditions and the following disclaimer. | 
 | 2369 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2370 |    notice, this list of conditions and the following disclaimer in the | 
 | 2371 |    documentation and/or other materials provided with the distribution. | 
 | 2372 | 3. Neither the name of the University nor the names of its contributors | 
 | 2373 |    may be used to endorse or promote products derived from this software | 
 | 2374 |    without specific prior written permission. | 
 | 2375 |  | 
 | 2376 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2377 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2378 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2379 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2380 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2381 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2382 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2383 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2384 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2385 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2386 | SUCH DAMAGE. | 
 | 2387 |  | 
 | 2388 | ------------------------------------------------------------------- | 
 | 2389 |  | 
 | 2390 | Copyright (c) 1992, 1993 | 
 | 2391 |    The Regents of the University of California.  All rights reserved. | 
 | 2392 |  | 
 | 2393 | Redistribution and use in source and binary forms, with or without | 
 | 2394 | modification, are permitted provided that the following conditions | 
 | 2395 | are met: | 
 | 2396 | 1. Redistributions of source code must retain the above copyright | 
 | 2397 |    notice, this list of conditions and the following disclaimer. | 
 | 2398 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2399 |    notice, this list of conditions and the following disclaimer in the | 
 | 2400 |    documentation and/or other materials provided with the distribution. | 
 | 2401 | 3. Neither the name of the University nor the names of its contributors | 
 | 2402 |    may be used to endorse or promote products derived from this software | 
 | 2403 |    without specific prior written permission. | 
 | 2404 |  | 
 | 2405 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2406 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2407 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2408 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2409 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2410 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2411 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2412 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2413 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2414 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2415 | SUCH DAMAGE. | 
 | 2416 |  | 
 | 2417 | ------------------------------------------------------------------- | 
 | 2418 |  | 
 | 2419 | Copyright (c) 1992, 1993 | 
 | 2420 |    The Regents of the University of California.  All rights reserved. | 
 | 2421 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2422 | This software was developed by the Computer Systems Engineering group | 
 | 2423 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and | 
 | 2424 | contributed to Berkeley. | 
 | 2425 |  | 
 | 2426 | All advertising materials mentioning features or use of this software | 
 | 2427 | must display the following acknowledgement: | 
 | 2428 |    This product includes software developed by the University of | 
 | 2429 |    California, Lawrence Berkeley Laboratory. | 
 | 2430 |  | 
 | 2431 | Redistribution and use in source and binary forms, with or without | 
 | 2432 | modification, are permitted provided that the following conditions | 
 | 2433 | are met: | 
 | 2434 | 1. Redistributions of source code must retain the above copyright | 
 | 2435 |    notice, this list of conditions and the following disclaimer. | 
 | 2436 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2437 |    notice, this list of conditions and the following disclaimer in the | 
 | 2438 |    documentation and/or other materials provided with the distribution. | 
 | 2439 | 3. All advertising materials mentioning features or use of this software | 
 | 2440 |    must display the following acknowledgement: | 
 | 2441 |    This product includes software developed by the University of | 
 | 2442 |    California, Berkeley and its contributors. | 
 | 2443 | 4. Neither the name of the University nor the names of its contributors | 
 | 2444 |    may be used to endorse or promote products derived from this software | 
 | 2445 |    without specific prior written permission. | 
 | 2446 |  | 
 | 2447 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2448 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2449 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2450 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2451 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2452 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2453 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2454 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2455 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2456 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2457 | SUCH DAMAGE. | 
 | 2458 |  | 
 | 2459 | ------------------------------------------------------------------- | 
 | 2460 |  | 
 | 2461 | Copyright (c) 1992, 1993 | 
 | 2462 |    The Regents of the University of California.  All rights reserved. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2463 | (c) UNIX System Laboratories, Inc. | 
 | 2464 | All or some portions of this file are derived from material licensed | 
 | 2465 | to the University of California by American Telephone and Telegraph | 
 | 2466 | Co. or Unix System Laboratories, Inc. and are reproduced herein with | 
 | 2467 | the permission of UNIX System Laboratories, Inc. | 
 | 2468 |  | 
 | 2469 | Redistribution and use in source and binary forms, with or without | 
 | 2470 | modification, are permitted provided that the following conditions | 
 | 2471 | are met: | 
 | 2472 | 1. Redistributions of source code must retain the above copyright | 
 | 2473 |    notice, this list of conditions and the following disclaimer. | 
 | 2474 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2475 |    notice, this list of conditions and the following disclaimer in the | 
 | 2476 |    documentation and/or other materials provided with the distribution. | 
 | 2477 | 3. Neither the name of the University nor the names of its contributors | 
 | 2478 |    may be used to endorse or promote products derived from this software | 
 | 2479 |    without specific prior written permission. | 
 | 2480 |  | 
 | 2481 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2482 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2483 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2484 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2485 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2486 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2487 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2488 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2489 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2490 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2491 | SUCH DAMAGE. | 
 | 2492 |  | 
 | 2493 | ------------------------------------------------------------------- | 
 | 2494 |  | 
| Elliott Hughes | 88e4e60 | 2022-11-08 02:51:00 +0000 | [diff] [blame] | 2495 | Copyright (c) 1992, 1993, 1994 Henry Spencer. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2496 | Copyright (c) 1992, 1993, 1994 | 
 | 2497 |    The Regents of the University of California.  All rights reserved. | 
 | 2498 |  | 
| Elliott Hughes | 88e4e60 | 2022-11-08 02:51:00 +0000 | [diff] [blame] | 2499 | Copyright (c) 2011 The FreeBSD Foundation | 
 | 2500 | All rights reserved. | 
 | 2501 | Portions of this software were developed by David Chisnall | 
 | 2502 | under sponsorship from the FreeBSD Foundation. | 
 | 2503 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2504 | This code is derived from software contributed to Berkeley by | 
 | 2505 | Henry Spencer. | 
 | 2506 |  | 
 | 2507 | Redistribution and use in source and binary forms, with or without | 
 | 2508 | modification, are permitted provided that the following conditions | 
 | 2509 | are met: | 
 | 2510 | 1. Redistributions of source code must retain the above copyright | 
 | 2511 |    notice, this list of conditions and the following disclaimer. | 
 | 2512 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2513 |    notice, this list of conditions and the following disclaimer in the | 
 | 2514 |    documentation and/or other materials provided with the distribution. | 
 | 2515 | 3. Neither the name of the University nor the names of its contributors | 
 | 2516 |    may be used to endorse or promote products derived from this software | 
 | 2517 |    without specific prior written permission. | 
 | 2518 |  | 
 | 2519 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2520 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2521 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2522 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2523 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2524 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2525 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2526 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2527 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2528 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2529 | SUCH DAMAGE. | 
 | 2530 |  | 
 | 2531 | ------------------------------------------------------------------- | 
 | 2532 |  | 
| Elliott Hughes | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2533 | Copyright (c) 1992, 1993, 1994 Henry Spencer. | 
| Elliott Hughes | 88e4e60 | 2022-11-08 02:51:00 +0000 | [diff] [blame] | 2534 | Copyright (c) 1992, 1993, 1994 | 
 | 2535 |    The Regents of the University of California.  All rights reserved. | 
| Elliott Hughes | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2536 |  | 
 | 2537 | This code is derived from software contributed to Berkeley by | 
 | 2538 | Henry Spencer. | 
 | 2539 |  | 
 | 2540 | Redistribution and use in source and binary forms, with or without | 
 | 2541 | modification, are permitted provided that the following conditions | 
 | 2542 | are met: | 
 | 2543 | 1. Redistributions of source code must retain the above copyright | 
 | 2544 |    notice, this list of conditions and the following disclaimer. | 
 | 2545 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2546 |    notice, this list of conditions and the following disclaimer in the | 
 | 2547 |    documentation and/or other materials provided with the distribution. | 
| Elliott Hughes | 88e4e60 | 2022-11-08 02:51:00 +0000 | [diff] [blame] | 2548 | 3. Neither the name of the University nor the names of its contributors | 
| Elliott Hughes | cc213f8 | 2012-08-14 15:32:42 -0700 | [diff] [blame] | 2549 |    may be used to endorse or promote products derived from this software | 
 | 2550 |    without specific prior written permission. | 
 | 2551 |  | 
 | 2552 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2553 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2554 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2555 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2556 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2557 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2558 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2559 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2560 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2561 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2562 | SUCH DAMAGE. | 
 | 2563 |  | 
 | 2564 | ------------------------------------------------------------------- | 
 | 2565 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2566 | Copyright (c) 1993 | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2567 |    The Regents of the University of California.  All rights reserved. | 
 | 2568 |  | 
 | 2569 | Redistribution and use in source and binary forms, with or without | 
 | 2570 | modification, are permitted provided that the following conditions | 
 | 2571 | are met: | 
 | 2572 | 1. Redistributions of source code must retain the above copyright | 
 | 2573 |    notice, this list of conditions and the following disclaimer. | 
 | 2574 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2575 |    notice, this list of conditions and the following disclaimer in the | 
 | 2576 |    documentation and/or other materials provided with the distribution. | 
 | 2577 | 3. Neither the name of the University nor the names of its contributors | 
 | 2578 |    may be used to endorse or promote products derived from this software | 
 | 2579 |    without specific prior written permission. | 
 | 2580 |  | 
 | 2581 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 2582 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2583 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2584 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 2585 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2586 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2587 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2588 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2589 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2590 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2591 | SUCH DAMAGE. | 
 | 2592 |  | 
 | 2593 | ------------------------------------------------------------------- | 
 | 2594 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2595 | Copyright (c) 1993 Martin Birgmeier | 
 | 2596 | All rights reserved. | 
 | 2597 |  | 
 | 2598 | You may redistribute unmodified or modified versions of this source | 
 | 2599 | code provided that the above copyright notice and this and the | 
 | 2600 | following conditions are retained. | 
 | 2601 |  | 
 | 2602 | This software is provided ``as is'', and comes with no warranties | 
 | 2603 | of any kind. I shall in no event be liable for anything that happens | 
 | 2604 | to anyone/anything when using this software. | 
 | 2605 |  | 
 | 2606 | ------------------------------------------------------------------- | 
 | 2607 |  | 
| Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2608 | Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> | 
| Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2609 | All rights reserved. | 
 | 2610 |  | 
| Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2611 | Redistribution and use in source and binary forms, with or without | 
 | 2612 | modification, are permitted provided that the following conditions | 
 | 2613 | are met: | 
 | 2614 | 1. Redistributions of source code must retain the above copyright | 
 | 2615 |    notice, this list of conditions and the following disclaimer. | 
 | 2616 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2617 |    notice, this list of conditions and the following disclaimer in the | 
 | 2618 |    documentation and/or other materials provided with the distribution. | 
| Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2619 | 3. The name of the author may not be used to endorse or promote products | 
 | 2620 |    derived from this software without specific prior written permission. | 
| Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2621 |  | 
| Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2622 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | 
 | 2623 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
 | 2624 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
 | 2625 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
 | 2626 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | 
 | 2627 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; | 
 | 2628 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | 
 | 2629 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | 
 | 2630 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 
 | 2631 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2632 |  | 
 | 2633 | ------------------------------------------------------------------- | 
 | 2634 |  | 
| Elliott Hughes | d3627a4 | 2022-12-06 22:24:27 +0000 | [diff] [blame] | 2635 | Copyright (c) 1994 Winning Strategies, Inc. | 
 | 2636 | All rights reserved. | 
 | 2637 |  | 
 | 2638 | Redistribution and use in source and binary forms, with or without | 
 | 2639 | modification, are permitted provided that the following conditions | 
 | 2640 | are met: | 
 | 2641 | 1. Redistributions of source code must retain the above copyright | 
 | 2642 |    notice, this list of conditions and the following disclaimer. | 
 | 2643 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2644 |    notice, this list of conditions and the following disclaimer in the | 
 | 2645 |    documentation and/or other materials provided with the distribution. | 
 | 2646 | 3. All advertising materials mentioning features or use of this software | 
 | 2647 |    must display the following acknowledgement: | 
 | 2648 |      This product includes software developed by Winning Strategies, Inc. | 
 | 2649 | 4. The name of the author may not be used to endorse or promote products | 
 | 2650 |    derived from this software without specific prior written permission. | 
 | 2651 |  | 
 | 2652 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | 
 | 2653 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
 | 2654 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
 | 2655 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 2656 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
 | 2657 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 
 | 2658 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 
 | 2659 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
 | 2660 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 
 | 2661 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 2662 |  | 
 | 2663 | ------------------------------------------------------------------- | 
 | 2664 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2665 | Copyright (c) 1996 by Internet Software Consortium. | 
 | 2666 |  | 
 | 2667 | Permission to use, copy, modify, and distribute this software for any | 
 | 2668 | purpose with or without fee is hereby granted, provided that the above | 
 | 2669 | copyright notice and this permission notice appear in all copies. | 
 | 2670 |  | 
 | 2671 | THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS | 
 | 2672 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES | 
 | 2673 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE | 
 | 2674 | CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL | 
 | 2675 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR | 
 | 2676 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS | 
 | 2677 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS | 
 | 2678 | SOFTWARE. | 
 | 2679 |  | 
 | 2680 | ------------------------------------------------------------------- | 
 | 2681 |  | 
 | 2682 | Copyright (c) 1996, David Mazieres <dm@uun.org> | 
 | 2683 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2684 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> | 
 | 2685 |  | 
 | 2686 | Permission to use, copy, modify, and distribute this software for any | 
 | 2687 | purpose with or without fee is hereby granted, provided that the above | 
 | 2688 | copyright notice and this permission notice appear in all copies. | 
 | 2689 |  | 
 | 2690 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 2691 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 2692 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 2693 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 2694 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 2695 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 2696 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 2697 |  | 
 | 2698 | ------------------------------------------------------------------- | 
 | 2699 |  | 
| Elliott Hughes | b364683 | 2017-07-11 12:34:19 -0700 | [diff] [blame] | 2700 | Copyright (c) 1996, David Mazieres <dm@uun.org> | 
 | 2701 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> | 
 | 2702 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> | 
 | 2703 | Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> | 
 | 2704 |  | 
 | 2705 | Permission to use, copy, modify, and distribute this software for any | 
 | 2706 | purpose with or without fee is hereby granted, provided that the above | 
 | 2707 | copyright notice and this permission notice appear in all copies. | 
 | 2708 |  | 
 | 2709 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 2710 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 2711 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 2712 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 2713 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 2714 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 2715 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 2716 |  | 
 | 2717 | ------------------------------------------------------------------- | 
 | 2718 |  | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2719 | Copyright (c) 1996-1998, 2008 Theo de Raadt | 
 | 2720 | Copyright (c) 1997, 2008-2009 Todd C. Miller | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2721 |  | 
 | 2722 | Permission to use, copy, modify, and distribute this software for any | 
 | 2723 | purpose with or without fee is hereby granted, provided that the above | 
 | 2724 | copyright notice and this permission notice appear in all copies. | 
 | 2725 |  | 
 | 2726 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 2727 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 2728 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 2729 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 2730 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 2731 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 2732 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 2733 |  | 
 | 2734 | ------------------------------------------------------------------- | 
 | 2735 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2736 | Copyright (c) 1997 Mark Brinicombe | 
| Elliott Hughes | dfb74c5 | 2016-10-24 12:53:17 -0700 | [diff] [blame] | 2737 | Copyright (C) 2010 The Android Open Source Project | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2738 | All rights reserved. | 
 | 2739 |  | 
 | 2740 | Redistribution and use in source and binary forms, with or without | 
 | 2741 | modification, are permitted provided that the following conditions | 
 | 2742 | are met: | 
 | 2743 | 1. Redistributions of source code must retain the above copyright | 
 | 2744 |    notice, this list of conditions and the following disclaimer. | 
 | 2745 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2746 |    notice, this list of conditions and the following disclaimer in the | 
 | 2747 |    documentation and/or other materials provided with the distribution. | 
 | 2748 | 3. All advertising materials mentioning features or use of this software | 
 | 2749 |    must display the following acknowledgement: | 
 | 2750 |    This product includes software developed by Mark Brinicombe | 
 | 2751 | 4. Neither the name of the University nor the names of its contributors | 
 | 2752 |    may be used to endorse or promote products derived from this software | 
 | 2753 |    without specific prior written permission. | 
 | 2754 |  | 
 | 2755 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 2756 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 2757 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 2758 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 2759 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 2760 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 2761 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 2762 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 2763 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 2764 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 2765 | SUCH DAMAGE. | 
 | 2766 |  | 
 | 2767 | ------------------------------------------------------------------- | 
 | 2768 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2769 | Copyright (c) 1997 Niklas Hallqvist.  All rights reserved. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2770 |  | 
 | 2771 | Redistribution and use in source and binary forms, with or without | 
 | 2772 | modification, are permitted provided that the following conditions | 
 | 2773 | are met: | 
 | 2774 | 1. Redistributions of source code must retain the above copyright | 
 | 2775 |    notice, this list of conditions and the following disclaimer. | 
 | 2776 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2777 |    notice, this list of conditions and the following disclaimer in the | 
 | 2778 |    documentation and/or other materials provided with the distribution. | 
 | 2779 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2780 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | 
 | 2781 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
 | 2782 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
 | 2783 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 2784 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
 | 2785 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 
 | 2786 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 
 | 2787 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
 | 2788 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 
 | 2789 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2790 |  | 
 | 2791 | ------------------------------------------------------------------- | 
 | 2792 |  | 
| Elliott Hughes | da46cae | 2018-05-24 14:40:32 -0700 | [diff] [blame] | 2793 | Copyright (c) 1997 The NetBSD Foundation, Inc. | 
 | 2794 | All rights reserved. | 
 | 2795 |  | 
 | 2796 | This code is derived from software contributed to The NetBSD Foundation | 
 | 2797 | by Neil A. Carson and Mark Brinicombe | 
 | 2798 |  | 
 | 2799 | Redistribution and use in source and binary forms, with or without | 
 | 2800 | modification, are permitted provided that the following conditions | 
 | 2801 | are met: | 
 | 2802 | 1. Redistributions of source code must retain the above copyright | 
 | 2803 |    notice, this list of conditions and the following disclaimer. | 
 | 2804 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2805 |    notice, this list of conditions and the following disclaimer in the | 
 | 2806 |    documentation and/or other materials provided with the distribution. | 
 | 2807 |  | 
 | 2808 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
 | 2809 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
 | 2810 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
 | 2811 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
 | 2812 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
 | 2813 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
 | 2814 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
 | 2815 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
 | 2816 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
 | 2817 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
 | 2818 | POSSIBILITY OF SUCH DAMAGE. | 
 | 2819 |  | 
 | 2820 | ------------------------------------------------------------------- | 
 | 2821 |  | 
| Elliott Hughes | 26b0607 | 2020-07-31 11:00:10 -0700 | [diff] [blame] | 2822 | Copyright (c) 1997 Todd C. Miller <millert@openbsd.org> | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2823 |  | 
 | 2824 | Permission to use, copy, modify, and distribute this software for any | 
 | 2825 | purpose with or without fee is hereby granted, provided that the above | 
 | 2826 | copyright notice and this permission notice appear in all copies. | 
 | 2827 |  | 
 | 2828 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 2829 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 2830 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 2831 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 2832 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 2833 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 2834 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 2835 |  | 
 | 2836 | ------------------------------------------------------------------- | 
 | 2837 |  | 
| Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 2838 | Copyright (c) 1997 Todd C. Miller <millert@openbsd.org> | 
| Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2839 | All rights reserved. | 
 | 2840 |  | 
 | 2841 | Redistribution and use in source and binary forms, with or without | 
 | 2842 | modification, are permitted provided that the following conditions | 
 | 2843 | are met: | 
 | 2844 | 1. Redistributions of source code must retain the above copyright | 
 | 2845 |    notice, this list of conditions and the following disclaimer. | 
 | 2846 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2847 |    notice, this list of conditions and the following disclaimer in the | 
 | 2848 |    documentation and/or other materials provided with the distribution. | 
 | 2849 | 3. The name of the author may not be used to endorse or promote products | 
 | 2850 |    derived from this software without specific prior written permission. | 
 | 2851 |  | 
 | 2852 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | 
 | 2853 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | 
 | 2854 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL | 
 | 2855 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | 
 | 2856 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | 
 | 2857 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; | 
 | 2858 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | 
 | 2859 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | 
 | 2860 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 
 | 2861 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 2862 |  | 
 | 2863 | ------------------------------------------------------------------- | 
 | 2864 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2865 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. | 
 | 2866 | All rights reserved. | 
 | 2867 |  | 
 | 2868 | This code is derived from software contributed to The NetBSD Foundation | 
 | 2869 | by Luke Mewburn. | 
 | 2870 |  | 
 | 2871 | Redistribution and use in source and binary forms, with or without | 
 | 2872 | modification, are permitted provided that the following conditions | 
 | 2873 | are met: | 
 | 2874 | 1. Redistributions of source code must retain the above copyright | 
 | 2875 |    notice, this list of conditions and the following disclaimer. | 
 | 2876 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2877 |    notice, this list of conditions and the following disclaimer in the | 
 | 2878 |    documentation and/or other materials provided with the distribution. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2879 |  | 
 | 2880 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
 | 2881 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
 | 2882 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
 | 2883 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
 | 2884 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
 | 2885 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
 | 2886 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
 | 2887 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
 | 2888 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
 | 2889 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
 | 2890 | POSSIBILITY OF SUCH DAMAGE. | 
 | 2891 |  | 
 | 2892 | ------------------------------------------------------------------- | 
 | 2893 |  | 
 | 2894 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. | 
 | 2895 | All rights reserved. | 
 | 2896 |  | 
 | 2897 | This code is derived from software contributed to The NetBSD Foundation | 
 | 2898 | by Luke Mewburn; and by Jason R. Thorpe. | 
 | 2899 |  | 
 | 2900 | Redistribution and use in source and binary forms, with or without | 
 | 2901 | modification, are permitted provided that the following conditions | 
 | 2902 | are met: | 
 | 2903 | 1. Redistributions of source code must retain the above copyright | 
 | 2904 |    notice, this list of conditions and the following disclaimer. | 
 | 2905 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2906 |    notice, this list of conditions and the following disclaimer in the | 
 | 2907 |    documentation and/or other materials provided with the distribution. | 
 | 2908 | 3. All advertising materials mentioning features or use of this software | 
 | 2909 |    must display the following acknowledgement: | 
 | 2910 |        This product includes software developed by the NetBSD | 
 | 2911 |        Foundation, Inc. and its contributors. | 
 | 2912 | 4. Neither the name of The NetBSD Foundation nor the names of its | 
 | 2913 |    contributors may be used to endorse or promote products derived | 
 | 2914 |    from this software without specific prior written permission. | 
 | 2915 |  | 
 | 2916 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
 | 2917 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
 | 2918 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
 | 2919 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
 | 2920 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
 | 2921 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
 | 2922 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
 | 2923 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
 | 2924 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
 | 2925 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
 | 2926 | POSSIBILITY OF SUCH DAMAGE. | 
 | 2927 |  | 
 | 2928 | ------------------------------------------------------------------- | 
 | 2929 |  | 
| Elliott Hughes | d3627a4 | 2022-12-06 22:24:27 +0000 | [diff] [blame] | 2930 | Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc. | 
 | 2931 | All rights reserved. | 
 | 2932 |  | 
 | 2933 | This code was contributed to The NetBSD Foundation by Klaus Klein. | 
 | 2934 |  | 
 | 2935 | Redistribution and use in source and binary forms, with or without | 
 | 2936 | modification, are permitted provided that the following conditions | 
 | 2937 | are met: | 
 | 2938 | 1. Redistributions of source code must retain the above copyright | 
 | 2939 |    notice, this list of conditions and the following disclaimer. | 
 | 2940 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2941 |    notice, this list of conditions and the following disclaimer in the | 
 | 2942 |    documentation and/or other materials provided with the distribution. | 
 | 2943 |  | 
 | 2944 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
 | 2945 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
 | 2946 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
 | 2947 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
 | 2948 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
 | 2949 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
 | 2950 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
 | 2951 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
 | 2952 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
 | 2953 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
 | 2954 | POSSIBILITY OF SUCH DAMAGE. | 
 | 2955 |  | 
 | 2956 | ------------------------------------------------------------------- | 
 | 2957 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2958 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> | 
 | 2959 |  | 
 | 2960 | Permission to use, copy, modify, and distribute this software for any | 
 | 2961 | purpose with or without fee is hereby granted, provided that the above | 
 | 2962 | copyright notice and this permission notice appear in all copies. | 
 | 2963 |  | 
 | 2964 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 2965 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 2966 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 2967 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 2968 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 2969 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 2970 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 2971 |  | 
 | 2972 | ------------------------------------------------------------------- | 
 | 2973 |  | 
 | 2974 | Copyright (c) 1998 Softweyr LLC.  All rights reserved. | 
 | 2975 |  | 
 | 2976 | strtok_r, from Berkeley strtok | 
 | 2977 | Oct 13, 1998 by Wes Peters <wes@softweyr.com> | 
 | 2978 |  | 
 | 2979 | Copyright (c) 1988, 1993 | 
 | 2980 |    The Regents of the University of California.  All rights reserved. | 
 | 2981 |  | 
 | 2982 | Redistribution and use in source and binary forms, with or without | 
 | 2983 | modification, are permitted provided that the following conditions | 
 | 2984 | are met: | 
 | 2985 | 1. Redistributions of source code must retain the above copyright | 
 | 2986 |    notices, this list of conditions and the following disclaimer. | 
 | 2987 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 2988 |    notices, this list of conditions and the following disclaimer in the | 
 | 2989 |    documentation and/or other materials provided with the distribution. | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 2990 | 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] | 2991 |    may be used to endorse or promote products derived from this software | 
 | 2992 |    without specific prior written permission. | 
 | 2993 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2994 | THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS | 
 | 2995 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 2996 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | 
 | 2997 | PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL SOFTWEYR LLC, THE | 
 | 2998 | REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
 | 2999 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | 
 | 3000 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | 
 | 3001 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | 
 | 3002 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 
 | 3003 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
 | 3004 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 3005 |  | 
 | 3006 | ------------------------------------------------------------------- | 
 | 3007 |  | 
 | 3008 | Copyright (c) 1998 The NetBSD Foundation, Inc. | 
 | 3009 | All rights reserved. | 
 | 3010 |  | 
 | 3011 | This code is derived from software contributed to The NetBSD Foundation | 
 | 3012 | by Klaus Klein. | 
 | 3013 |  | 
 | 3014 | Redistribution and use in source and binary forms, with or without | 
 | 3015 | modification, are permitted provided that the following conditions | 
 | 3016 | are met: | 
 | 3017 | 1. Redistributions of source code must retain the above copyright | 
 | 3018 |    notice, this list of conditions and the following disclaimer. | 
 | 3019 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3020 |    notice, this list of conditions and the following disclaimer in the | 
 | 3021 |    documentation and/or other materials provided with the distribution. | 
 | 3022 | 3. All advertising materials mentioning features or use of this software | 
 | 3023 |    must display the following acknowledgement: | 
 | 3024 |        This product includes software developed by the NetBSD | 
 | 3025 |        Foundation, Inc. and its contributors. | 
 | 3026 | 4. Neither the name of The NetBSD Foundation nor the names of its | 
 | 3027 |    contributors may be used to endorse or promote products derived | 
 | 3028 |    from this software without specific prior written permission. | 
 | 3029 |  | 
 | 3030 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
 | 3031 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
 | 3032 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
 | 3033 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
 | 3034 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
 | 3035 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
 | 3036 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
 | 3037 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
 | 3038 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
 | 3039 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
 | 3040 | POSSIBILITY OF SUCH DAMAGE. | 
 | 3041 |  | 
 | 3042 | ------------------------------------------------------------------- | 
 | 3043 |  | 
 | 3044 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3045 | All rights reserved. | 
 | 3046 |  | 
 | 3047 | Redistribution and use in source and binary forms, with or without | 
 | 3048 | modification, are permitted provided that the following conditions | 
 | 3049 | are met: | 
 | 3050 | 1. Redistributions of source code must retain the above copyright | 
 | 3051 |    notice, this list of conditions and the following disclaimer. | 
 | 3052 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3053 |    notice, this list of conditions and the following disclaimer in the | 
 | 3054 |    documentation and/or other materials provided with the distribution. | 
 | 3055 | 3. The name of the author may not be used to endorse or promote products | 
 | 3056 |    derived from this software without specific prior written permission. | 
 | 3057 |  | 
 | 3058 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | 
 | 3059 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | 
 | 3060 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL | 
 | 3061 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | 
 | 3062 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | 
 | 3063 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; | 
 | 3064 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | 
 | 3065 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | 
 | 3066 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 
 | 3067 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 3068 |  | 
 | 3069 | ------------------------------------------------------------------- | 
 | 3070 |  | 
| Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 3071 | Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org> | 
| Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 3072 |  | 
 | 3073 | Permission to use, copy, modify, and distribute this software for any | 
 | 3074 | purpose with or without fee is hereby granted, provided that the above | 
 | 3075 | copyright notice and this permission notice appear in all copies. | 
 | 3076 |  | 
 | 3077 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 3078 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3079 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 3080 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3081 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3082 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 3083 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3084 |  | 
 | 3085 | ------------------------------------------------------------------- | 
 | 3086 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3087 | Copyright (c) 1999 | 
 | 3088 |    David E. O'Brien | 
 | 3089 | Copyright (c) 1988, 1993 | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3090 |    The Regents of the University of California.  All rights reserved. | 
 | 3091 |  | 
 | 3092 | Redistribution and use in source and binary forms, with or without | 
 | 3093 | modification, are permitted provided that the following conditions | 
 | 3094 | are met: | 
 | 3095 | 1. Redistributions of source code must retain the above copyright | 
 | 3096 |    notice, this list of conditions and the following disclaimer. | 
 | 3097 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3098 |    notice, this list of conditions and the following disclaimer in the | 
 | 3099 |    documentation and/or other materials provided with the distribution. | 
 | 3100 | 3. Neither the name of the University nor the names of its contributors | 
 | 3101 |    may be used to endorse or promote products derived from this software | 
 | 3102 |    without specific prior written permission. | 
 | 3103 |  | 
 | 3104 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | 
 | 3105 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3106 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3107 | ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 3108 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3109 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3110 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3111 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3112 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3113 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3114 | SUCH DAMAGE. | 
 | 3115 |  | 
 | 3116 | ------------------------------------------------------------------- | 
 | 3117 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3118 | Copyright (c) 2000 Ben Harris. | 
 | 3119 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. | 
 | 3120 | All rights reserved. | 
 | 3121 |  | 
 | 3122 | Redistribution and use in source and binary forms, with or without | 
 | 3123 | modification, are permitted provided that the following conditions | 
 | 3124 | are met: | 
 | 3125 | 1. Redistributions of source code must retain the above copyright | 
 | 3126 |    notice, this list of conditions and the following disclaimer. | 
 | 3127 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3128 |    notice, this list of conditions and the following disclaimer in the | 
 | 3129 |    documentation and/or other materials provided with the distribution. | 
 | 3130 | 3. Neither the name of the project nor the names of its contributors | 
 | 3131 |    may be used to endorse or promote products derived from this software | 
 | 3132 |    without specific prior written permission. | 
 | 3133 |  | 
 | 3134 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND | 
 | 3135 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3136 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3137 | ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE | 
 | 3138 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3139 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3140 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3141 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3142 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3143 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3144 | SUCH DAMAGE. | 
 | 3145 |  | 
 | 3146 | ------------------------------------------------------------------- | 
 | 3147 |  | 
 | 3148 | Copyright (c) 2000 The NetBSD Foundation, Inc. | 
 | 3149 | All rights reserved. | 
 | 3150 |  | 
 | 3151 | This code is derived from software contributed to The NetBSD Foundation | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3152 | by Dieter Baron and Thomas Klausner. | 
 | 3153 |  | 
 | 3154 | Redistribution and use in source and binary forms, with or without | 
 | 3155 | modification, are permitted provided that the following conditions | 
 | 3156 | are met: | 
 | 3157 | 1. Redistributions of source code must retain the above copyright | 
 | 3158 |    notice, this list of conditions and the following disclaimer. | 
 | 3159 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3160 |    notice, this list of conditions and the following disclaimer in the | 
 | 3161 |    documentation and/or other materials provided with the distribution. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3162 |  | 
 | 3163 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
 | 3164 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
 | 3165 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
 | 3166 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
 | 3167 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
 | 3168 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
 | 3169 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
 | 3170 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
 | 3171 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
 | 3172 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
 | 3173 | POSSIBILITY OF SUCH DAMAGE. | 
 | 3174 |  | 
 | 3175 | ------------------------------------------------------------------- | 
 | 3176 |  | 
| Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 3177 | Copyright (c) 2001 Wasabi Systems, Inc. | 
 | 3178 | All rights reserved. | 
 | 3179 |  | 
 | 3180 | Written by Frank van der Linden for Wasabi Systems, Inc. | 
 | 3181 |  | 
 | 3182 | Redistribution and use in source and binary forms, with or without | 
 | 3183 | modification, are permitted provided that the following conditions | 
 | 3184 | are met: | 
 | 3185 | 1. Redistributions of source code must retain the above copyright | 
 | 3186 |    notice, this list of conditions and the following disclaimer. | 
 | 3187 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3188 |    notice, this list of conditions and the following disclaimer in the | 
 | 3189 |    documentation and/or other materials provided with the distribution. | 
 | 3190 | 3. All advertising materials mentioning features or use of this software | 
 | 3191 |    must display the following acknowledgement: | 
 | 3192 |      This product includes software developed for the NetBSD Project by | 
 | 3193 |      Wasabi Systems, Inc. | 
 | 3194 | 4. The name of Wasabi Systems, Inc. may not be used to endorse | 
 | 3195 |    or promote products derived from this software without specific prior | 
 | 3196 |    written permission. | 
 | 3197 |  | 
 | 3198 | THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND | 
 | 3199 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
 | 3200 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
 | 3201 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL WASABI SYSTEMS, INC | 
 | 3202 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
 | 3203 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
 | 3204 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
 | 3205 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
 | 3206 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
 | 3207 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
 | 3208 | POSSIBILITY OF SUCH DAMAGE. | 
 | 3209 |  | 
 | 3210 | ------------------------------------------------------------------- | 
 | 3211 |  | 
| Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3212 | Copyright (c) 2001-2011 The FreeBSD Project. | 
 | 3213 | All rights reserved. | 
 | 3214 |  | 
 | 3215 | Redistribution and use in source and binary forms, with or without | 
 | 3216 | modification, are permitted provided that the following conditions | 
 | 3217 | are met: | 
 | 3218 | 1. Redistributions of source code must retain the above copyright | 
 | 3219 |    notice, this list of conditions and the following disclaimer. | 
 | 3220 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3221 |    notice, this list of conditions and the following disclaimer in the | 
 | 3222 |    documentation and/or other materials provided with the distribution. | 
 | 3223 |  | 
 | 3224 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3225 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3226 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3227 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3228 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3229 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3230 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3231 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3232 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3233 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3234 | SUCH DAMAGE. | 
 | 3235 |  | 
 | 3236 | ------------------------------------------------------------------- | 
 | 3237 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3238 | Copyright (c) 2002 Daniel Hartmeier | 
 | 3239 | All rights reserved. | 
 | 3240 |  | 
 | 3241 | Redistribution and use in source and binary forms, with or without | 
 | 3242 | modification, are permitted provided that the following conditions | 
 | 3243 | are met: | 
 | 3244 |  | 
 | 3245 |    - Redistributions of source code must retain the above copyright | 
 | 3246 |      notice, this list of conditions and the following disclaimer. | 
 | 3247 |    - Redistributions in binary form must reproduce the above | 
 | 3248 |      copyright notice, this list of conditions and the following | 
 | 3249 |      disclaimer in the documentation and/or other materials provided | 
 | 3250 |      with the distribution. | 
 | 3251 |  | 
 | 3252 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 3253 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 3254 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 3255 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 3256 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 3257 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 3258 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
 | 3259 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 
 | 3260 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3261 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | 
 | 3262 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
 | 3263 | POSSIBILITY OF SUCH DAMAGE. | 
 | 3264 |  | 
 | 3265 | ------------------------------------------------------------------- | 
 | 3266 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3267 | Copyright (c) 2002 Tim J. Robbins | 
 | 3268 | All rights reserved. | 
 | 3269 |  | 
| Elliott Hughes | 2bd4316 | 2023-06-15 13:17:08 -0700 | [diff] [blame] | 3270 | Copyright (c) 2011 The FreeBSD Foundation | 
 | 3271 |  | 
 | 3272 | Portions of this software were developed by David Chisnall | 
 | 3273 | under sponsorship from the FreeBSD Foundation. | 
 | 3274 |  | 
 | 3275 | Redistribution and use in source and binary forms, with or without | 
 | 3276 | modification, are permitted provided that the following conditions | 
 | 3277 | are met: | 
 | 3278 | 1. Redistributions of source code must retain the above copyright | 
 | 3279 |    notice, this list of conditions and the following disclaimer. | 
 | 3280 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3281 |    notice, this list of conditions and the following disclaimer in the | 
 | 3282 |    documentation and/or other materials provided with the distribution. | 
 | 3283 |  | 
 | 3284 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3285 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3286 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3287 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3288 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3289 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3290 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3291 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3292 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3293 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3294 | SUCH DAMAGE. | 
 | 3295 |  | 
 | 3296 | ------------------------------------------------------------------- | 
 | 3297 |  | 
 | 3298 | Copyright (c) 2002 Tim J. Robbins | 
 | 3299 | All rights reserved. | 
 | 3300 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3301 | Redistribution and use in source and binary forms, with or without | 
 | 3302 | modification, are permitted provided that the following conditions | 
 | 3303 | are met: | 
 | 3304 | 1. Redistributions of source code must retain the above copyright | 
 | 3305 |    notice, this list of conditions and the following disclaimer. | 
 | 3306 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3307 |    notice, this list of conditions and the following disclaimer in the | 
 | 3308 |    documentation and/or other materials provided with the distribution. | 
 | 3309 |  | 
 | 3310 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3311 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3312 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3313 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3314 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3315 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3316 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3317 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3318 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3319 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3320 | SUCH DAMAGE. | 
 | 3321 |  | 
 | 3322 | ------------------------------------------------------------------- | 
 | 3323 |  | 
| Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3324 | Copyright (c) 2002 Tim J. Robbins. | 
 | 3325 | All rights reserved. | 
 | 3326 |  | 
 | 3327 | Redistribution and use in source and binary forms, with or without | 
 | 3328 | modification, are permitted provided that the following conditions | 
 | 3329 | are met: | 
 | 3330 | 1. Redistributions of source code must retain the above copyright | 
 | 3331 |    notice, this list of conditions and the following disclaimer. | 
 | 3332 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3333 |    notice, this list of conditions and the following disclaimer in the | 
 | 3334 |    documentation and/or other materials provided with the distribution. | 
 | 3335 |  | 
 | 3336 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3337 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3338 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3339 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3340 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3341 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3342 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3343 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3344 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3345 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3346 | SUCH DAMAGE. | 
 | 3347 |  | 
 | 3348 | ------------------------------------------------------------------- | 
 | 3349 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3350 | Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> | 
 | 3351 |  | 
 | 3352 | Permission to use, copy, modify, and distribute this software for any | 
 | 3353 | purpose with or without fee is hereby granted, provided that the above | 
 | 3354 | copyright notice and this permission notice appear in all copies. | 
 | 3355 |  | 
 | 3356 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 3357 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3358 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 3359 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3360 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3361 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 3362 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3363 |  | 
 | 3364 | Sponsored in part by the Defense Advanced Research Projects | 
 | 3365 | Agency (DARPA) and Air Force Research Laboratory, Air Force | 
 | 3366 | Materiel Command, USAF, under agreement number F39502-99-1-0512. | 
 | 3367 |  | 
 | 3368 | ------------------------------------------------------------------- | 
 | 3369 |  | 
| Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3370 | Copyright (c) 2002, 2003 Tim J. Robbins. | 
 | 3371 | All rights reserved. | 
 | 3372 |  | 
 | 3373 | Redistribution and use in source and binary forms, with or without | 
 | 3374 | modification, are permitted provided that the following conditions | 
 | 3375 | are met: | 
 | 3376 | 1. Redistributions of source code must retain the above copyright | 
 | 3377 |    notice, this list of conditions and the following disclaimer. | 
 | 3378 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3379 |    notice, this list of conditions and the following disclaimer in the | 
 | 3380 |    documentation and/or other materials provided with the distribution. | 
 | 3381 |  | 
 | 3382 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3383 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3384 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3385 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3386 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3387 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3388 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3389 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3390 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3391 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3392 | SUCH DAMAGE. | 
 | 3393 |  | 
 | 3394 | ------------------------------------------------------------------- | 
 | 3395 |  | 
 | 3396 | Copyright (c) 2002-2004 Tim J. Robbins | 
 | 3397 | All rights reserved. | 
 | 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 |  | 
 | 3408 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3409 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3410 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3411 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3412 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3413 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3414 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3415 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3416 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3417 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3418 | SUCH DAMAGE. | 
 | 3419 |  | 
 | 3420 | ------------------------------------------------------------------- | 
 | 3421 |  | 
 | 3422 | Copyright (c) 2002-2004 Tim J. Robbins. | 
 | 3423 | All rights reserved. | 
 | 3424 |  | 
 | 3425 | Redistribution and use in source and binary forms, with or without | 
 | 3426 | modification, are permitted provided that the following conditions | 
 | 3427 | are met: | 
 | 3428 | 1. Redistributions of source code must retain the above copyright | 
 | 3429 |    notice, this list of conditions and the following disclaimer. | 
 | 3430 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3431 |    notice, this list of conditions and the following disclaimer in the | 
 | 3432 |    documentation and/or other materials provided with the distribution. | 
 | 3433 |  | 
 | 3434 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3435 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3436 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3437 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3438 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3439 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3440 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3441 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3442 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3443 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3444 | SUCH DAMAGE. | 
 | 3445 |  | 
 | 3446 | ------------------------------------------------------------------- | 
 | 3447 |  | 
| Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3448 | Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> | 
 | 3449 | All rights reserved. | 
 | 3450 |  | 
 | 3451 | Redistribution and use in source and binary forms, with or without | 
 | 3452 | modification, are permitted provided that the following conditions | 
 | 3453 | are met: | 
 | 3454 | 1. Redistributions of source code must retain the above copyright | 
 | 3455 |    notice, this list of conditions and the following disclaimer. | 
 | 3456 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3457 |    notice, this list of conditions and the following disclaimer in the | 
 | 3458 |    documentation and/or other materials provided with the distribution. | 
 | 3459 |  | 
 | 3460 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3461 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3462 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3463 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3464 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3465 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3466 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3467 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3468 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3469 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3470 | SUCH DAMAGE. | 
 | 3471 |  | 
 | 3472 | ------------------------------------------------------------------- | 
 | 3473 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3474 | Copyright (c) 2003 Networks Associates Technology, Inc. | 
 | 3475 | All rights reserved. | 
 | 3476 |  | 
 | 3477 | Portions of this software were developed for the FreeBSD Project by | 
 | 3478 | Jacques A. Vidrine, Safeport Network Services, and Network | 
 | 3479 | Associates Laboratories, the Security Research Division of Network | 
 | 3480 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 | 
 | 3481 | ("CBOSS"), as part of the DARPA CHATS research program. | 
 | 3482 |  | 
 | 3483 | Redistribution and use in source and binary forms, with or without | 
 | 3484 | modification, are permitted provided that the following conditions | 
 | 3485 | are met: | 
 | 3486 | 1. Redistributions of source code must retain the above copyright | 
 | 3487 |    notice, this list of conditions and the following disclaimer. | 
 | 3488 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3489 |    notice, this list of conditions and the following disclaimer in the | 
 | 3490 |    documentation and/or other materials provided with the distribution. | 
 | 3491 |  | 
 | 3492 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3493 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3494 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3495 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3496 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3497 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3498 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3499 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3500 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3501 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3502 | SUCH DAMAGE. | 
 | 3503 |  | 
 | 3504 | ------------------------------------------------------------------- | 
 | 3505 |  | 
| Nick Kralevich | 5e58ea0 | 2012-09-12 13:21:25 -0700 | [diff] [blame] | 3506 | Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> | 
 | 3507 |  | 
 | 3508 | Permission to use, copy, modify, and distribute this software for any | 
 | 3509 | purpose with or without fee is hereby granted, provided that the above | 
 | 3510 | copyright notice and this permission notice appear in all copies. | 
 | 3511 |  | 
 | 3512 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 3513 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3514 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 3515 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3516 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3517 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 3518 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3519 |  | 
 | 3520 | Sponsored in part by the Defense Advanced Research Projects | 
 | 3521 | Agency (DARPA) and Air Force Research Laboratory, Air Force | 
 | 3522 | Materiel Command, USAF, under agreement number F39502-99-1-0512. | 
 | 3523 |  | 
 | 3524 | ------------------------------------------------------------------- | 
 | 3525 |  | 
| Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3526 | Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> | 
 | 3527 |  | 
 | 3528 | Permission to use, copy, modify, and distribute this software for any | 
 | 3529 | purpose with or without fee is hereby granted, provided that the above | 
 | 3530 | copyright notice and this permission notice appear in all copies. | 
 | 3531 |  | 
 | 3532 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 3533 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3534 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 3535 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3536 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3537 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 3538 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3539 |  | 
 | 3540 | Sponsored in part by the Defense Advanced Research Projects | 
 | 3541 | Agency (DARPA) and Air Force Research Laboratory, Air Force | 
 | 3542 | Materiel Command, USAF, under agreement number F39502-99-1-0512. | 
 | 3543 |  | 
 | 3544 | ------------------------------------------------------------------- | 
 | 3545 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3546 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
 | 3547 | Copyright (c) 1995,1999 by Internet Software Consortium. | 
 | 3548 |  | 
 | 3549 | Permission to use, copy, modify, and distribute this software for any | 
 | 3550 | purpose with or without fee is hereby granted, provided that the above | 
 | 3551 | copyright notice and this permission notice appear in all copies. | 
 | 3552 |  | 
 | 3553 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
 | 3554 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3555 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
 | 3556 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3557 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3558 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
 | 3559 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3560 |  | 
 | 3561 | ------------------------------------------------------------------- | 
 | 3562 |  | 
 | 3563 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
 | 3564 | Copyright (c) 1995-1999 by Internet Software Consortium | 
 | 3565 |  | 
 | 3566 | Permission to use, copy, modify, and distribute this software for any | 
 | 3567 | purpose with or without fee is hereby granted, provided that the above | 
 | 3568 | copyright notice and this permission notice appear in all copies. | 
 | 3569 |  | 
 | 3570 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
 | 3571 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3572 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
 | 3573 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3574 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3575 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
 | 3576 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3577 |  | 
 | 3578 | ------------------------------------------------------------------- | 
 | 3579 |  | 
 | 3580 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
 | 3581 | Copyright (c) 1995-1999 by Internet Software Consortium. | 
 | 3582 |  | 
 | 3583 | Permission to use, copy, modify, and distribute this software for any | 
 | 3584 | purpose with or without fee is hereby granted, provided that the above | 
 | 3585 | copyright notice and this permission notice appear in all copies. | 
 | 3586 |  | 
 | 3587 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
 | 3588 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3589 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
 | 3590 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3591 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3592 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
 | 3593 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3594 |  | 
 | 3595 | ------------------------------------------------------------------- | 
 | 3596 |  | 
 | 3597 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
 | 3598 | Copyright (c) 1996,1999 by Internet Software Consortium. | 
 | 3599 |  | 
 | 3600 | Permission to use, copy, modify, and distribute this software for any | 
 | 3601 | purpose with or without fee is hereby granted, provided that the above | 
 | 3602 | copyright notice and this permission notice appear in all copies. | 
 | 3603 |  | 
 | 3604 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
 | 3605 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3606 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
 | 3607 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3608 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3609 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
 | 3610 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3611 |  | 
 | 3612 | ------------------------------------------------------------------- | 
 | 3613 |  | 
 | 3614 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
 | 3615 | Copyright (c) 1996-1999 by Internet Software Consortium | 
 | 3616 |  | 
 | 3617 | Permission to use, copy, modify, and distribute this software for any | 
 | 3618 | purpose with or without fee is hereby granted, provided that the above | 
 | 3619 | copyright notice and this permission notice appear in all copies. | 
 | 3620 |  | 
 | 3621 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
 | 3622 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3623 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
 | 3624 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3625 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3626 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
 | 3627 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3628 |  | 
 | 3629 | ------------------------------------------------------------------- | 
 | 3630 |  | 
 | 3631 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
 | 3632 | Copyright (c) 1996-1999 by Internet Software Consortium. | 
 | 3633 |  | 
 | 3634 | Permission to use, copy, modify, and distribute this software for any | 
 | 3635 | purpose with or without fee is hereby granted, provided that the above | 
 | 3636 | copyright notice and this permission notice appear in all copies. | 
 | 3637 |  | 
 | 3638 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
 | 3639 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3640 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
 | 3641 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3642 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3643 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
 | 3644 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3645 |  | 
 | 3646 | ------------------------------------------------------------------- | 
 | 3647 |  | 
 | 3648 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
 | 3649 | Copyright (c) 1997,1999 by Internet Software Consortium. | 
 | 3650 |  | 
 | 3651 | Permission to use, copy, modify, and distribute this software for any | 
 | 3652 | purpose with or without fee is hereby granted, provided that the above | 
 | 3653 | copyright notice and this permission notice appear in all copies. | 
 | 3654 |  | 
 | 3655 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
 | 3656 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3657 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
 | 3658 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3659 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3660 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
 | 3661 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3662 |  | 
 | 3663 | ------------------------------------------------------------------- | 
 | 3664 |  | 
 | 3665 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3666 | Copyright (c) 1999 by Internet Software Consortium. | 
 | 3667 |  | 
 | 3668 | Permission to use, copy, modify, and distribute this software for any | 
 | 3669 | purpose with or without fee is hereby granted, provided that the above | 
 | 3670 | copyright notice and this permission notice appear in all copies. | 
 | 3671 |  | 
 | 3672 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
 | 3673 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3674 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
 | 3675 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3676 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3677 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
 | 3678 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3679 |  | 
 | 3680 | ------------------------------------------------------------------- | 
 | 3681 |  | 
 | 3682 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") | 
 | 3683 | Portions Copyright (c) 1996-1999 by Internet Software Consortium. | 
 | 3684 |  | 
 | 3685 | Permission to use, copy, modify, and distribute this software for any | 
 | 3686 | purpose with or without fee is hereby granted, provided that the above | 
 | 3687 | copyright notice and this permission notice appear in all copies. | 
 | 3688 |  | 
 | 3689 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
 | 3690 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3691 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
 | 3692 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3693 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3694 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
 | 3695 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3696 |  | 
 | 3697 | ------------------------------------------------------------------- | 
 | 3698 |  | 
| Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3699 | Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG> | 
 | 3700 | All rights reserved. | 
 | 3701 |  | 
 | 3702 | Redistribution and use in source and binary forms, with or without | 
 | 3703 | modification, are permitted provided that the following conditions | 
 | 3704 | are met: | 
 | 3705 | 1. Redistributions of source code must retain the above copyright | 
 | 3706 |    notice, this list of conditions and the following disclaimer. | 
 | 3707 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3708 |    notice, this list of conditions and the following disclaimer in the | 
 | 3709 |    documentation and/or other materials provided with the distribution. | 
 | 3710 |  | 
 | 3711 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3712 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3713 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3714 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3715 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3716 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3717 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3718 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3719 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3720 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3721 | SUCH DAMAGE. | 
 | 3722 |  | 
 | 3723 | ------------------------------------------------------------------- | 
 | 3724 |  | 
| Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3725 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> | 
 | 3726 | All rights reserved. | 
 | 3727 |  | 
 | 3728 | Redistribution and use in source and binary forms, with or without | 
 | 3729 | modification, are permitted provided that the following conditions | 
 | 3730 | are met: | 
 | 3731 | 1. Redistributions of source code must retain the above copyright | 
 | 3732 |    notice, this list of conditions and the following disclaimer. | 
 | 3733 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3734 |    notice, this list of conditions and the following disclaimer in the | 
 | 3735 |    documentation and/or other materials provided with the distribution. | 
 | 3736 |  | 
 | 3737 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3738 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3739 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3740 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3741 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3742 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3743 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3744 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3745 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3746 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3747 | SUCH DAMAGE. | 
 | 3748 |  | 
 | 3749 | ------------------------------------------------------------------- | 
 | 3750 |  | 
 | 3751 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> | 
 | 3752 | All rights reserved. | 
 | 3753 |  | 
 | 3754 | Redistribution and use in source and binary forms, with or without | 
 | 3755 | modification, are permitted provided that the following conditions | 
 | 3756 | are met: | 
 | 3757 | 1. Redistributions of source code must retain the above copyright | 
 | 3758 |    notice, this list of conditions and the following disclaimer. | 
 | 3759 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3760 |    notice, this list of conditions and the following disclaimer in the | 
 | 3761 |    documentation and/or other materials provided with the distribution. | 
 | 3762 |  | 
 | 3763 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3764 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3765 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3766 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3767 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3768 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3769 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3770 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3771 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3772 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3773 | SUCH DAMAGE. | 
 | 3774 |  | 
 | 3775 | ------------------------------------------------------------------- | 
 | 3776 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3777 | Copyright (c) 2005 Tim J. Robbins. | 
 | 3778 | All rights reserved. | 
 | 3779 |  | 
 | 3780 | Redistribution and use in source and binary forms, with or without | 
 | 3781 | modification, are permitted provided that the following conditions | 
 | 3782 | are met: | 
 | 3783 | 1. Redistributions of source code must retain the above copyright | 
 | 3784 |    notice, this list of conditions and the following disclaimer. | 
 | 3785 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3786 |    notice, this list of conditions and the following disclaimer in the | 
 | 3787 |    documentation and/or other materials provided with the distribution. | 
 | 3788 |  | 
 | 3789 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3790 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3791 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3792 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3793 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3794 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3795 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3796 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3797 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3798 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3799 | SUCH DAMAGE. | 
 | 3800 |  | 
 | 3801 | ------------------------------------------------------------------- | 
 | 3802 |  | 
| Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 3803 | Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") | 
 | 3804 | Copyright (c) 1995-1999 by Internet Software Consortium | 
 | 3805 |  | 
 | 3806 | Permission to use, copy, modify, and distribute this software for any | 
 | 3807 | purpose with or without fee is hereby granted, provided that the above | 
 | 3808 | copyright notice and this permission notice appear in all copies. | 
 | 3809 |  | 
 | 3810 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES | 
 | 3811 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3812 | MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR | 
 | 3813 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3814 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3815 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
 | 3816 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3817 |  | 
 | 3818 | ------------------------------------------------------------------- | 
 | 3819 |  | 
| Elliott Hughes | 26b0607 | 2020-07-31 11:00:10 -0700 | [diff] [blame] | 3820 | Copyright (c) 2005-2018 Rich Felker | 
| Elliott Hughes | c6b38ae | 2019-11-22 11:15:42 -0800 | [diff] [blame] | 3821 |  | 
 | 3822 | Permission is hereby granted, free of charge, to any person obtaining | 
 | 3823 | a copy of this software and associated documentation files (the | 
 | 3824 | "Software"), to deal in the Software without restriction, including | 
 | 3825 | without limitation the rights to use, copy, modify, merge, publish, | 
 | 3826 | distribute, sublicense, and/or sell copies of the Software, and to | 
 | 3827 | permit persons to whom the Software is furnished to do so, subject to | 
 | 3828 | the following conditions: | 
 | 3829 |  | 
 | 3830 | The above copyright notice and this permission notice shall be | 
 | 3831 | included in all copies or substantial portions of the Software. | 
 | 3832 |  | 
 | 3833 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | 
 | 3834 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | 
 | 3835 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | 
 | 3836 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | 
 | 3837 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | 
 | 3838 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | 
 | 3839 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 
 | 3840 |  | 
 | 3841 | ------------------------------------------------------------------- | 
 | 3842 |  | 
| Elliott Hughes | 5633caa | 2020-08-06 14:32:43 -0700 | [diff] [blame] | 3843 | Copyright (c) 2005-2020 Rich Felker, et al. | 
 | 3844 |  | 
 | 3845 | Permission is hereby granted, free of charge, to any person obtaining | 
 | 3846 | a copy of this software and associated documentation files (the | 
 | 3847 | "Software"), to deal in the Software without restriction, including | 
 | 3848 | without limitation the rights to use, copy, modify, merge, publish, | 
 | 3849 | distribute, sublicense, and/or sell copies of the Software, and to | 
 | 3850 | permit persons to whom the Software is furnished to do so, subject to | 
 | 3851 | the following conditions: | 
 | 3852 |  | 
 | 3853 | The above copyright notice and this permission notice shall be | 
 | 3854 | included in all copies or substantial portions of the Software. | 
 | 3855 |  | 
 | 3856 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | 
 | 3857 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | 
 | 3858 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | 
 | 3859 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | 
 | 3860 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | 
 | 3861 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | 
 | 3862 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 
 | 3863 |  | 
 | 3864 | ------------------------------------------------------------------- | 
 | 3865 |  | 
| Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 3866 | Copyright (c) 2007 Todd C. Miller <millert@openbsd.org> | 
| Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 3867 |  | 
 | 3868 | Permission to use, copy, modify, and distribute this software for any | 
 | 3869 | purpose with or without fee is hereby granted, provided that the above | 
 | 3870 | copyright notice and this permission notice appear in all copies. | 
 | 3871 |  | 
 | 3872 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 3873 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3874 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 3875 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3876 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3877 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 3878 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3879 |  | 
 | 3880 | ------------------------------------------------------------------- | 
 | 3881 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3882 | Copyright (c) 2007-2008  Michael G Schwern | 
 | 3883 |  | 
 | 3884 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. | 
 | 3885 |  | 
 | 3886 | The MIT License: | 
 | 3887 |  | 
 | 3888 | Permission is hereby granted, free of charge, to any person obtaining a copy | 
 | 3889 | of this software and associated documentation files (the "Software"), to deal | 
 | 3890 | in the Software without restriction, including without limitation the rights | 
 | 3891 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 
 | 3892 | copies of the Software, and to permit persons to whom the Software is | 
 | 3893 | furnished to do so, subject to the following conditions: | 
 | 3894 |  | 
 | 3895 | The above copyright notice and this permission notice shall be included in | 
 | 3896 | all copies or substantial portions of the Software. | 
 | 3897 |  | 
 | 3898 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 
 | 3899 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 
 | 3900 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 
 | 3901 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 
 | 3902 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 
 | 3903 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 
 | 3904 | THE SOFTWARE. | 
 | 3905 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3906 | ------------------------------------------------------------------- | 
 | 3907 |  | 
| Elliott Hughes | 26b0607 | 2020-07-31 11:00:10 -0700 | [diff] [blame] | 3908 | Copyright (c) 2008, 2016 Todd C. Miller <millert@openbsd.org> | 
 | 3909 |  | 
 | 3910 | Permission to use, copy, modify, and distribute this software for any | 
 | 3911 | purpose with or without fee is hereby granted, provided that the above | 
 | 3912 | copyright notice and this permission notice appear in all copies. | 
 | 3913 |  | 
 | 3914 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 3915 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3916 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 3917 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3918 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3919 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 3920 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3921 |  | 
 | 3922 | ------------------------------------------------------------------- | 
 | 3923 |  | 
 | 3924 | Copyright (c) 2008, 2017 Otto Moerbeek <otto@drijf.net> | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3925 |  | 
 | 3926 | Permission to use, copy, modify, and distribute this software for any | 
 | 3927 | purpose with or without fee is hereby granted, provided that the above | 
 | 3928 | copyright notice and this permission notice appear in all copies. | 
 | 3929 |  | 
 | 3930 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 3931 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3932 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 3933 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3934 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3935 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 3936 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3937 |  | 
 | 3938 | ------------------------------------------------------------------- | 
 | 3939 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3940 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> | 
 | 3941 |  | 
 | 3942 | Permission to use, copy, modify, and distribute this software for any | 
 | 3943 | purpose with or without fee is hereby granted, provided that the above | 
 | 3944 | copyright notice and this permission notice appear in all copies. | 
 | 3945 |  | 
 | 3946 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 3947 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 3948 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 3949 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 3950 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 3951 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 3952 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 3953 |  | 
 | 3954 | ------------------------------------------------------------------- | 
 | 3955 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3956 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> | 
 | 3957 | All rights reserved. | 
 | 3958 |  | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 3959 | Copyright (c) 2011 The FreeBSD Foundation | 
 | 3960 | All rights reserved. | 
 | 3961 | Portions of this software were developed by David Chisnall | 
 | 3962 | under sponsorship from the FreeBSD Foundation. | 
 | 3963 |  | 
 | 3964 | Redistribution and use in source and binary forms, with or without | 
 | 3965 | modification, are permitted provided that the following conditions | 
 | 3966 | are met: | 
 | 3967 | 1. Redistributions of source code must retain the above copyright | 
 | 3968 |    notice, this list of conditions and the following disclaimer. | 
 | 3969 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3970 |    notice, this list of conditions and the following disclaimer in the | 
 | 3971 |    documentation and/or other materials provided with the distribution. | 
 | 3972 |  | 
 | 3973 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 3974 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 3975 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 3976 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 3977 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 3978 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 3979 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 3980 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 3981 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 3982 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 3983 | SUCH DAMAGE. | 
 | 3984 |  | 
 | 3985 | ------------------------------------------------------------------- | 
 | 3986 |  | 
 | 3987 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> | 
 | 3988 | All rights reserved. | 
 | 3989 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3990 | Redistribution and use in source and binary forms, with or without | 
 | 3991 | modification, are permitted provided that the following conditions | 
 | 3992 | are met: | 
 | 3993 | 1. Redistributions of source code must retain the above copyright | 
 | 3994 |    notice, this list of conditions and the following disclaimer. | 
 | 3995 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 3996 |    notice, this list of conditions and the following disclaimer in the | 
 | 3997 |    documentation and/or other materials provided with the distribution. | 
 | 3998 |  | 
 | 3999 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 4000 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 4001 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 4002 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 4003 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 4004 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 4005 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 4006 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 4007 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 4008 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 4009 | SUCH DAMAGE. | 
 | 4010 |  | 
 | 4011 | ------------------------------------------------------------------- | 
 | 4012 |  | 
| Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 4013 | Copyright (c) 2009 The NetBSD Foundation, Inc. | 
 | 4014 |  | 
 | 4015 | This code is derived from software contributed to The NetBSD Foundation | 
 | 4016 | by Roy Marples. | 
 | 4017 |  | 
 | 4018 | Redistribution and use in source and binary forms, with or without | 
 | 4019 | modification, are permitted provided that the following conditions | 
 | 4020 | are met: | 
 | 4021 | 1. Redistributions of source code must retain the above copyright | 
 | 4022 |    notice, this list of conditions and the following disclaimer. | 
 | 4023 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4024 |    notice, this list of conditions and the following disclaimer in the | 
 | 4025 |    documentation and/or other materials provided with the distribution. | 
 | 4026 |  | 
 | 4027 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | 
 | 4028 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
 | 4029 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
 | 4030 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 4031 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
 | 4032 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 
 | 4033 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 
 | 4034 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
 | 4035 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 
 | 4036 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4037 |  | 
 | 4038 | ------------------------------------------------------------------- | 
 | 4039 |  | 
| Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 4040 | Copyright (c) 2010 The NetBSD Foundation, Inc. | 
 | 4041 | All rights reserved. | 
 | 4042 |  | 
 | 4043 | Redistribution and use in source and binary forms, with or without | 
 | 4044 | modification, are permitted provided that the following conditions | 
 | 4045 | are met: | 
 | 4046 | 1. Redistributions of source code must retain the above copyright | 
 | 4047 |    notice, this list of conditions and the following disclaimer. | 
 | 4048 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4049 |    notice, this list of conditions and the following disclaimer in the | 
 | 4050 |    documentation and/or other materials provided with the distribution. | 
 | 4051 |  | 
 | 4052 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
 | 4053 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
 | 4054 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
 | 4055 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
 | 4056 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
 | 4057 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
 | 4058 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
 | 4059 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
 | 4060 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
 | 4061 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
 | 4062 | POSSIBILITY OF SUCH DAMAGE. | 
 | 4063 |  | 
 | 4064 | ------------------------------------------------------------------- | 
 | 4065 |  | 
| Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 4066 | Copyright (c) 2010 Todd C. Miller <millert@openbsd.org> | 
| Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 4067 |  | 
 | 4068 | Permission to use, copy, modify, and distribute this software for any | 
 | 4069 | purpose with or without fee is hereby granted, provided that the above | 
 | 4070 | copyright notice and this permission notice appear in all copies. | 
 | 4071 |  | 
 | 4072 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 4073 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 4074 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 4075 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 4076 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 4077 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 4078 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 4079 |  | 
 | 4080 | ------------------------------------------------------------------- | 
 | 4081 |  | 
| Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4082 | Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4083 | All rights reserved. | 
 | 4084 |  | 
 | 4085 | Redistribution and use in source and binary forms, with or without | 
 | 4086 | modification, are permitted provided that the following conditions are met: | 
 | 4087 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4088 |     * Redistributions of source code must retain the above copyright notice, | 
 | 4089 |     * this list of conditions and the following disclaimer. | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4090 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4091 |     * Redistributions in binary form must reproduce the above copyright notice, | 
 | 4092 |     * this list of conditions and the following disclaimer in the documentation | 
 | 4093 |     * and/or other materials provided with the distribution. | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4094 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4095 |     * Neither the name of Intel Corporation nor the names of its contributors | 
 | 4096 |     * may be used to endorse or promote products derived from this software | 
 | 4097 |     * without specific prior written permission. | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4098 |  | 
 | 4099 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | 
 | 4100 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
 | 4101 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
 | 4102 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | 
 | 4103 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
 | 4104 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
 | 4105 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | 
 | 4106 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
 | 4107 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
 | 4108 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4109 |  | 
 | 4110 | ------------------------------------------------------------------- | 
 | 4111 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4112 | Copyright (c) 2010, Intel Corporation | 
 | 4113 | All rights reserved. | 
 | 4114 |  | 
 | 4115 | Redistribution and use in source and binary forms, with or without | 
 | 4116 | modification, are permitted provided that the following conditions are met: | 
 | 4117 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4118 |     * Redistributions of source code must retain the above copyright notice, | 
 | 4119 |     * this list of conditions and the following disclaimer. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4120 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4121 |     * Redistributions in binary form must reproduce the above copyright notice, | 
 | 4122 |     * this list of conditions and the following disclaimer in the documentation | 
 | 4123 |     * and/or other materials provided with the distribution. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4124 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4125 |     * Neither the name of Intel Corporation nor the names of its contributors | 
 | 4126 |     * may be used to endorse or promote products derived from this software | 
 | 4127 |     * without specific prior written permission. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4128 |  | 
 | 4129 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | 
 | 4130 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
 | 4131 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
 | 4132 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | 
 | 4133 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
 | 4134 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
 | 4135 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | 
 | 4136 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
 | 4137 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
 | 4138 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4139 |  | 
 | 4140 | ------------------------------------------------------------------- | 
 | 4141 |  | 
| Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 4142 | Copyright (c) 2011 David Chisnall | 
 | 4143 | All rights reserved. | 
 | 4144 |  | 
 | 4145 | Redistribution and use in source and binary forms, with or without | 
 | 4146 | modification, are permitted provided that the following conditions | 
 | 4147 | are met: | 
 | 4148 | 1. Redistributions of source code must retain the above copyright | 
 | 4149 |    notice, this list of conditions and the following disclaimer. | 
 | 4150 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4151 |    notice, this list of conditions and the following disclaimer in the | 
 | 4152 |    documentation and/or other materials provided with the distribution. | 
 | 4153 |  | 
 | 4154 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 4155 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 4156 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 4157 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 4158 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 4159 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 4160 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 4161 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 4162 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 4163 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 4164 | SUCH DAMAGE. | 
 | 4165 |  | 
 | 4166 | ------------------------------------------------------------------- | 
 | 4167 |  | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4168 | Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> | 
 | 4169 |                    David Chisnall <theraven@FreeBSD.org> | 
 | 4170 | All rights reserved. | 
 | 4171 |  | 
 | 4172 | Redistribution and use in source and binary forms, with or without | 
 | 4173 | modification, are permitted provided that the following conditions | 
 | 4174 | are met: | 
 | 4175 | 1. Redistributions of source code must retain the above copyright | 
 | 4176 |    notice, this list of conditions and the following disclaimer. | 
 | 4177 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4178 |    notice, this list of conditions and the following disclaimer in the | 
 | 4179 |    documentation and/or other materials provided with the distribution. | 
 | 4180 |  | 
 | 4181 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 4182 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 4183 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 4184 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 4185 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 4186 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 4187 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 4188 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 4189 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 4190 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 4191 | SUCH DAMAGE. | 
 | 4192 |  | 
 | 4193 | ------------------------------------------------------------------- | 
 | 4194 |  | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4195 | Copyright (c) 2011 Intel Corporation | 
 | 4196 | All rights reserved. | 
 | 4197 |  | 
 | 4198 | Redistribution and use in source and binary forms, with or without | 
 | 4199 | modification, are permitted provided that the following conditions are met: | 
 | 4200 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4201 |     * Redistributions of source code must retain the above copyright notice, | 
 | 4202 |     * this list of conditions and the following disclaimer. | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4203 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4204 |     * Redistributions in binary form must reproduce the above copyright notice, | 
 | 4205 |     * this list of conditions and the following disclaimer in the documentation | 
 | 4206 |     * and/or other materials provided with the distribution. | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4207 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4208 |     * Neither the name of Intel Corporation nor the names of its contributors | 
 | 4209 |     * may be used to endorse or promote products derived from this software | 
 | 4210 |     * without specific prior written permission. | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4211 |  | 
 | 4212 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | 
 | 4213 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
 | 4214 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
 | 4215 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | 
 | 4216 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
 | 4217 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
 | 4218 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | 
 | 4219 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
 | 4220 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
 | 4221 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4222 |  | 
 | 4223 | ------------------------------------------------------------------- | 
 | 4224 |  | 
| Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 4225 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> | 
 | 4226 |  | 
 | 4227 | Permission to use, copy, modify, and distribute this software for any | 
 | 4228 | purpose with or without fee is hereby granted, provided that the above | 
 | 4229 | copyright notice and this permission notice appear in all copies. | 
 | 4230 |  | 
 | 4231 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 4232 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 4233 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 4234 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 4235 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 4236 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 4237 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 4238 |  | 
 | 4239 | ------------------------------------------------------------------- | 
 | 4240 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4241 | Copyright (c) 2011 The Android Open Source Project | 
 | 4242 | Copyright (c) 2008 ARM Ltd | 
 | 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 | 3. The name of the company may not be used to endorse or promote | 
 | 4254 |    products derived from this software without specific prior written | 
 | 4255 |    permission. | 
 | 4256 |  | 
 | 4257 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED | 
 | 4258 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | 
 | 4259 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
 | 4260 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
 | 4261 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | 
 | 4262 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | 
 | 4263 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | 
 | 4264 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 
 | 4265 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
 | 4266 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4267 |  | 
 | 4268 | ------------------------------------------------------------------- | 
 | 4269 |  | 
| Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4270 | Copyright (c) 2011, 2012, 2013 Intel Corporation | 
 | 4271 | All rights reserved. | 
 | 4272 |  | 
 | 4273 | Redistribution and use in source and binary forms, with or without | 
 | 4274 | modification, are permitted provided that the following conditions are met: | 
 | 4275 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4276 |     * Redistributions of source code must retain the above copyright notice, | 
 | 4277 |     * this list of conditions and the following disclaimer. | 
| Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4278 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4279 |     * Redistributions in binary form must reproduce the above copyright notice, | 
 | 4280 |     * this list of conditions and the following disclaimer in the documentation | 
 | 4281 |     * and/or other materials provided with the distribution. | 
| Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4282 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4283 |     * Neither the name of Intel Corporation nor the names of its contributors | 
 | 4284 |     * may be used to endorse or promote products derived from this software | 
 | 4285 |     * without specific prior written permission. | 
| Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 4286 |  | 
 | 4287 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | 
 | 4288 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
 | 4289 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
 | 4290 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | 
 | 4291 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
 | 4292 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
 | 4293 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | 
 | 4294 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
 | 4295 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
 | 4296 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4297 |  | 
 | 4298 | ------------------------------------------------------------------- | 
 | 4299 |  | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4300 | Copyright (c) 2011, Intel Corporation | 
 | 4301 | All rights reserved. | 
 | 4302 |  | 
 | 4303 | Redistribution and use in source and binary forms, with or without | 
 | 4304 | modification, are permitted provided that the following conditions are met: | 
 | 4305 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4306 |     * Redistributions of source code must retain the above copyright notice, | 
 | 4307 |     * this list of conditions and the following disclaimer. | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4308 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4309 |     * Redistributions in binary form must reproduce the above copyright notice, | 
 | 4310 |     * this list of conditions and the following disclaimer in the documentation | 
 | 4311 |     * and/or other materials provided with the distribution. | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4312 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4313 |     * Neither the name of Intel Corporation nor the names of its contributors | 
 | 4314 |     * may be used to endorse or promote products derived from this software | 
 | 4315 |     * without specific prior written permission. | 
| Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 4316 |  | 
 | 4317 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | 
 | 4318 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
 | 4319 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
 | 4320 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | 
 | 4321 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
 | 4322 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
 | 4323 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | 
 | 4324 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
 | 4325 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
 | 4326 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4327 |  | 
 | 4328 | ------------------------------------------------------------------- | 
 | 4329 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4330 | Copyright (c) 2011, VMware, Inc. | 
 | 4331 | All rights reserved. | 
 | 4332 |  | 
 | 4333 | Redistribution and use in source and binary forms, with or without | 
 | 4334 | modification, are permitted provided that the following conditions are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4335 |     * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4336 |       notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4337 |     * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4338 |       notice, this list of conditions and the following disclaimer in the | 
 | 4339 |       documentation and/or other materials provided with the distribution. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4340 |     * 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] | 4341 |       may be used to endorse or promote products derived from this software | 
 | 4342 |       without specific prior written permission. | 
 | 4343 |  | 
 | 4344 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 
 | 4345 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 4346 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 4347 | ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR | 
 | 4348 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
 | 4349 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
 | 4350 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | 
 | 4351 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
 | 4352 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 
 | 4353 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4354 |  | 
 | 4355 | ------------------------------------------------------------------- | 
 | 4356 |  | 
| Jake Weinstein | bff53b2 | 2017-05-06 23:22:58 -0400 | [diff] [blame] | 4357 | Copyright (c) 2012-2014 ARM Ltd | 
 | 4358 | All rights reserved. | 
 | 4359 |  | 
 | 4360 | Redistribution and use in source and binary forms, with or without | 
 | 4361 | modification, are permitted provided that the following conditions | 
 | 4362 | are met: | 
 | 4363 | 1. Redistributions of source code must retain the above copyright | 
 | 4364 |    notice, this list of conditions and the following disclaimer. | 
 | 4365 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4366 |    notice, this list of conditions and the following disclaimer in the | 
 | 4367 |    documentation and/or other materials provided with the distribution. | 
 | 4368 | 3. The name of the company may not be used to endorse or promote | 
 | 4369 |    products derived from this software without specific prior written | 
 | 4370 |    permission. | 
 | 4371 |  | 
 | 4372 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED | 
 | 4373 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | 
 | 4374 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
 | 4375 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
 | 4376 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | 
 | 4377 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | 
 | 4378 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | 
 | 4379 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 
 | 4380 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
 | 4381 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4382 |  | 
 | 4383 | ------------------------------------------------------------------- | 
 | 4384 |  | 
| Elliott Hughes | 0493a6f | 2013-03-07 11:48:58 -0800 | [diff] [blame] | 4385 | Copyright (c) 2013 ARM Ltd | 
 | 4386 | All rights reserved. | 
 | 4387 |  | 
 | 4388 | Redistribution and use in source and binary forms, with or without | 
 | 4389 | modification, are permitted provided that the following conditions | 
 | 4390 | are met: | 
 | 4391 | 1. Redistributions of source code must retain the above copyright | 
 | 4392 |    notice, this list of conditions and the following disclaimer. | 
 | 4393 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4394 |    notice, this list of conditions and the following disclaimer in the | 
 | 4395 |    documentation and/or other materials provided with the distribution. | 
 | 4396 | 3. The name of the company may not be used to endorse or promote | 
 | 4397 |    products derived from this software without specific prior written | 
 | 4398 |    permission. | 
 | 4399 |  | 
 | 4400 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED | 
 | 4401 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | 
 | 4402 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
 | 4403 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
 | 4404 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | 
 | 4405 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | 
 | 4406 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | 
 | 4407 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 
 | 4408 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
 | 4409 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4410 |  | 
 | 4411 | ------------------------------------------------------------------- | 
 | 4412 |  | 
| Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 4413 | Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org> | 
 | 4414 |  | 
 | 4415 | Permission to use, copy, modify, and distribute this software for any | 
 | 4416 | purpose with or without fee is hereby granted, provided that the above | 
 | 4417 | copyright notice and this permission notice appear in all copies. | 
 | 4418 |  | 
 | 4419 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
 | 4420 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
 | 4421 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
 | 4422 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 4423 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
 | 4424 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
 | 4425 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
 | 4426 |  | 
 | 4427 | ------------------------------------------------------------------- | 
 | 4428 |  | 
| Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4429 | Copyright (c) 2013 The NetBSD Foundation, Inc. | 
 | 4430 | All rights reserved. | 
| Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 4431 |  | 
| Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4432 | This code is derived from software contributed to The NetBSD Foundation | 
 | 4433 | by Christos Zoulas. | 
| Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 4434 |  | 
| Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4435 | Redistribution and use in source and binary forms, with or without | 
 | 4436 | modification, are permitted provided that the following conditions | 
 | 4437 | are met: | 
 | 4438 | 1. Redistributions of source code must retain the above copyright | 
 | 4439 |    notice, this list of conditions and the following disclaimer. | 
 | 4440 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4441 |    notice, this list of conditions and the following disclaimer in the | 
 | 4442 |    documentation and/or other materials provided with the distribution. | 
| Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 4443 |  | 
| Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4444 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 
 | 4445 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 
 | 4446 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
 | 4447 | PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | 
 | 4448 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
 | 4449 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
 | 4450 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 
 | 4451 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 
 | 4452 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
 | 4453 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
 | 4454 | POSSIBILITY OF SUCH DAMAGE. | 
| Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 4455 |  | 
 | 4456 | ------------------------------------------------------------------- | 
 | 4457 |  | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4458 | Copyright (c) 2014, Intel Corporation | 
 | 4459 | All rights reserved. | 
 | 4460 |  | 
 | 4461 | Redistribution and use in source and binary forms, with or without | 
 | 4462 | modification, are permitted provided that the following conditions are met: | 
 | 4463 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4464 |     * Redistributions of source code must retain the above copyright notice, | 
 | 4465 |     * this list of conditions and the following disclaimer. | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4466 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4467 |     * Redistributions in binary form must reproduce the above copyright notice, | 
 | 4468 |     * this list of conditions and the following disclaimer in the documentation | 
 | 4469 |     * and/or other materials provided with the distribution. | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4470 |  | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4471 |     * Neither the name of Intel Corporation nor the names of its contributors | 
 | 4472 |     * may be used to endorse or promote products derived from this software | 
 | 4473 |     * without specific prior written permission. | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4474 |  | 
 | 4475 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | 
 | 4476 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
 | 4477 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
 | 4478 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | 
 | 4479 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
 | 4480 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
 | 4481 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | 
 | 4482 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
 | 4483 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
 | 4484 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4485 |  | 
 | 4486 | ------------------------------------------------------------------- | 
 | 4487 |  | 
| Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 4488 | Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>. | 
 | 4489 | All rights reserved. | 
 | 4490 |  | 
 | 4491 | Redistribution and use in source and binary forms, with or without | 
 | 4492 | modification, are permitted provided that the following conditions | 
 | 4493 | are met: | 
 | 4494 |  | 
 | 4495 | 1. Redistributions of source code must retain the above copyright | 
 | 4496 |    notice, this list of conditions and the following disclaimer. | 
 | 4497 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4498 |    notice, this list of conditions and the following disclaimer in | 
 | 4499 |    the documentation and/or other materials provided with the | 
 | 4500 |    distribution. | 
 | 4501 |  | 
 | 4502 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 4503 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 4504 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 4505 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE | 
 | 4506 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 4507 | INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 4508 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
 | 4509 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 4510 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 4511 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 4512 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 4513 | SUCH DAMAGE. | 
 | 4514 |  | 
 | 4515 | ------------------------------------------------------------------- | 
 | 4516 |  | 
| Elliott Hughes | 5702c6f | 2017-08-31 17:27:05 -0700 | [diff] [blame] | 4517 | Copyright (c) 2015 Nuxi, https://nuxi.nl/ | 
 | 4518 |  | 
 | 4519 | Redistribution and use in source and binary forms, with or without | 
 | 4520 | modification, are permitted provided that the following conditions | 
 | 4521 | are met: | 
 | 4522 | 1. Redistributions of source code must retain the above copyright | 
 | 4523 |    notice, this list of conditions and the following disclaimer. | 
 | 4524 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4525 |    notice, this list of conditions and the following disclaimer in the | 
 | 4526 |    documentation and/or other materials provided with the distribution. | 
 | 4527 |  | 
 | 4528 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 4529 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 4530 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 4531 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 4532 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 4533 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 4534 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 4535 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 4536 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 4537 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 4538 | SUCH DAMAGE. | 
 | 4539 |  | 
 | 4540 | ------------------------------------------------------------------- | 
 | 4541 |  | 
| Elliott Hughes | 0f19b10 | 2022-10-06 23:11:38 +0000 | [diff] [blame] | 4542 | Copyright (c) 2017, 2018 Dell EMC | 
 | 4543 | Copyright (c) 2000, 2001, 2008, 2011, David E. O'Brien | 
 | 4544 | Copyright (c) 1998 John D. Polstra. | 
 | 4545 | All rights reserved. | 
 | 4546 |  | 
 | 4547 | Redistribution and use in source and binary forms, with or without | 
 | 4548 | modification, are permitted provided that the following conditions | 
 | 4549 | are met: | 
 | 4550 | 1. Redistributions of source code must retain the above copyright | 
 | 4551 |    notice, this list of conditions and the following disclaimer. | 
 | 4552 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4553 |    notice, this list of conditions and the following disclaimer in the | 
 | 4554 |    documentation and/or other materials provided with the distribution. | 
 | 4555 |  | 
 | 4556 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 4557 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 4558 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 4559 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 4560 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 4561 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 4562 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 4563 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 4564 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 4565 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 4566 | SUCH DAMAGE. | 
 | 4567 |  | 
 | 4568 | ------------------------------------------------------------------- | 
 | 4569 |  | 
| Yun Hsiang | 40a82d0 | 2023-05-26 10:10:40 +0800 | [diff] [blame] | 4570 | Copyright (c) 2023 SiFive, Inc. | 
 | 4571 | All rights reserved. | 
 | 4572 |  | 
 | 4573 | Redistribution and use in source and binary forms, with or without | 
 | 4574 | modification, are permitted provided that the following conditions | 
 | 4575 | are met: | 
 | 4576 | 1. Redistributions of source code must retain the above copyright | 
 | 4577 |    notice, this list of conditions and the following disclaimer. | 
 | 4578 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4579 |    notice, this list of conditions and the following disclaimer in the | 
 | 4580 |    documentation and/or other materials provided with the distribution. | 
 | 4581 | 3. The name of the company may not be used to endorse or promote | 
 | 4582 |    products derived from this software without specific prior written | 
 | 4583 |    permission. | 
 | 4584 |  | 
 | 4585 | THIS SOFTWARE IS PROVIDED BY SIFIVE INC ``AS IS'' AND ANY EXPRESS OR IMPLIED | 
 | 4586 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | 
 | 4587 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
 | 4588 | IN NO EVENT SHALL SIFIVE INC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
 | 4589 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | 
 | 4590 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | 
 | 4591 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | 
 | 4592 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 
 | 4593 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
 | 4594 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4595 |  | 
 | 4596 | ------------------------------------------------------------------- | 
 | 4597 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4598 | Copyright (c)1999 Citrus Project, | 
 | 4599 | All rights reserved. | 
 | 4600 |  | 
 | 4601 | Redistribution and use in source and binary forms, with or without | 
 | 4602 | modification, are permitted provided that the following conditions | 
 | 4603 | are met: | 
 | 4604 | 1. Redistributions of source code must retain the above copyright | 
 | 4605 |    notice, this list of conditions and the following disclaimer. | 
 | 4606 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4607 |    notice, this list of conditions and the following disclaimer in the | 
 | 4608 |    documentation and/or other materials provided with the distribution. | 
 | 4609 |  | 
 | 4610 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 4611 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 4612 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 4613 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 4614 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 4615 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 4616 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 4617 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 4618 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 4619 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 4620 | SUCH DAMAGE. | 
 | 4621 |  | 
 | 4622 | ------------------------------------------------------------------- | 
 | 4623 |  | 
 | 4624 | Copyright (c)2001 Citrus Project, | 
 | 4625 | All rights reserved. | 
 | 4626 |  | 
 | 4627 | Redistribution and use in source and binary forms, with or without | 
 | 4628 | modification, are permitted provided that the following conditions | 
 | 4629 | are met: | 
 | 4630 | 1. Redistributions of source code must retain the above copyright | 
 | 4631 |    notice, this list of conditions and the following disclaimer. | 
 | 4632 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4633 |    notice, this list of conditions and the following disclaimer in the | 
 | 4634 |    documentation and/or other materials provided with the distribution. | 
 | 4635 |  | 
 | 4636 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 4637 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 4638 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 4639 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 4640 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 4641 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 4642 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 4643 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 4644 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 4645 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 4646 | SUCH DAMAGE. | 
 | 4647 |  | 
 | 4648 | ------------------------------------------------------------------- | 
 | 4649 |  | 
| Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4650 | Copyright (c)2003 Citrus Project, | 
 | 4651 | All rights reserved. | 
 | 4652 |  | 
 | 4653 | Redistribution and use in source and binary forms, with or without | 
 | 4654 | modification, are permitted provided that the following conditions | 
 | 4655 | are met: | 
 | 4656 | 1. Redistributions of source code must retain the above copyright | 
 | 4657 |    notice, this list of conditions and the following disclaimer. | 
 | 4658 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4659 |    notice, this list of conditions and the following disclaimer in the | 
 | 4660 |    documentation and/or other materials provided with the distribution. | 
 | 4661 |  | 
 | 4662 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | 
 | 4663 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 4664 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 4665 | ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
 | 4666 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 4667 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 4668 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 4669 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 4670 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 4671 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 4672 | SUCH DAMAGE. | 
 | 4673 |  | 
 | 4674 | ------------------------------------------------------------------- | 
 | 4675 |  | 
| Elliott Hughes | 77a3e28 | 2016-08-08 12:39:56 -0700 | [diff] [blame] | 4676 | Copyright 1989 The Regents of the University of California. | 
 | 4677 |    All rights reserved. | 
 | 4678 |  | 
 | 4679 |    Redistribution and use in source and binary forms, with or without | 
 | 4680 |    modification, are permitted provided that the following conditions | 
 | 4681 |    are met: | 
 | 4682 |    1. Redistributions of source code must retain the above copyright | 
 | 4683 |       notice, this list of conditions and the following disclaimer. | 
 | 4684 |    2. Redistributions in binary form must reproduce the above copyright | 
 | 4685 |       notice, this list of conditions and the following disclaimer in the | 
 | 4686 |       documentation and/or other materials provided with the distribution. | 
 | 4687 |    3. Neither the name of the University nor the names of its contributors | 
 | 4688 |       may be used to endorse or promote products derived from this software | 
 | 4689 |       without specific prior written permission. | 
 | 4690 |  | 
 | 4691 |    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND | 
 | 4692 |    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
 | 4693 |    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 | 4694 |    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | 
 | 4695 |    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
 | 4696 |    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
 | 4697 |    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
 | 4698 |    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 4699 |    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 4700 |    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 4701 |  | 
 | 4702 | ------------------------------------------------------------------- | 
 | 4703 |  | 
| Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 4704 | Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 
 | 4705 | Copyright 2008 Damien Miller <djm@openbsd.org> | 
 | 4706 | All rights reserved. | 
 | 4707 |  | 
 | 4708 | Theo de Raadt <deraadt@openbsd.org> came up with the idea of using | 
 | 4709 | such a mathematical system to generate more random (yet non-repeating) | 
 | 4710 | ids to solve the resolver/named problem.  But Niels designed the | 
 | 4711 | actual system based on the constraints. | 
 | 4712 |  | 
 | 4713 | Later modified by Damien Miller to wrap the LCG output in a 15-bit | 
 | 4714 | permutation generator based on a Luby-Rackoff block cipher. This | 
 | 4715 | ensures the output is non-repeating and preserves the MSB twiddle | 
 | 4716 | trick, but makes it more resistant to LCG prediction. | 
 | 4717 |  | 
 | 4718 | Redistribution and use in source and binary forms, with or without | 
 | 4719 | modification, are permitted provided that the following conditions | 
 | 4720 | are met: | 
 | 4721 | 1. Redistributions of source code must retain the above copyright | 
 | 4722 |    notice, this list of conditions and the following disclaimer. | 
 | 4723 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4724 |    notice, this list of conditions and the following disclaimer in the | 
 | 4725 |    documentation and/or other materials provided with the distribution. | 
 | 4726 |  | 
 | 4727 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | 
 | 4728 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
 | 4729 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 
 | 4730 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 4731 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
 | 4732 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 
 | 4733 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 
 | 4734 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
 | 4735 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 
 | 4736 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 4737 |  | 
 | 4738 | ------------------------------------------------------------------- | 
 | 4739 |  | 
| Calin Juravle | c4fbf92 | 2014-03-10 11:23:52 +0000 | [diff] [blame] | 4740 | Portions Copyright (C) 2004, 2005, 2008, 2009  Internet Systems Consortium, Inc. ("ISC") | 
 | 4741 | Portions Copyright (C) 1996-2003  Internet Software Consortium. | 
 | 4742 |  | 
 | 4743 | Permission to use, copy, modify, and/or distribute this software for any | 
 | 4744 | purpose with or without fee is hereby granted, provided that the above | 
 | 4745 | copyright notice and this permission notice appear in all copies. | 
 | 4746 |  | 
 | 4747 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH | 
 | 4748 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | 
 | 4749 | AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, | 
 | 4750 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | 
 | 4751 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE | 
 | 4752 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 
 | 4753 | PERFORMANCE OF THIS SOFTWARE. | 
 | 4754 |  | 
 | 4755 | ------------------------------------------------------------------- | 
 | 4756 |  | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4757 | Portions Copyright (c) 1993 by Digital Equipment Corporation. | 
 | 4758 |  | 
 | 4759 | Permission to use, copy, modify, and distribute this software for any | 
 | 4760 | purpose with or without fee is hereby granted, provided that the above | 
 | 4761 | copyright notice and this permission notice appear in all copies, and that | 
 | 4762 | the name of Digital Equipment Corporation not be used in advertising or | 
 | 4763 | publicity pertaining to distribution of the document or software without | 
 | 4764 | specific, written prior permission. | 
 | 4765 |  | 
 | 4766 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL | 
 | 4767 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES | 
 | 4768 | OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT | 
 | 4769 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL | 
 | 4770 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR | 
 | 4771 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS | 
 | 4772 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS | 
 | 4773 | SOFTWARE. | 
 | 4774 |  | 
 | 4775 | ------------------------------------------------------------------- | 
 | 4776 |  | 
 | 4777 | Portions Copyright (c) 1995 by International Business Machines, Inc. | 
 | 4778 |  | 
 | 4779 | International Business Machines, Inc. (hereinafter called IBM) grants | 
 | 4780 | permission under its copyrights to use, copy, modify, and distribute this | 
 | 4781 | Software with or without fee, provided that the above copyright notice and | 
 | 4782 | all paragraphs of this notice appear in all copies, and that the name of IBM | 
 | 4783 | not be used in connection with the marketing of any product incorporating | 
 | 4784 | the Software or modifications thereof, without specific, written prior | 
 | 4785 | permission. | 
 | 4786 |  | 
 | 4787 | To the extent it has a right to do so, IBM grants an immunity from suit | 
 | 4788 | under its patents, if any, for the use, sale or manufacture of products to | 
 | 4789 | the extent that such products are used for performing Domain Name System | 
 | 4790 | dynamic updates in TCP/IP networks by means of the Software.  No immunity is | 
 | 4791 | granted for any product per se or for any other function of any product. | 
 | 4792 |  | 
 | 4793 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, | 
 | 4794 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | 
 | 4795 | PARTICULAR PURPOSE.  IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, | 
 | 4796 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING | 
 | 4797 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN | 
 | 4798 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. | 
 | 4799 |  | 
 | 4800 | ------------------------------------------------------------------- | 
 | 4801 |  | 
 | 4802 | Portions Copyright(C) 1995, Jason Downs.  All rights reserved. | 
 | 4803 |  | 
 | 4804 | Redistribution and use in source and binary forms, with or without | 
 | 4805 | modification, are permitted provided that the following conditions | 
 | 4806 | are met: | 
 | 4807 | 1. Redistributions of source code must retain the above copyright | 
 | 4808 |    notice, this list of conditions and the following disclaimer. | 
 | 4809 | 2. Redistributions in binary form must reproduce the above copyright | 
 | 4810 |    notice, this list of conditions and the following disclaimer in the | 
 | 4811 |    documentation and/or other materials provided with the distribution. | 
 | 4812 |  | 
 | 4813 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS | 
 | 4814 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | 
 | 4815 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 
 | 4816 | DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, | 
 | 4817 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | 
 | 4818 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | 
 | 4819 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 
 | 4820 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
 | 4821 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
 | 4822 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 4823 | SUCH DAMAGE. | 
 | 4824 |  | 
 | 4825 | ------------------------------------------------------------------- | 
 | 4826 |  | 
 | 4827 | The author of this software is David M. Gay. | 
 | 4828 |  | 
| Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4829 | Copyright (C) 1998 by Lucent Technologies | 
 | 4830 | All Rights Reserved | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4831 |  | 
| Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4832 | Permission to use, copy, modify, and distribute this software and | 
 | 4833 | its documentation for any purpose and without fee is hereby | 
 | 4834 | granted, provided that the above copyright notice appear in all | 
 | 4835 | copies and that both that the copyright notice and this | 
 | 4836 | permission notice and warranty disclaimer appear in supporting | 
 | 4837 | documentation, and that the name of Lucent or any of its entities | 
 | 4838 | not be used in advertising or publicity pertaining to | 
 | 4839 | distribution of the software without specific, written prior | 
 | 4840 | permission. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4841 |  | 
| Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4842 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, | 
 | 4843 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. | 
 | 4844 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY | 
 | 4845 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 4846 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER | 
 | 4847 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, | 
 | 4848 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF | 
 | 4849 | THIS SOFTWARE. | 
 | 4850 |  | 
 | 4851 | ------------------------------------------------------------------- | 
 | 4852 |  | 
 | 4853 | The author of this software is David M. Gay. | 
 | 4854 |  | 
 | 4855 | Copyright (C) 1998, 1999 by Lucent Technologies | 
 | 4856 | All Rights Reserved | 
 | 4857 |  | 
 | 4858 | Permission to use, copy, modify, and distribute this software and | 
 | 4859 | its documentation for any purpose and without fee is hereby | 
 | 4860 | granted, provided that the above copyright notice appear in all | 
 | 4861 | copies and that both that the copyright notice and this | 
 | 4862 | permission notice and warranty disclaimer appear in supporting | 
 | 4863 | documentation, and that the name of Lucent or any of its entities | 
 | 4864 | not be used in advertising or publicity pertaining to | 
 | 4865 | distribution of the software without specific, written prior | 
 | 4866 | permission. | 
 | 4867 |  | 
 | 4868 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, | 
 | 4869 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. | 
 | 4870 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY | 
 | 4871 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 4872 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER | 
 | 4873 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, | 
 | 4874 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF | 
 | 4875 | THIS SOFTWARE. | 
 | 4876 |  | 
 | 4877 | ------------------------------------------------------------------- | 
 | 4878 |  | 
 | 4879 | The author of this software is David M. Gay. | 
 | 4880 |  | 
 | 4881 | Copyright (C) 1998, 2000 by Lucent Technologies | 
 | 4882 | All Rights Reserved | 
 | 4883 |  | 
 | 4884 | Permission to use, copy, modify, and distribute this software and | 
 | 4885 | its documentation for any purpose and without fee is hereby | 
 | 4886 | granted, provided that the above copyright notice appear in all | 
 | 4887 | copies and that both that the copyright notice and this | 
 | 4888 | permission notice and warranty disclaimer appear in supporting | 
 | 4889 | documentation, and that the name of Lucent or any of its entities | 
 | 4890 | not be used in advertising or publicity pertaining to | 
 | 4891 | distribution of the software without specific, written prior | 
 | 4892 | permission. | 
 | 4893 |  | 
 | 4894 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, | 
 | 4895 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. | 
 | 4896 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY | 
 | 4897 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 4898 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER | 
 | 4899 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, | 
 | 4900 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF | 
 | 4901 | THIS SOFTWARE. | 
 | 4902 |  | 
 | 4903 | ------------------------------------------------------------------- | 
 | 4904 |  | 
 | 4905 | The author of this software is David M. Gay. | 
 | 4906 |  | 
 | 4907 | Copyright (C) 1998-2000 by Lucent Technologies | 
 | 4908 | All Rights Reserved | 
 | 4909 |  | 
 | 4910 | Permission to use, copy, modify, and distribute this software and | 
 | 4911 | its documentation for any purpose and without fee is hereby | 
 | 4912 | granted, provided that the above copyright notice appear in all | 
 | 4913 | copies and that both that the copyright notice and this | 
 | 4914 | permission notice and warranty disclaimer appear in supporting | 
 | 4915 | documentation, and that the name of Lucent or any of its entities | 
 | 4916 | not be used in advertising or publicity pertaining to | 
 | 4917 | distribution of the software without specific, written prior | 
 | 4918 | permission. | 
 | 4919 |  | 
 | 4920 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, | 
 | 4921 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. | 
 | 4922 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY | 
 | 4923 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 4924 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER | 
 | 4925 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, | 
 | 4926 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF | 
 | 4927 | THIS SOFTWARE. | 
 | 4928 |  | 
 | 4929 | ------------------------------------------------------------------- | 
 | 4930 |  | 
 | 4931 | The author of this software is David M. Gay. | 
 | 4932 |  | 
 | 4933 | Copyright (C) 1998-2001 by Lucent Technologies | 
 | 4934 | All Rights Reserved | 
 | 4935 |  | 
 | 4936 | Permission to use, copy, modify, and distribute this software and | 
 | 4937 | its documentation for any purpose and without fee is hereby | 
 | 4938 | granted, provided that the above copyright notice appear in all | 
 | 4939 | copies and that both that the copyright notice and this | 
 | 4940 | permission notice and warranty disclaimer appear in supporting | 
 | 4941 | documentation, and that the name of Lucent or any of its entities | 
 | 4942 | not be used in advertising or publicity pertaining to | 
 | 4943 | distribution of the software without specific, written prior | 
 | 4944 | permission. | 
 | 4945 |  | 
 | 4946 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, | 
 | 4947 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. | 
 | 4948 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY | 
 | 4949 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 4950 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER | 
 | 4951 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, | 
 | 4952 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF | 
 | 4953 | THIS SOFTWARE. | 
 | 4954 |  | 
 | 4955 | ------------------------------------------------------------------- | 
 | 4956 |  | 
 | 4957 | The author of this software is David M. Gay. | 
 | 4958 |  | 
 | 4959 | Copyright (C) 2000 by Lucent Technologies | 
 | 4960 | All Rights Reserved | 
 | 4961 |  | 
 | 4962 | Permission to use, copy, modify, and distribute this software and | 
 | 4963 | its documentation for any purpose and without fee is hereby | 
 | 4964 | granted, provided that the above copyright notice appear in all | 
 | 4965 | copies and that both that the copyright notice and this | 
 | 4966 | permission notice and warranty disclaimer appear in supporting | 
 | 4967 | documentation, and that the name of Lucent or any of its entities | 
 | 4968 | not be used in advertising or publicity pertaining to | 
 | 4969 | distribution of the software without specific, written prior | 
 | 4970 | permission. | 
 | 4971 |  | 
 | 4972 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, | 
 | 4973 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. | 
 | 4974 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY | 
 | 4975 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
 | 4976 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER | 
 | 4977 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, | 
 | 4978 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF | 
 | 4979 | THIS SOFTWARE. | 
| Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4980 |  | 
 | 4981 | ------------------------------------------------------------------- | 
 | 4982 |  |