diff --git a/distrib/notes/common/legal.common b/distrib/notes/common/legal.common index 6396c8507da9..a982f6801f79 100644 --- a/distrib/notes/common/legal.common +++ b/distrib/notes/common/legal.common @@ -1,4 +1,4 @@ -.\" $NetBSD: legal.common,v 1.33 2003/12/10 16:40:52 jdolecek Exp $ +.\" $NetBSD: legal.common,v 1.34 2003/12/10 17:10:34 jdolecek Exp $ .\" .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -211,8 +211,6 @@ for the NetBSD Project. .It This product includes software developed by Terrence R. Lambert. .It -This product includes software developed by John Brezak. -.It This product includes software developed by Tohru Nishimura for the NetBSD Project. .It diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c index 5715e691d1e7..3a8b7f82fcb0 100644 --- a/usr.sbin/yppoll/yppoll.c +++ b/usr.sbin/yppoll/yppoll.c @@ -1,4 +1,4 @@ -/* $NetBSD: yppoll.c,v 1.12 2003/12/10 12:06:26 agc Exp $ */ +/* $NetBSD: yppoll.c,v 1.13 2003/12/10 17:10:34 jdolecek Exp $ */ /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca> @@ -38,10 +38,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 John Brezak. - * 4. The name of the author may not be used to endorse or promote + * 3. The name of the author may not be used to endorse or promote * products derived from this software without specific prior written * permission. * @@ -60,7 +57,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: yppoll.c,v 1.12 2003/12/10 12:06:26 agc Exp $"); +__RCSID("$NetBSD: yppoll.c,v 1.13 2003/12/10 17:10:34 jdolecek Exp $"); #endif /* not lint */ #include <sys/param.h>