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