Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin Remove 3rd and 4th clauses. Approved by Mats O Jan...



details:   https://anonhg.NetBSD.org/src/rev/a455f91b1dff
branches:  trunk
changeset: 748335:a455f91b1dff
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Oct 21 00:01:56 2009 +0000

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

diffstat:

 usr.sbin/rpc.yppasswdd/yppasswdd_xdr.c |  9 ++-------
 usr.sbin/sup/source/read_line.c        |  9 ++-------
 usr.sbin/ypserv/yppush/yppush_svc.c    |  9 ++-------
 3 files changed, 6 insertions(+), 21 deletions(-)

diffs (90 lines):

diff -r b6f9948ff6d7 -r a455f91b1dff usr.sbin/rpc.yppasswdd/yppasswdd_xdr.c
--- a/usr.sbin/rpc.yppasswdd/yppasswdd_xdr.c    Tue Oct 20 23:29:57 2009 +0000
+++ b/usr.sbin/rpc.yppasswdd/yppasswdd_xdr.c    Wed Oct 21 00:01:56 2009 +0000
@@ -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 <moj%stacken.kth.se@localhost>
@@ -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>
diff -r b6f9948ff6d7 -r a455f91b1dff usr.sbin/sup/source/read_line.c
--- a/usr.sbin/sup/source/read_line.c   Tue Oct 20 23:29:57 2009 +0000
+++ b/usr.sbin/sup/source/read_line.c   Wed Oct 21 00:01:56 2009 +0000
@@ -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 <moj%stacken.kth.se@localhost>
@@ -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>
diff -r b6f9948ff6d7 -r a455f91b1dff usr.sbin/ypserv/yppush/yppush_svc.c
--- a/usr.sbin/ypserv/yppush/yppush_svc.c       Tue Oct 20 23:29:57 2009 +0000
+++ b/usr.sbin/ypserv/yppush/yppush_svc.c       Wed Oct 21 00:01:56 2009 +0000
@@ -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 <moj%stacken.kth.se@localhost>
@@ -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
 
 /*



Home | Main Index | Thread Index | Old Index