Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/yp/yp_first.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/yp/yp_first.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- src/lib/libc/yp/yp_first.c 2000/07/06 03:14:05 1.13 +++ src/lib/libc/yp/yp_first.c 2003/12/10 12:06:25 1.14 @@ -1,4 +1,4 @@ -/* $NetBSD: yp_first.c,v 1.13 2000/07/06 03:14:05 christos Exp $ */ +/* $NetBSD: yp_first.c,v 1.14 2003/12/10 12:06:25 agc Exp $ */ /* * Copyright (c) 1992, 1993 Theo de Raadt @@ -12,11 +12,6 @@ * 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 Theo de Raadt. - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED @@ -33,7 +28,7 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: yp_first.c,v 1.13 2000/07/06 03:14:05 christos Exp $"); +__RCSID("$NetBSD: yp_first.c,v 1.14 2003/12/10 12:06:25 agc Exp $"); #endif #include "namespace.h"