Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ypserv/ypserv Remove third and fourth clauses, as w...



details:   https://anonhg.NetBSD.org/src/rev/89163f3f2bc8
branches:  trunk
changeset: 748303:89163f3f2bc8
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Oct 19 23:25:43 2009 +0000

description:
Remove third and fourth clauses, as was done upstream in revision 1.25.

diffstat:

 usr.sbin/ypserv/ypserv/ypserv_db.c |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 1e8a1f259919 -r 89163f3f2bc8 usr.sbin/ypserv/ypserv/ypserv_db.c
--- a/usr.sbin/ypserv/ypserv/ypserv_db.c        Mon Oct 19 23:19:37 2009 +0000
+++ b/usr.sbin/ypserv/ypserv/ypserv_db.c        Mon Oct 19 23:25:43 2009 +0000
@@ -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 <moj%stacken.kth.se@localhost>
@@ -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 <sys/cdefs.h>
 #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
 
 /*



Home | Main Index | Thread Index | Old Index