This package was debianized by Arthur Korn <arthur@korn.ch> on
Sat, 20 Jan 2001 16:28:10 +0100.

It was downloaded from
http://omnibus.ruf.uni-freiburg.de/~gritter/

Upstream Authors:
Berkeley Mail was (according to def.h) developed by Kurt Shoens, dated
March 25, 1978. I very much regret that it seems impossible to include
the people that contributed within the around fifteen years of history
of BSD Mail. If you know more about this, contact me.

After the 4.4BSD release in 1993, Mail was not further developed officially.
The code that nail is based on contains numerous patches from OpenBSD, NetBSD,
RedHat and Debian. Namely the OpenBSD/NetBSD developer Christos Zoulas wrote
much of it.

The maintainer and primary developer of nail is Gunnar Ritter <g-r@bigfoot.de>.
Nail development started in February 2000 and added especially the MIME code.

The following people contributed to nail, listed in the order of
the time of their first contribution:

Alexey A. Shelkovich
Anders Andersson
Bob Tennent
Gabor Z. Papp
Marcel Oliver
Jacob Moorman
Edward V. Popkov
Steve Harris
James Sheeringer
Gelu G. Lupas
Thomas Fieseler
Allan Peda
Russell Kroll
Arthur Korn
Christian Weisgerber
Hubertus Krogmann
Bruno Haible
Rolf Jakob
Winfried Szukalski
Jay Nospam

Copyright:
/*
 * Copyright (c) 1980, 1993
 *	The Regents of the University of California.  All rights reserved.
 * Copyright (c) 1996
 *	Christos Zoulas.  All rights reserved.
 * Copyright (c) 2000
 *	Gunnar Ritter. All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *    must display the following acknowledgements:
 *	This product includes software developed by the University of
 *		California, Berkeley and its contributors.
 *	This product includes software developed by Christos Zoulas.
 *	This product includes software developed by Gunnar Ritter
 *		and his contributors.
 * 4. Neither the name of the University nor the names of its contributors
 *    nor the name of Gunnar Ritter nor the names of his contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED ``AS IS'', AND ANY EXPRESS OR IMPLIED WARRANTIES,
 * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
 * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
 * THE DEVELOPERS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

/*
 * Portions Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
 *
 * Permission to use, copy, modify, and distribute this material 
 * for any purpose and without fee is hereby granted, provided 
 * that the above copyright notice and this permission notice 
 * appear in all copies, and that the name of Bellcore not be 
 * used in advertising or publicity pertaining to this 
 * material without the specific, prior written permission 
 * of an authorized representative of Bellcore.  BELLCORE 
 * MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY 
 * OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS IS", 
 * WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
 */

/* The files install-sh and mkinstalldirs have their own
 * licenses. They are needed only for building `nail' and are included
 * here for your convenience. 
 */
