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