Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Drop 3rd and 4th clauses. Approved by gwr@ and wrs...



details:   https://anonhg.NetBSD.org/src/rev/a380fb3f2750
branches:  trunk
changeset: 748566:a380fb3f2750
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Oct 27 03:45:32 2009 +0000

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

diffstat:

 sys/arch/mac68k/dev/zs.c |  9 ++-------
 sys/arch/macppc/dev/zs.c |  9 ++-------
 2 files changed, 4 insertions(+), 14 deletions(-)

diffs (60 lines):

diff -r 367a5e040a78 -r a380fb3f2750 sys/arch/mac68k/dev/zs.c
--- a/sys/arch/mac68k/dev/zs.c  Tue Oct 27 03:42:31 2009 +0000
+++ b/sys/arch/mac68k/dev/zs.c  Tue Oct 27 03:45:32 2009 +0000
@@ -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"
diff -r 367a5e040a78 -r a380fb3f2750 sys/arch/macppc/dev/zs.c
--- a/sys/arch/macppc/dev/zs.c  Tue Oct 27 03:42:31 2009 +0000
+++ b/sys/arch/macppc/dev/zs.c  Tue Oct 27 03:45:32 2009 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index