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