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