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