This is Debian Linux's prepackaged version of Eric Schenk
<schenk@cs.toronto.edu> diald.

Diald is a demand dialing daemon for SLIP and PPP links.

This package was put together by:

      J. Ramos Goncalves <ramos@debian.org>,
      Philippe Troin <phil@fifi.org>,

from the source:

ftp://sunsite.unc.edu:/pub/Linux/system/Network/serial/diald-0.16.tar.gz.

The changes were very minimal --- merely adding support for the Debian
package maintenance scheme, by adding various debian.* files.

			       -- * --

The following are copyright notices attached to the package.

			       -- * --

- LICENSE

Except as otherwise noted in the files distributed as part of this package,
this package is licensed under the following terms.

Copyright (c) 1994, 1995, 1996 Eric Schenk.
All rights reserved.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL ERIC SCHENK BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF ERIC
SCHENK HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

ERIC SCHENK SPECIFICALLY DISCLAIMS ANY WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND ERIC SCHENK HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

			       -- * --

- modem.c, proxyarp.c

/*
 * Portions of this code were derived from the code for pppd copyright
 * (c) 1989 Carnegie Mellon University. The copyright notice on this code
 * is reproduced below.
 *
 * Copyright (c) 1989 Carnegie Mellon University.
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms are permitted
 * provided that the above copyright notice and this paragraph are
 * duplicated in all such forms and that any documentation,
 * advertising materials, and other materials related to such
 * distribution and use acknowledge that the software was developed
 * by Carnegie Mellon University.  The name of the
 * University may not be used to endorse or promote products derived
 * from this software without specific prior written permission.
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 */
			       -- * --
