| 1 | Copyright (c) 1999,2000 WU-FTPD Development Group. |
|---|
| 2 | All rights reserved. |
|---|
| 3 | |
|---|
| 4 | Portions Copyright (c) 1980, 1985, 1988, 1989, 1990, 1991, 1993, 1994 |
|---|
| 5 | The Regents of the University of California. |
|---|
| 6 | Portions Copyright (c) 1993, 1994 Washington University in Saint Louis. |
|---|
| 7 | Portions Copyright (c) 1989 Massachusetts Institute of Technology. |
|---|
| 8 | Portions Copyright (c) 1998 Sendmail, Inc. |
|---|
| 9 | Portions Copyright (c) 1983, 1995, 1996, 1997 Eric P. Allman. |
|---|
| 10 | Portions Copyright (c) 1996, 1998 Berkeley Software Design, Inc. |
|---|
| 11 | Portions Copyright (C) 1991, 1992, 1993, 1994, 1995 1996, 1997 |
|---|
| 12 | Free Software Foundation, Inc. |
|---|
| 13 | Portions Copyright (c) 1997 by Stan Barber. |
|---|
| 14 | Portions Copyright (c) 1997 by Kent Landfield. |
|---|
| 15 | |
|---|
| 16 | Use and distribution of this software and its source code are governed by |
|---|
| 17 | the terms and conditions of the WU-FTPD Software License ("LICENSE"). |
|---|
| 18 | |
|---|
| 19 | If you did not receive a copy of the license, it may be obtained online at |
|---|
| 20 | http://www.wu-ftpd.org/license.html. |
|---|
| 21 | |
|---|
| 22 | $Id: COPYRIGHT,v 1.5 2000/07/01 17:42:15 wuftpd Exp $ |
|---|
| 23 | |
|---|
| 24 | ---------------------- |
|---|
| 25 | What appears below are the copyrights of the individual contributors to |
|---|
| 26 | wu-ftpd. |
|---|
| 27 | ---------------------- |
|---|
| 28 | |
|---|
| 29 | /* Copyright (c) 1993, 1994 Washington University in Saint Louis |
|---|
| 30 | * All rights reserved. |
|---|
| 31 | * |
|---|
| 32 | * Redistribution and use in source and binary forms, with or without |
|---|
| 33 | * modification, are permitted provided that the following conditions are |
|---|
| 34 | * met: 1. Redistributions of source code must retain the above copyright |
|---|
| 35 | * notice, this list of conditions and the following disclaimer. 2. |
|---|
| 36 | * Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 37 | * this list of conditions and the following disclaimer in the documentation |
|---|
| 38 | * and/or other materials provided with the distribution. 3. All advertising |
|---|
| 39 | * materials mentioning features or use of this software must display the |
|---|
| 40 | * following acknowledgement: This product includes software developed by the |
|---|
| 41 | * Washington University in Saint Louis and its contributors. 4. Neither the |
|---|
| 42 | * name of the University nor the names of its contributors may be used to |
|---|
| 43 | * endorse or promote products derived from this software without specific |
|---|
| 44 | * prior written permission. |
|---|
| 45 | * |
|---|
| 46 | * THIS SOFTWARE IS PROVIDED BY WASHINGTON UNIVERSITY AND CONTRIBUTORS |
|---|
| 47 | * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
|---|
| 48 | * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
|---|
| 49 | * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASHINGTON |
|---|
| 50 | * UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
|---|
| 51 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
|---|
| 52 | * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
|---|
| 53 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 54 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 55 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
|---|
| 56 | * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
|---|
| 57 | * POSSIBILITY OF SUCH DAMAGE. |
|---|
| 58 | */ |
|---|
| 59 | |
|---|
| 60 | /*- |
|---|
| 61 | * Copyright (c) 1996,1998 Berkeley Software Design, Inc. All rights reserved. |
|---|
| 62 | * All rights reserved. |
|---|
| 63 | * |
|---|
| 64 | * Redistribution and use in source and binary forms, with or without |
|---|
| 65 | * modification, are permitted provided that this notice is retained, |
|---|
| 66 | * the conditions in the following notices are met, and terms applying |
|---|
| 67 | * to contributors in the following notices also apply to Berkeley |
|---|
| 68 | * Software Design, Inc. |
|---|
| 69 | * |
|---|
| 70 | * 1. Redistributions of source code must retain the above copyright |
|---|
| 71 | * notice, this list of conditions and the following disclaimer. |
|---|
| 72 | * 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 73 | * notice, this list of conditions and the following disclaimer in the |
|---|
| 74 | * documentation and/or other materials provided with the distribution. |
|---|
| 75 | * 3. All advertising materials mentioning features or use of this software |
|---|
| 76 | * must display the following acknowledgement: |
|---|
| 77 | * This product includes software developed by |
|---|
| 78 | * Berkeley Software Design, Inc. |
|---|
| 79 | * 4. Neither the name of the Berkeley Software Design, Inc. nor the names |
|---|
| 80 | * of its contributors may be used to endorse or promote products derived |
|---|
| 81 | * from this software without specific prior written permission. |
|---|
| 82 | * |
|---|
| 83 | * THIS SOFTWARE IS PROVIDED BY BERKELEY SOFTWARE DESIGN, INC. ``AS IS'' AND |
|---|
| 84 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 85 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 86 | * ARE DISCLAIMED. IN NO EVENT SHALL BERKELEY SOFTWARE DESIGN, INC. BE LIABLE |
|---|
| 87 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 88 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 89 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 90 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 91 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 92 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 93 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|---|
| 94 | * SUCH DAMAGE. |
|---|
| 95 | */ |
|---|
| 96 | |
|---|
| 97 | /* |
|---|
| 98 | * Copyright (c) 1985, 1988 Regents of the University of California. |
|---|
| 99 | * All rights reserved. |
|---|
| 100 | * |
|---|
| 101 | * Redistribution and use in source and binary forms, with or without |
|---|
| 102 | * modification, are permitted provided that the following conditions |
|---|
| 103 | * are met: |
|---|
| 104 | * 1. Redistributions of source code must retain the above copyright |
|---|
| 105 | * notice, this list of conditions and the following disclaimer. |
|---|
| 106 | * 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 107 | * notice, this list of conditions and the following disclaimer in the |
|---|
| 108 | * documentation and/or other materials provided with the distribution. |
|---|
| 109 | * 3. Neither the name of the University nor the names of its contributors |
|---|
| 110 | * may be used to endorse or promote products derived from this software |
|---|
| 111 | * without specific prior written permission. |
|---|
| 112 | * |
|---|
| 113 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
|---|
| 114 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 115 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 116 | * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
|---|
| 117 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 118 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 119 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 120 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 121 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 122 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|---|
| 123 | * SUCH DAMAGE. |
|---|
| 124 | * |
|---|
| 125 | */ |
|---|
| 126 | /* Copyright (c) 1988 The Regents of the University of California. All rights |
|---|
| 127 | * reserved. |
|---|
| 128 | * |
|---|
| 129 | * Redistribution and use in source and binary forms, with or without |
|---|
| 130 | * modification, are permitted provided that the following conditions are |
|---|
| 131 | * met: 1. Redistributions of source code must retain the above copyright |
|---|
| 132 | * notice, this list of conditions and the following disclaimer. 2. |
|---|
| 133 | * Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 134 | * this list of conditions and the following disclaimer in the documentation |
|---|
| 135 | * and/or other materials provided with the distribution. 3. Neither the |
|---|
| 136 | * name of the University nor the names of its contributors may be used to |
|---|
| 137 | * endorse or promote products derived from this software without specific |
|---|
| 138 | * prior written permission. |
|---|
| 139 | * |
|---|
| 140 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY |
|---|
| 141 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| 142 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|---|
| 143 | * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR |
|---|
| 144 | * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 145 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 146 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 147 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 148 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 149 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|---|
| 150 | * SUCH DAMAGE. |
|---|
| 151 | * |
|---|
| 152 | */ |
|---|
| 153 | |
|---|
| 154 | /* |
|---|
| 155 | * Copyright (c) 1994 |
|---|
| 156 | * The Regents of the University of California. All rights reserved. |
|---|
| 157 | * |
|---|
| 158 | * This code is derived from software contributed to Berkeley by |
|---|
| 159 | * Jan-Simon Pendry. |
|---|
| 160 | * |
|---|
| 161 | * Redistribution and use in source and binary forms, with or without |
|---|
| 162 | * modification, are permitted provided that the following conditions |
|---|
| 163 | * are met: |
|---|
| 164 | * 1. Redistributions of source code must retain the above copyright |
|---|
| 165 | * notice, this list of conditions and the following disclaimer. |
|---|
| 166 | * 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 167 | * notice, this list of conditions and the following disclaimer in the |
|---|
| 168 | * documentation and/or other materials provided with the distribution. |
|---|
| 169 | * 3. Neither the name of the University nor the names of its contributors |
|---|
| 170 | * may be used to endorse or promote products derived from this software |
|---|
| 171 | * without specific prior written permission. |
|---|
| 172 | * |
|---|
| 173 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
|---|
| 174 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 175 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 176 | * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
|---|
| 177 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 178 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 179 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 180 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 181 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 182 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|---|
| 183 | * SUCH DAMAGE. |
|---|
| 184 | */ |
|---|
| 185 | |
|---|
| 186 | /* |
|---|
| 187 | * Copyright (c) 1989, 1993, 1994 |
|---|
| 188 | * The Regents of the University of California. All rights reserved. |
|---|
| 189 | * |
|---|
| 190 | * This code is derived from software contributed to Berkeley by Guido van |
|---|
| 191 | * Rossum. |
|---|
| 192 | * |
|---|
| 193 | * Redistribution and use in source and binary forms, with or without |
|---|
| 194 | * modification, are permitted provided that the following conditions are |
|---|
| 195 | * met: |
|---|
| 196 | * 1. Redistributions of source code must retain the above copyright |
|---|
| 197 | * notice, this list of conditions and the following disclaimer. |
|---|
| 198 | * 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 199 | * notice, this list of conditions and the following disclaimer in the |
|---|
| 200 | * documentation and/or other materials provided with the distribution. |
|---|
| 201 | * 3. Neither the name of the University nor the names of its contributors |
|---|
| 202 | * may be used to endorse or promote products derived from this software |
|---|
| 203 | * without specific prior written permission. |
|---|
| 204 | * |
|---|
| 205 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
|---|
| 206 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 207 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
|---|
| 208 | * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS |
|---|
| 209 | * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
|---|
| 210 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
|---|
| 211 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
|---|
| 212 | * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
|---|
| 213 | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
|---|
| 214 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
|---|
| 215 | * THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 216 | */ |
|---|
| 217 | |
|---|
| 218 | .\" Copyright (c) 1985, 1988 The Regents of the University of California. |
|---|
| 219 | .\" All rights reserved. |
|---|
| 220 | .\" |
|---|
| 221 | .\" Redistribution and use in source and binary forms are permitted provided |
|---|
| 222 | .\" that: (1) source distributions retain this entire copyright notice and |
|---|
| 223 | .\" comment, and (2) distributions including binaries display the following |
|---|
| 224 | .\" acknowledgement: ``This product includes software developed by the |
|---|
| 225 | .\" University of California, Berkeley and its contributors'' in the |
|---|
| 226 | .\" documentation or other materials provided with the distribution. |
|---|
| 227 | .\" Neither the name of the University nor the names of its contributors may |
|---|
| 228 | .\" be used to endorse or promote products derived from this software without |
|---|
| 229 | .\" specific prior written permission. |
|---|
| 230 | .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED |
|---|
| 231 | .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF |
|---|
| 232 | .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 233 | |
|---|
| 234 | /* |
|---|
| 235 | * Copyright (c) 1988 Regents of the University of California. |
|---|
| 236 | * All rights reserved. |
|---|
| 237 | * |
|---|
| 238 | * Redistribution and use in source and binary forms are permitted |
|---|
| 239 | * provided that the above copyright notice and this paragraph are |
|---|
| 240 | * duplicated in all such forms and that any documentation, |
|---|
| 241 | * and other materials related to such |
|---|
| 242 | * distribution and use acknowledge that the software was developed |
|---|
| 243 | * by the University of California, Berkeley. The name of the |
|---|
| 244 | * University may not be used to endorse or promote products derived |
|---|
| 245 | * from this software without specific prior written permission. |
|---|
| 246 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR |
|---|
| 247 | * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED |
|---|
| 248 | * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 249 | */ |
|---|
| 250 | |
|---|
| 251 | /* |
|---|
| 252 | * Copyright (c) 1980, 1991 The Regents of the University of California. |
|---|
| 253 | * All rights reserved. |
|---|
| 254 | * |
|---|
| 255 | * Redistribution and use in source and binary forms, with or without |
|---|
| 256 | * modification, are permitted provided that the following conditions |
|---|
| 257 | * are met: |
|---|
| 258 | * 1. Redistributions of source code must retain the above copyright |
|---|
| 259 | * notice, this list of conditions and the following disclaimer. |
|---|
| 260 | * 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 261 | * notice, this list of conditions and the following disclaimer in the |
|---|
| 262 | * documentation and/or other materials provided with the distribution. |
|---|
| 263 | * 3. Neither the name of the University nor the names of its contributors |
|---|
| 264 | * may be used to endorse or promote products derived from this software |
|---|
| 265 | * without specific prior written permission. |
|---|
| 266 | * |
|---|
| 267 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
|---|
| 268 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 269 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 270 | * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
|---|
| 271 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 272 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 273 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 274 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 275 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 276 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|---|
| 277 | * SUCH DAMAGE. |
|---|
| 278 | */ |
|---|
| 279 | |
|---|
| 280 | /* |
|---|
| 281 | * Copyright (c) 1985 Regents of the University of California. |
|---|
| 282 | * All rights reserved. |
|---|
| 283 | * |
|---|
| 284 | * Redistribution and use in source and binary forms are permitted |
|---|
| 285 | * provided that: (1) source distributions retain this entire copyright |
|---|
| 286 | * notice and comment, and (2) distributions including binaries display |
|---|
| 287 | * the following acknowledgement: ``This product includes software |
|---|
| 288 | * developed by the University of California, Berkeley and its contributors'' |
|---|
| 289 | * in the documentation or other materials provided with the distribution. |
|---|
| 290 | * Neither the name of the University nor the names of its |
|---|
| 291 | * contributors may be used to endorse or promote products derived |
|---|
| 292 | * from this software without specific prior written permission. |
|---|
| 293 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR |
|---|
| 294 | * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED |
|---|
| 295 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 296 | */ |
|---|
| 297 | |
|---|
| 298 | /* |
|---|
| 299 | * Copyright (c) 1989, 1991 The Regents of the University of California. |
|---|
| 300 | * All rights reserved. |
|---|
| 301 | * |
|---|
| 302 | * Redistribution and use in source and binary forms, with or without |
|---|
| 303 | * modification, are permitted provided that the following conditions |
|---|
| 304 | * are met: |
|---|
| 305 | * 1. Redistributions of source code must retain the above copyright |
|---|
| 306 | * notice, this list of conditions and the following disclaimer. |
|---|
| 307 | * 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 308 | * notice, this list of conditions and the following disclaimer in the |
|---|
| 309 | * documentation and/or other materials provided with the distribution. |
|---|
| 310 | * 3. Neither the name of the University nor the names of its contributors |
|---|
| 311 | * may be used to endorse or promote products derived from this software |
|---|
| 312 | * without specific prior written permission. |
|---|
| 313 | * |
|---|
| 314 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
|---|
| 315 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 316 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 317 | * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
|---|
| 318 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 319 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 320 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 321 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 322 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 323 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|---|
| 324 | * SUCH DAMAGE. |
|---|
| 325 | */ |
|---|
| 326 | |
|---|
| 327 | /* |
|---|
| 328 | * Copyright (c) 1983 Regents of the University of California. |
|---|
| 329 | * All rights reserved. |
|---|
| 330 | * |
|---|
| 331 | * Redistribution and use in source and binary forms, with or without |
|---|
| 332 | * modification, are permitted provided that the following conditions |
|---|
| 333 | * are met: |
|---|
| 334 | * 1. Redistributions of source code must retain the above copyright |
|---|
| 335 | * notice, this list of conditions and the following disclaimer. |
|---|
| 336 | * 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 337 | * notice, this list of conditions and the following disclaimer in the |
|---|
| 338 | * documentation and/or other materials provided with the distribution. |
|---|
| 339 | * 3. Neither the name of the University nor the names of its contributors |
|---|
| 340 | * may be used to endorse or promote products derived from this software |
|---|
| 341 | * without specific prior written permission. |
|---|
| 342 | * |
|---|
| 343 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
|---|
| 344 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 345 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 346 | * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
|---|
| 347 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 348 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 349 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 350 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 351 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 352 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|---|
| 353 | * SUCH DAMAGE. |
|---|
| 354 | */ |
|---|
| 355 | |
|---|
| 356 | |
|---|
| 357 | |
|---|
| 358 | /* |
|---|
| 359 | * Copyright (c) 1988 The Regents of the University of California. |
|---|
| 360 | * All rights reserved. |
|---|
| 361 | * |
|---|
| 362 | * Redistribution and use in source and binary forms, with or without |
|---|
| 363 | * modification, are permitted provided that the following conditions |
|---|
| 364 | * are met: |
|---|
| 365 | * 1. Redistributions of source code must retain the above copyright |
|---|
| 366 | * notice, this list of conditions and the following disclaimer. |
|---|
| 367 | * 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 368 | * notice, this list of conditions and the following disclaimer in the |
|---|
| 369 | * documentation and/or other materials provided with the distribution. |
|---|
| 370 | * 3. Neither the name of the University nor the names of its contributors |
|---|
| 371 | * may be used to endorse or promote products derived from this software |
|---|
| 372 | * without specific prior written permission. |
|---|
| 373 | * |
|---|
| 374 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
|---|
| 375 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 376 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 377 | * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
|---|
| 378 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 379 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 380 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 381 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 382 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 383 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|---|
| 384 | * SUCH DAMAGE. |
|---|
| 385 | */ |
|---|
| 386 | |
|---|
| 387 | |
|---|
| 388 | /* |
|---|
| 389 | * Copyright (c) 1990 The Regents of the University of California. |
|---|
| 390 | * All rights reserved. |
|---|
| 391 | * |
|---|
| 392 | * Redistribution and use in source and binary forms are permitted |
|---|
| 393 | * provided that: (1) source distributions retain this entire copyright |
|---|
| 394 | * notice and comment, and (2) distributions including binaries display |
|---|
| 395 | * the following acknowledgement: ``This product includes software |
|---|
| 396 | * developed by the University of California, Berkeley and its contributors'' |
|---|
| 397 | * in the documentation or other materials provided with the distribution. |
|---|
| 398 | * Neither the name of the University nor the names of its |
|---|
| 399 | * contributors may be used to endorse or promote products derived |
|---|
| 400 | * from this software without specific prior written permission. |
|---|
| 401 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR |
|---|
| 402 | * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED |
|---|
| 403 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 404 | */ |
|---|
| 405 | |
|---|
| 406 | /* |
|---|
| 407 | * Copyright (c) 1990 The Regents of the University of California. |
|---|
| 408 | * All rights reserved. |
|---|
| 409 | * |
|---|
| 410 | * This code is derived from software contributed to Berkeley by |
|---|
| 411 | * Chris Torek. |
|---|
| 412 | * |
|---|
| 413 | * Redistribution and use in source and binary forms are permitted |
|---|
| 414 | * provided that: (1) source distributions retain this entire copyright |
|---|
| 415 | * notice and comment, and (2) distributions including binaries display |
|---|
| 416 | * the following acknowledgement: ``This product includes software |
|---|
| 417 | * developed by the University of California, Berkeley and its contributors'' |
|---|
| 418 | * in the documentation or other materials provided with the distribution. |
|---|
| 419 | * Neither the name of the University nor the names of its |
|---|
| 420 | * contributors may be used to endorse or promote products derived |
|---|
| 421 | * from this software without specific prior written permission. |
|---|
| 422 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR |
|---|
| 423 | * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED |
|---|
| 424 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 425 | */ |
|---|
| 426 | |
|---|
| 427 | /* |
|---|
| 428 | * Copyright (c) 1983, 1989 Regents of the University of California. |
|---|
| 429 | * All rights reserved. |
|---|
| 430 | * |
|---|
| 431 | * Redistribution and use in source and binary forms are permitted |
|---|
| 432 | * provided that: (1) source distributions retain this entire copyright |
|---|
| 433 | * notice and comment, and (2) distributions including binaries display |
|---|
| 434 | * the following acknowledgement: ``This product includes software |
|---|
| 435 | * developed by the University of California, Berkeley and its contributors'' |
|---|
| 436 | * in the documentation or other materials provided with the distribution. |
|---|
| 437 | * Neither the name of the University nor the names of its |
|---|
| 438 | * contributors may be used to endorse or promote products derived |
|---|
| 439 | * from this software without specific prior written permission. |
|---|
| 440 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR |
|---|
| 441 | * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED |
|---|
| 442 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 443 | */ |
|---|
| 444 | |
|---|
| 445 | /* |
|---|
| 446 | * Copyright (c) 1988 Regents of the University of California. |
|---|
| 447 | * All rights reserved. |
|---|
| 448 | * |
|---|
| 449 | * Redistribution and use in source and binary forms are permitted |
|---|
| 450 | * provided that the above copyright notice and this paragraph are |
|---|
| 451 | * duplicated in all such forms and that any documentation, |
|---|
| 452 | * and other materials related to such |
|---|
| 453 | * distribution and use acknowledge that the software was developed |
|---|
| 454 | * by the University of California, Berkeley. The name of the |
|---|
| 455 | * University may not be used to endorse or promote products derived |
|---|
| 456 | * from this software without specific prior written permission. |
|---|
| 457 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR |
|---|
| 458 | * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED |
|---|
| 459 | * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 460 | */ |
|---|
| 461 | /* |
|---|
| 462 | * Copyright (c) 1988 Regents of the University of California. |
|---|
| 463 | * All rights reserved. |
|---|
| 464 | * |
|---|
| 465 | * Redistribution and use in source and binary forms are permitted provided |
|---|
| 466 | * that: (1) source distributions retain this entire copyright notice and |
|---|
| 467 | * comment, and (2) distributions including binaries display the following |
|---|
| 468 | * acknowledgement: ``This product includes software developed by the |
|---|
| 469 | * University of California, Berkeley and its contributors'' in the |
|---|
| 470 | * documentation or other materials provided with the distribution. |
|---|
| 471 | * Neither the name of the University nor the names of its contributors may |
|---|
| 472 | * be used to endorse or promote products derived from this software without |
|---|
| 473 | * specific prior written permission. |
|---|
| 474 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED |
|---|
| 475 | * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF |
|---|
| 476 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 477 | */ |
|---|
| 478 | |
|---|
| 479 | /* |
|---|
| 480 | * Copyright (c) 1983, 1995, 1996 Eric P. Allman |
|---|
| 481 | * Copyright (c) 1988, 1993 |
|---|
| 482 | * The Regents of the University of California. All rights reserved. |
|---|
| 483 | * |
|---|
| 484 | * Redistribution and use in source and binary forms, with or without |
|---|
| 485 | * modification, are permitted provided that the following conditions |
|---|
| 486 | * are met: |
|---|
| 487 | * 1. Redistributions of source code must retain the above copyright |
|---|
| 488 | * notice, this list of conditions and the following disclaimer. |
|---|
| 489 | * 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 490 | * notice, this list of conditions and the following disclaimer in the |
|---|
| 491 | * documentation and/or other materials provided with the distribution. |
|---|
| 492 | * 3. Neither the name of the University nor the names of its contributors |
|---|
| 493 | * may be used to endorse or promote products derived from this software |
|---|
| 494 | * without specific prior written permission. |
|---|
| 495 | * |
|---|
| 496 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
|---|
| 497 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 498 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 499 | * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
|---|
| 500 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 501 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 502 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 503 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 504 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 505 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|---|
| 506 | * SUCH DAMAGE. |
|---|
| 507 | */ |
|---|
| 508 | |
|---|
| 509 | /* |
|---|
| 510 | * Copyright (c) 1998 Sendmail, Inc. All rights reserved. |
|---|
| 511 | * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved. |
|---|
| 512 | * Copyright (c) 1988, 1993 |
|---|
| 513 | * The Regents of the University of California. All rights reserved. |
|---|
| 514 | * |
|---|
| 515 | * By using this file, you agree to the terms and conditions set |
|---|
| 516 | * forth in the LICENSE file which can be found at the top level of |
|---|
| 517 | * the sendmail distribution. |
|---|
| 518 | * |
|---|
| 519 | */ |
|---|
| 520 | |
|---|
| 521 | /* |
|---|
| 522 | SENDMAIL LICENSE |
|---|
| 523 | |
|---|
| 524 | The following license terms and conditions apply, unless a different |
|---|
| 525 | license is obtained from Sendmail, Inc., 1401 Park Avenue, Emeryville, CA |
|---|
| 526 | 94608, or by electronic mail at license@sendmail.com. |
|---|
| 527 | |
|---|
| 528 | License Terms: |
|---|
| 529 | |
|---|
| 530 | Use, Modification and Redistribution (including distribution of any |
|---|
| 531 | modified or derived work) in source and binary forms is permitted only if |
|---|
| 532 | each of the following conditions is met: |
|---|
| 533 | |
|---|
| 534 | 1. Redistributions qualify as "freeware" or "Open Source Software" under |
|---|
| 535 | one of the following terms: |
|---|
| 536 | |
|---|
| 537 | (a) Redistributions are made at no charge beyond the reasonable cost of |
|---|
| 538 | materials and delivery. |
|---|
| 539 | |
|---|
| 540 | (b) Redistributions are accompanied by a copy of the Source Code or by an |
|---|
| 541 | irrevocable offer to provide a copy of the Source Code for up to three |
|---|
| 542 | years at the cost of materials and delivery. Such redistributions |
|---|
| 543 | must allow further use, modification, and redistribution of the Source |
|---|
| 544 | Code under substantially the same terms as this license. For the |
|---|
| 545 | purposes of redistribution "Source Code" means the complete source |
|---|
| 546 | code of sendmail including all modifications. |
|---|
| 547 | |
|---|
| 548 | Other forms of redistribution are allowed only under a separate royalty- |
|---|
| 549 | free agreement permitting such redistribution subject to standard |
|---|
| 550 | commercial terms and conditions. A copy of such agreement may be |
|---|
| 551 | obtained from Sendmail, Inc. at the above address. |
|---|
| 552 | |
|---|
| 553 | 2. Redistributions of source code must retain the copyright notices as they |
|---|
| 554 | appear in each source code file, these license terms, and the |
|---|
| 555 | disclaimer/limitation of liability set forth as paragraph 6 below. |
|---|
| 556 | |
|---|
| 557 | 3. Redistributions in binary form must reproduce the Copyright Notice, |
|---|
| 558 | these license terms, and the disclaimer/limitation of liability set |
|---|
| 559 | forth as paragraph 6 below, in the documentation and/or other materials |
|---|
| 560 | provided with the distribution. For the purposes of binary distribution |
|---|
| 561 | the "Copyright Notice" refers to the following language: |
|---|
| 562 | "Copyright (c) 1998 Sendmail, Inc. All rights reserved." |
|---|
| 563 | |
|---|
| 564 | 4. Neither the name of Sendmail, Inc. nor the University of California nor |
|---|
| 565 | the names of their contributors may be used to endorse or promote |
|---|
| 566 | products derived from this software without specific prior written |
|---|
| 567 | permission. The name "sendmail" is a trademark of Sendmail, Inc. |
|---|
| 568 | |
|---|
| 569 | 5. All redistributions must comply with the conditions imposed by the |
|---|
| 570 | University of California on certain embedded code, whose copyright |
|---|
| 571 | notice and conditions for redistribution are as follows: |
|---|
| 572 | |
|---|
| 573 | (a) Copyright (c) 1988, 1993 The Regents of the University of |
|---|
| 574 | California. All rights reserved. |
|---|
| 575 | |
|---|
| 576 | (b) Redistribution and use in source and binary forms, with or without |
|---|
| 577 | modification, are permitted provided that the following conditions |
|---|
| 578 | are met: |
|---|
| 579 | |
|---|
| 580 | (i) Redistributions of source code must retain the above copyright |
|---|
| 581 | notice, this list of conditions and the following disclaimer. |
|---|
| 582 | |
|---|
| 583 | (ii) Redistributions in binary form must reproduce the above |
|---|
| 584 | copyright notice, this list of conditions and the following |
|---|
| 585 | disclaimer in the documentation and/or other materials provided |
|---|
| 586 | with the distribution. |
|---|
| 587 | |
|---|
| 588 | (iii) Neither the name of the University nor the names of its |
|---|
| 589 | contributors may be used to endorse or promote products derived |
|---|
| 590 | from this software without specific prior written permission. |
|---|
| 591 | |
|---|
| 592 | 6. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY |
|---|
| 593 | SENDMAIL, INC. AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED |
|---|
| 594 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
|---|
| 595 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN |
|---|
| 596 | NO EVENT SHALL SENDMAIL, INC., THE REGENTS OF THE UNIVERSITY OF |
|---|
| 597 | CALIFORNIA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
|---|
| 598 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
|---|
| 599 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
|---|
| 600 | USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
|---|
| 601 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
|---|
| 602 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
|---|
| 603 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |
|---|
| 604 | |
|---|
| 605 | (Version 8.6, last updated 6/24/98) |
|---|
| 606 | |
|---|
| 607 | */ |
|---|
| 608 | |
|---|
| 609 | /* |
|---|
| 610 | * Copyright 1989 Massachusetts Institute of Technology |
|---|
| 611 | * |
|---|
| 612 | * Permission to use, copy, modify, distribute, and sell this software and its |
|---|
| 613 | * documentation for any purpose is hereby granted without fee, provided that |
|---|
| 614 | * the above copyright notice appear in all copies and that both that |
|---|
| 615 | * copyright notice and this permission notice appear in supporting |
|---|
| 616 | * documentation, and that the name of M.I.T. not be used in advertising or |
|---|
| 617 | * publicity pertaining to distribution of the software without specific, |
|---|
| 618 | * written prior permission. M.I.T. makes no representations about the |
|---|
| 619 | * suitability of this software for any purpose. It is provided "as is" |
|---|
| 620 | * without express or implied warranty. |
|---|
| 621 | * |
|---|
| 622 | * M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL |
|---|
| 623 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T. |
|---|
| 624 | * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
|---|
| 625 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION |
|---|
| 626 | * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
|---|
| 627 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|---|
| 628 | * |
|---|
| 629 | */ |
|---|
| 630 | |
|---|
| 631 | |
|---|
| 632 | /* This software is Copyright 1997 by Stan Barber. |
|---|
| 633 | |
|---|
| 634 | * Permission is hereby granted to copy, reproduce, redistribute or otherwise |
|---|
| 635 | * use this software as long as: there is no monetary profit gained |
|---|
| 636 | * specifically from the use or reproduction of this software, it is not |
|---|
| 637 | * sold, rented, traded or otherwise marketed, and this copyright notice is |
|---|
| 638 | * included prominently in any copy made. |
|---|
| 639 | * |
|---|
| 640 | * The author(s) make no claims as to the fitness or correctness of this |
|---|
| 641 | * software for any use whatsoever, and it is provided as is. Any use of |
|---|
| 642 | * this software is at the user's own risk. |
|---|
| 643 | */ |
|---|
| 644 | |
|---|
| 645 | /* Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. |
|---|
| 646 | |
|---|
| 647 | This library is free software; you can redistribute it and/or |
|---|
| 648 | modify it under the terms of the GNU Library General Public License as |
|---|
| 649 | published by the Free Software Foundation; either version 2 of the |
|---|
| 650 | License, or (at your option) any later version. |
|---|
| 651 | |
|---|
| 652 | This library is distributed in the hope that it will be useful, |
|---|
| 653 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 654 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 655 | Library General Public License for more details. |
|---|
| 656 | |
|---|
| 657 | You should have received a copy of the GNU Library General Public |
|---|
| 658 | License along with this library; see the file COPYING.LIB. If not, |
|---|
| 659 | write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
|---|
| 660 | Boston, MA 02111-1307, USA. */ |
|---|
| 661 | |
|---|
| 662 | |
|---|