Module Name:    src
Committed By:   snj
Date:           Wed Oct 21 00:01:57 UTC 2009

Modified Files:
        src/usr.sbin/rpc.yppasswdd: yppasswdd_xdr.c
        src/usr.sbin/sup/source: read_line.c
        src/usr.sbin/ypserv/yppush: yppush_svc.c

Log Message:
Remove 3rd and 4th clauses.  Approved by Mats O Jansson (copyright holder).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/rpc.yppasswdd/yppasswdd_xdr.c
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sup/source/read_line.c
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/ypserv/yppush/yppush_svc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/rpc.yppasswdd/yppasswdd_xdr.c
diff -u src/usr.sbin/rpc.yppasswdd/yppasswdd_xdr.c:1.2 src/usr.sbin/rpc.yppasswdd/yppasswdd_xdr.c:1.3
--- src/usr.sbin/rpc.yppasswdd/yppasswdd_xdr.c:1.2	Thu Aug  3 08:22:34 2000
+++ src/usr.sbin/rpc.yppasswdd/yppasswdd_xdr.c	Wed Oct 21 00:01:56 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: yppasswdd_xdr.c,v 1.2 2000/08/03 08:22:34 ad Exp $	*/
+/*	$NetBSD: yppasswdd_xdr.c,v 1.3 2009/10/21 00:01:56 snj Exp $	*/
 
 /*
  * Copyright (c) 1994 Mats O Jansson <[email protected]>
@@ -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 Mats O Jansson
- * 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 <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: yppasswdd_xdr.c,v 1.2 2000/08/03 08:22:34 ad Exp $");
+__RCSID("$NetBSD: yppasswdd_xdr.c,v 1.3 2009/10/21 00:01:56 snj Exp $");
 #endif /* not lint */
 
 #include <rpc/rpc.h>

Index: src/usr.sbin/sup/source/read_line.c
diff -u src/usr.sbin/sup/source/read_line.c:1.8 src/usr.sbin/sup/source/read_line.c:1.9
--- src/usr.sbin/sup/source/read_line.c:1.8	Thu Oct 16 06:26:06 2003
+++ src/usr.sbin/sup/source/read_line.c	Wed Oct 21 00:01:57 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: read_line.c,v 1.8 2003/10/16 06:26:06 itojun Exp $	*/
+/*	$NetBSD: read_line.c,v 1.9 2009/10/21 00:01:57 snj Exp $	*/
 
 /*
  * Copyright (c) 1994 Mats O Jansson <[email protected]>
@@ -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 Mats O Jansson
- * 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 <sys/cdefs.h>
 #if defined(lint) && defined(__RCSID)
-__RCSID("$NetBSD: read_line.c,v 1.8 2003/10/16 06:26:06 itojun Exp $");
+__RCSID("$NetBSD: read_line.c,v 1.9 2009/10/21 00:01:57 snj Exp $");
 #endif
 
 #include <sys/param.h>

Index: src/usr.sbin/ypserv/yppush/yppush_svc.c
diff -u src/usr.sbin/ypserv/yppush/yppush_svc.c:1.8 src/usr.sbin/ypserv/yppush/yppush_svc.c:1.9
--- src/usr.sbin/ypserv/yppush/yppush_svc.c:1.8	Sun Apr 19 06:06:40 2009
+++ src/usr.sbin/ypserv/yppush/yppush_svc.c	Wed Oct 21 00:01:57 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: yppush_svc.c,v 1.8 2009/04/19 06:06:40 lukem Exp $	*/
+/*	$NetBSD: yppush_svc.c,v 1.9 2009/10/21 00:01:57 snj Exp $	*/
 
 /*
  * Copyright (c) 1996 Mats O Jansson <[email protected]>
@@ -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 Mats O Jansson
- * 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 <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: yppush_svc.c,v 1.8 2009/04/19 06:06:40 lukem Exp $");
+__RCSID("$NetBSD: yppush_svc.c,v 1.9 2009/10/21 00:01:57 snj Exp $");
 #endif
 
 /*

Reply via email to