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