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