diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2003-11-03 17:12:09 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2003-11-03 17:12:09 +0000 |
commit | 0e54ef8be7e8aae6d1a1919f34d62ef4a6222e67 (patch) | |
tree | 149b77e7c8077415f504e4fda9334e22732b7522 /contrib/lukemftp/src/domacro.c | |
parent | fa547236e73511be4f1289da4969cbc7a3c12798 (diff) | |
download | src-0e54ef8be7e8aae6d1a1919f34d62ef4a6222e67.tar.gz src-0e54ef8be7e8aae6d1a1919f34d62ef4a6222e67.zip |
Import latest CVS lukemftp.
Notes
Notes:
svn path=/vendor/lukemftp/dist/; revision=121966
Diffstat (limited to 'contrib/lukemftp/src/domacro.c')
-rw-r--r-- | contrib/lukemftp/src/domacro.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/lukemftp/src/domacro.c b/contrib/lukemftp/src/domacro.c index 5a4c736c30e5..2e10e1c69e88 100644 --- a/contrib/lukemftp/src/domacro.c +++ b/contrib/lukemftp/src/domacro.c @@ -1,4 +1,4 @@ -/* $NetBSD: domacro.c,v 1.19 2002/02/01 05:04:43 itojun Exp $ */ +/* $NetBSD: domacro.c,v 1.20 2003/08/07 11:13:53 agc Exp $ */ /* * Copyright (c) 1985, 1993, 1994 @@ -12,11 +12,7 @@ * 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 acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -38,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)domacro.c 8.3 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: domacro.c,v 1.19 2002/02/01 05:04:43 itojun Exp $"); +__RCSID("$NetBSD: domacro.c,v 1.20 2003/08/07 11:13:53 agc Exp $"); #endif #endif /* not lint */ |