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