From 0e24aa0d20f0bd0a5d7683d255d8d79dfed6f9f8 Mon Sep 17 00:00:00 2001 From: snj Date: Mon, 19 Oct 2009 23:25:43 +0000 Subject: [PATCH] Remove third and fourth clauses, as was done upstream in revision 1.25. --- usr.sbin/ypserv/ypserv/ypserv_db.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/usr.sbin/ypserv/ypserv/ypserv_db.c b/usr.sbin/ypserv/ypserv/ypserv_db.c index d179d4c4d135..469a0bae54c0 100644 --- a/usr.sbin/ypserv/ypserv/ypserv_db.c +++ b/usr.sbin/ypserv/ypserv/ypserv_db.c @@ -1,4 +1,4 @@ -/* $NetBSD: ypserv_db.c,v 1.20 2009/04/19 06:06:41 lukem Exp $ */ +/* $NetBSD: ypserv_db.c,v 1.21 2009/10/19 23:25:43 snj Exp $ */ /* * Copyright (c) 1994 Mats O Jansson @@ -13,12 +13,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 Mats O Jansson - * and Charles D. Cranor. - * 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 @@ -35,7 +29,7 @@ #include #ifndef lint -__RCSID("$NetBSD: ypserv_db.c,v 1.20 2009/04/19 06:06:41 lukem Exp $"); +__RCSID("$NetBSD: ypserv_db.c,v 1.21 2009/10/19 23:25:43 snj Exp $"); #endif /*