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