Module Name:    src
Committed By:   snj
Date:           Tue Oct 27 03:45:33 UTC 2009

Modified Files:
        src/sys/arch/mac68k/dev: zs.c
        src/sys/arch/macppc/dev: zs.c

Log Message:
Drop 3rd and 4th clauses.  Approved by gwr@ and wrstuden@ (copyright
holders).


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/mac68k/dev/zs.c
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/macppc/dev/zs.c

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

Modified files:

Index: src/sys/arch/mac68k/dev/zs.c
diff -u src/sys/arch/mac68k/dev/zs.c:1.57 src/sys/arch/mac68k/dev/zs.c:1.58
--- src/sys/arch/mac68k/dev/zs.c:1.57	Wed Mar 18 10:22:31 2009
+++ src/sys/arch/mac68k/dev/zs.c	Tue Oct 27 03:45:32 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: zs.c,v 1.57 2009/03/18 10:22:31 cegger Exp $	*/
+/*	$NetBSD: zs.c,v 1.58 2009/10/27 03:45:32 snj Exp $	*/
 
 /*
  * Copyright (c) 1996-1998 Bill Studenmund
@@ -13,11 +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. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- * 4. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Gordon Ross
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -54,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.57 2009/03/18 10:22:31 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.58 2009/10/27 03:45:32 snj Exp $");
 
 #include "opt_ddb.h"
 #include "opt_mac68k.h"

Index: src/sys/arch/macppc/dev/zs.c
diff -u src/sys/arch/macppc/dev/zs.c:1.48 src/sys/arch/macppc/dev/zs.c:1.49
--- src/sys/arch/macppc/dev/zs.c:1.48	Sun Dec  7 08:24:26 2008
+++ src/sys/arch/macppc/dev/zs.c	Tue Oct 27 03:45:32 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: zs.c,v 1.48 2008/12/07 08:24:26 tsutsui Exp $	*/
+/*	$NetBSD: zs.c,v 1.49 2009/10/27 03:45:32 snj Exp $	*/
 
 /*
  * Copyright (c) 1996, 1998 Bill Studenmund
@@ -13,11 +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. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- * 4. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Gordon Ross
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -54,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.48 2008/12/07 08:24:26 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.49 2009/10/27 03:45:32 snj Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"

Reply via email to