Module Name:    src
Committed By:   itohy
Date:           Mon Feb 21 02:32:00 UTC 2011

Modified Files:
        src/share/man/man4: njata.4 njs.4
        src/share/man/man5: locate.conf.5
        src/sys/arch/hp700/stand/xxboot: iplsum.c readufs.c readufs.h
            readufs_ffs.c readufs_lfs.c
        src/sys/arch/x68k/stand/aout2hux: aout2hux.c aout68k.h hux.h
            type_local.h
        src/sys/arch/x68k/stand/boot_ufs: boot.S readufs.c readufs.h
            readufs_ffs.c readufs_lfs.c
        src/sys/arch/x68k/stand/boot_ustar: boot_ustar.S
        src/sys/arch/x68k/stand/bootlogo: setbootimg.c xpm2bootimg.c
        src/sys/arch/x68k/stand/common: chkfmt.s execkern.S execkern.h start.S
            xprintf.c xprintf.h
        src/sys/arch/x68k/stand/libdos: dos.h dos_asm.h dos_cerror.S
            dos_errno.h dos_procerr.S dos_rename.S makedoscalls.awk
            makestrerror.awk
        src/sys/arch/x68k/stand/libiocs: iocs.h makeiocscalls.awk
        src/sys/arch/x68k/stand/libsa: putimage.S
        src/sys/arch/x68k/stand/loadbsd: loadbsd.c trampoline.S trampoline.h
        src/sys/dev/cardbus: njata_cardbus.c
        src/sys/dev/ic: ninjaata32.c ninjaata32reg.h ninjaata32var.h

Log Message:
Cleanup my copyright notice.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/njata.4
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/njs.4
cvs rdiff -u -r1.7 -r1.8 src/share/man/man5/locate.conf.5
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hp700/stand/xxboot/iplsum.c \
    src/sys/arch/hp700/stand/xxboot/readufs.h
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hp700/stand/xxboot/readufs.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp700/stand/xxboot/readufs_ffs.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp700/stand/xxboot/readufs_lfs.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x68k/stand/aout2hux/aout2hux.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/aout2hux/aout68k.h \
    src/sys/arch/x68k/stand/aout2hux/hux.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/aout2hux/type_local.h
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x68k/stand/boot_ufs/boot.S
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x68k/stand/boot_ufs/readufs.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x68k/stand/boot_ufs/readufs.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x68k/stand/boot_ufs/readufs_ffs.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/bootlogo/setbootimg.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x68k/stand/bootlogo/xpm2bootimg.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/stand/common/chkfmt.s
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/common/execkern.S
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x68k/stand/common/execkern.h \
    src/sys/arch/x68k/stand/common/xprintf.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/common/start.S \
    src/sys/arch/x68k/stand/common/xprintf.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x68k/stand/libdos/dos.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/libdos/dos_asm.h \
    src/sys/arch/x68k/stand/libdos/dos_rename.S \
    src/sys/arch/x68k/stand/libdos/makestrerror.awk
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/stand/libdos/dos_cerror.S \
    src/sys/arch/x68k/stand/libdos/dos_procerr.S
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x68k/stand/libdos/dos_errno.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/libdos/makedoscalls.awk
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x68k/stand/libiocs/iocs.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/libiocs/makeiocscalls.awk
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/libsa/putimage.S
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x68k/stand/loadbsd/loadbsd.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/loadbsd/trampoline.S
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/stand/loadbsd/trampoline.h
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/cardbus/njata_cardbus.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ic/ninjaata32.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/ninjaata32reg.h
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/ninjaata32var.h

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

Modified files:

Index: src/share/man/man4/njata.4
diff -u src/share/man/man4/njata.4:1.6 src/share/man/man4/njata.4:1.7
--- src/share/man/man4/njata.4:1.6	Wed Apr 30 13:10:54 2008
+++ src/share/man/man4/njata.4	Mon Feb 21 02:31:57 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: njata.4,v 1.6 2008/04/30 13:10:54 martin Exp $
+.\"	$NetBSD: njata.4,v 1.7 2011/02/21 02:31:57 itohy Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -87,4 +87,4 @@
 device driver first appeared in
 .Nx 4.0 .
 .Sh AUTHORS
-.An ITOH Yasufumi Aq [email protected]
+.An ITOH Yasufumi

Index: src/share/man/man4/njs.4
diff -u src/share/man/man4/njs.4:1.5 src/share/man/man4/njs.4:1.6
--- src/share/man/man4/njs.4:1.5	Wed Apr 30 13:10:54 2008
+++ src/share/man/man4/njs.4	Mon Feb 21 02:31:57 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: njs.4,v 1.5 2008/04/30 13:10:54 martin Exp $
+.\"	$NetBSD: njs.4,v 1.6 2011/02/21 02:31:57 itohy Exp $
 .\"
 .\" Copyright (c) 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -65,6 +65,6 @@
 device driver first appeared in
 .Nx 1.6.3 .
 .Sh AUTHORS
-.An ITOH Yasufumi Aq [email protected]
+.An ITOH Yasufumi
 .Sh BUGS
 DualEdge transfer is not currently supported.

Index: src/share/man/man5/locate.conf.5
diff -u src/share/man/man5/locate.conf.5:1.7 src/share/man/man5/locate.conf.5:1.8
--- src/share/man/man5/locate.conf.5:1.7	Wed Apr 30 13:10:57 2008
+++ src/share/man/man5/locate.conf.5	Mon Feb 21 02:31:57 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: locate.conf.5,v 1.7 2008/04/30 13:10:57 martin Exp $
+.\"	$NetBSD: locate.conf.5,v 1.8 2011/02/21 02:31:57 itohy Exp $
 .\"
 .\" Copyright (c) 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -152,4 +152,4 @@
 file format first appeared in
 .Nx 2.0 .
 .Sh AUTHORS
-.An ITOH Yasufumi Aq [email protected]
+.An ITOH Yasufumi

Index: src/sys/arch/hp700/stand/xxboot/iplsum.c
diff -u src/sys/arch/hp700/stand/xxboot/iplsum.c:1.4 src/sys/arch/hp700/stand/xxboot/iplsum.c:1.5
--- src/sys/arch/hp700/stand/xxboot/iplsum.c:1.4	Wed Mar 18 13:24:38 2009
+++ src/sys/arch/hp700/stand/xxboot/iplsum.c	Mon Feb 21 02:31:57 2011
@@ -1,9 +1,9 @@
-/*	$NetBSD: iplsum.c,v 1.4 2009/03/18 13:24:38 tsutsui Exp $	*/
+/*	$NetBSD: iplsum.c,v 1.5 2011/02/21 02:31:57 itohy Exp $	*/
 
 /*
  * Calculate 32bit checksum of IPL and store in a certain location
  *
- * Written in 2003 by ITOH Yasufumi ([email protected]).
+ * Written in 2003 by ITOH Yasufumi.
  * Public domain
  */
 
Index: src/sys/arch/hp700/stand/xxboot/readufs.h
diff -u src/sys/arch/hp700/stand/xxboot/readufs.h:1.4 src/sys/arch/hp700/stand/xxboot/readufs.h:1.5
--- src/sys/arch/hp700/stand/xxboot/readufs.h:1.4	Wed Apr  9 19:18:25 2008
+++ src/sys/arch/hp700/stand/xxboot/readufs.h	Mon Feb 21 02:31:57 2011
@@ -1,8 +1,8 @@
-/*	$NetBSD: readufs.h,v 1.4 2008/04/09 19:18:25 skrll Exp $	*/
+/*	$NetBSD: readufs.h,v 1.5 2011/02/21 02:31:57 itohy Exp $	*/
 /*	from Id: readufs.h,v 1.10 2003/12/16 13:54:11 itohy Exp	*/
 
 /*
- * Written in 1999, 2002, 2003 by ITOH Yasufumi ([email protected]).
+ * Written in 1999, 2002, 2003 by ITOH Yasufumi.
  * Public domain.
  */
 

Index: src/sys/arch/hp700/stand/xxboot/readufs.c
diff -u src/sys/arch/hp700/stand/xxboot/readufs.c:1.9 src/sys/arch/hp700/stand/xxboot/readufs.c:1.10
--- src/sys/arch/hp700/stand/xxboot/readufs.c:1.9	Sun Dec 27 13:55:13 2009
+++ src/sys/arch/hp700/stand/xxboot/readufs.c	Mon Feb 21 02:31:57 2011
@@ -1,10 +1,10 @@
-/*	$NetBSD: readufs.c,v 1.9 2009/12/27 13:55:13 skrll Exp $	*/
+/*	$NetBSD: readufs.c,v 1.10 2011/02/21 02:31:57 itohy Exp $	*/
 /*	from Id: readufs.c,v 1.9 2003/12/16 13:54:11 itohy Exp	*/
 
 /*
  * Read UFS (FFS / LFS)
  *
- * Written in 1999, 2002, 2003 by ITOH Yasufumi ([email protected]).
+ * Written in 1999, 2002, 2003 by ITOH Yasufumi.
  * Public domain.
  *
  * Intended to be used for boot programs (first stage).

Index: src/sys/arch/hp700/stand/xxboot/readufs_ffs.c
diff -u src/sys/arch/hp700/stand/xxboot/readufs_ffs.c:1.5 src/sys/arch/hp700/stand/xxboot/readufs_ffs.c:1.6
--- src/sys/arch/hp700/stand/xxboot/readufs_ffs.c:1.5	Wed Mar 18 10:22:28 2009
+++ src/sys/arch/hp700/stand/xxboot/readufs_ffs.c	Mon Feb 21 02:31:57 2011
@@ -1,10 +1,10 @@
-/*	$NetBSD: readufs_ffs.c,v 1.5 2009/03/18 10:22:28 cegger Exp $	*/
+/*	$NetBSD: readufs_ffs.c,v 1.6 2011/02/21 02:31:57 itohy Exp $	*/
 /*	from Id: readufs_ffs.c,v 1.8 2004/06/12 04:26:39 itohy Exp	*/
 
 /*
  * FS specific support for 4.2BSD Fast Filesystem
  *
- * Written in 1999, 2002, 2003 by ITOH Yasufumi ([email protected]).
+ * Written in 1999, 2002, 2003 by ITOH Yasufumi.
  * Public domain.
  *
  * Intended to be used for boot programs (first stage).

Index: src/sys/arch/hp700/stand/xxboot/readufs_lfs.c
diff -u src/sys/arch/hp700/stand/xxboot/readufs_lfs.c:1.6 src/sys/arch/hp700/stand/xxboot/readufs_lfs.c:1.7
--- src/sys/arch/hp700/stand/xxboot/readufs_lfs.c:1.6	Fri May  8 09:33:59 2009
+++ src/sys/arch/hp700/stand/xxboot/readufs_lfs.c	Mon Feb 21 02:31:57 2011
@@ -1,10 +1,10 @@
-/*	$NetBSD: readufs_lfs.c,v 1.6 2009/05/08 09:33:59 skrll Exp $	*/
+/*	$NetBSD: readufs_lfs.c,v 1.7 2011/02/21 02:31:57 itohy Exp $	*/
 /*	from Id: readufs_lfs.c,v 1.8 2003/12/16 13:54:11 itohy Exp	*/
 
 /*
  * FS specific support for 4.4BSD Log-structured Filesystem
  *
- * Written in 1999, 2002, 2003 by ITOH Yasufumi ([email protected]).
+ * Written in 1999, 2002, 2003 by ITOH Yasufumi.
  * Public domain.
  *
  * Intended to be used for boot programs (first stage).

Index: src/sys/arch/x68k/stand/aout2hux/aout2hux.c
diff -u src/sys/arch/x68k/stand/aout2hux/aout2hux.c:1.12 src/sys/arch/x68k/stand/aout2hux/aout2hux.c:1.13
--- src/sys/arch/x68k/stand/aout2hux/aout2hux.c:1.12	Sun Nov 15 18:27:40 2009
+++ src/sys/arch/x68k/stand/aout2hux/aout2hux.c	Mon Feb 21 02:31:58 2011
@@ -4,7 +4,7 @@
  *	Read two a.out/ELF format executables with different load addresses
  *	and generate Human68k .x format executable.
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	public domain
  *
  * usage:
@@ -21,7 +21,7 @@
  *	% cc -N -static -Wl,-Ttext,10203040 -o aout2 *.o
  *	% aout2hux -o foo.x aout1 0 aout2 10203040
  *
- *	$NetBSD: aout2hux.c,v 1.12 2009/11/15 18:27:40 dholland Exp $
+ *	$NetBSD: aout2hux.c,v 1.13 2011/02/21 02:31:58 itohy Exp $
  */
 
 #include <sys/types.h>

Index: src/sys/arch/x68k/stand/aout2hux/aout68k.h
diff -u src/sys/arch/x68k/stand/aout2hux/aout68k.h:1.3 src/sys/arch/x68k/stand/aout2hux/aout68k.h:1.4
--- src/sys/arch/x68k/stand/aout2hux/aout68k.h:1.3	Fri Nov 19 03:54:08 1999
+++ src/sys/arch/x68k/stand/aout2hux/aout68k.h	Mon Feb 21 02:31:58 2011
@@ -1,10 +1,10 @@
 /*
  *	m68k a.out / ELF file structure definitions
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	public domain
  *
- *	$NetBSD: aout68k.h,v 1.3 1999/11/19 03:54:08 itohy Exp $
+ *	$NetBSD: aout68k.h,v 1.4 2011/02/21 02:31:58 itohy Exp $
  */
 /*
  * NetBSD/m68k a.out format (OMAGIC, NMAGIC)
Index: src/sys/arch/x68k/stand/aout2hux/hux.h
diff -u src/sys/arch/x68k/stand/aout2hux/hux.h:1.3 src/sys/arch/x68k/stand/aout2hux/hux.h:1.4
--- src/sys/arch/x68k/stand/aout2hux/hux.h:1.3	Tue Mar 16 16:30:21 1999
+++ src/sys/arch/x68k/stand/aout2hux/hux.h	Mon Feb 21 02:31:58 2011
@@ -1,10 +1,10 @@
 /*
  *	Human68k .x file structure definitions
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	public domain
  *
- *	$NetBSD: hux.h,v 1.3 1999/03/16 16:30:21 minoura Exp $
+ *	$NetBSD: hux.h,v 1.4 2011/02/21 02:31:58 itohy Exp $
  */
 /*
  * Human68k ".x" executable format

Index: src/sys/arch/x68k/stand/aout2hux/type_local.h
diff -u src/sys/arch/x68k/stand/aout2hux/type_local.h:1.2 src/sys/arch/x68k/stand/aout2hux/type_local.h:1.3
--- src/sys/arch/x68k/stand/aout2hux/type_local.h:1.2	Sun Nov 15 18:27:40 2009
+++ src/sys/arch/x68k/stand/aout2hux/type_local.h	Mon Feb 21 02:31:58 2011
@@ -1,10 +1,10 @@
 /*
  *	type and other definitions
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	public domain
  *
- *	$NetBSD: type_local.h,v 1.2 2009/11/15 18:27:40 dholland Exp $
+ *	$NetBSD: type_local.h,v 1.3 2011/02/21 02:31:58 itohy Exp $
  */
 
 #ifndef __STDC__

Index: src/sys/arch/x68k/stand/boot_ufs/boot.S
diff -u src/sys/arch/x68k/stand/boot_ufs/boot.S:1.8 src/sys/arch/x68k/stand/boot_ufs/boot.S:1.9
--- src/sys/arch/x68k/stand/boot_ufs/boot.S:1.8	Sun Mar  4 06:01:07 2007
+++ src/sys/arch/x68k/stand/boot_ufs/boot.S	Mon Feb 21 02:31:58 2011
@@ -1,8 +1,8 @@
 | file: boot.S
 | author: chapuni([email protected])
-|         Yasha([email protected])
+|         ITOH Yasufumi
 |
-| $NetBSD: boot.S,v 1.8 2007/03/04 06:01:07 christos Exp $
+| $NetBSD: boot.S,v 1.9 2011/02/21 02:31:58 itohy Exp $
 
 #include <machine/asm.h>
 #include "iocscall.h"

Index: src/sys/arch/x68k/stand/boot_ufs/readufs.c
diff -u src/sys/arch/x68k/stand/boot_ufs/readufs.c:1.13 src/sys/arch/x68k/stand/boot_ufs/readufs.c:1.14
--- src/sys/arch/x68k/stand/boot_ufs/readufs.c:1.13	Wed Mar 18 10:22:38 2009
+++ src/sys/arch/x68k/stand/boot_ufs/readufs.c	Mon Feb 21 02:31:58 2011
@@ -1,10 +1,10 @@
-/*	$NetBSD: readufs.c,v 1.13 2009/03/18 10:22:38 cegger Exp $	*/
+/*	$NetBSD: readufs.c,v 1.14 2011/02/21 02:31:58 itohy Exp $	*/
 /*	from Id: readufs.c,v 1.8 2003/04/08 09:19:32 itohy Exp 	*/
 
 /*
  * Read UFS (FFS / LFS)
  *
- * Written in 1999, 2002, 2003 by ITOH Yasufumi ([email protected]).
+ * Written in 1999, 2002, 2003 by ITOH Yasufumi.
  * Public domain.
  *
  * Intended to be used for boot programs (first stage).

Index: src/sys/arch/x68k/stand/boot_ufs/readufs.h
diff -u src/sys/arch/x68k/stand/boot_ufs/readufs.h:1.9 src/sys/arch/x68k/stand/boot_ufs/readufs.h:1.10
--- src/sys/arch/x68k/stand/boot_ufs/readufs.h:1.9	Sat Mar 14 14:46:07 2009
+++ src/sys/arch/x68k/stand/boot_ufs/readufs.h	Mon Feb 21 02:31:58 2011
@@ -1,8 +1,8 @@
-/*	$NetBSD: readufs.h,v 1.9 2009/03/14 14:46:07 dsl Exp $	*/
+/*	$NetBSD: readufs.h,v 1.10 2011/02/21 02:31:58 itohy Exp $	*/
 /*	from Id: readufs.h,v 1.9 2003/10/15 14:16:58 itohy Exp 	*/
 
 /*
- * Written in 1999, 2002, 2003 by ITOH Yasufumi ([email protected]).
+ * Written in 1999, 2002, 2003 by ITOH Yasufumi.
  * Public domain.
  */
 

Index: src/sys/arch/x68k/stand/boot_ufs/readufs_ffs.c
diff -u src/sys/arch/x68k/stand/boot_ufs/readufs_ffs.c:1.12 src/sys/arch/x68k/stand/boot_ufs/readufs_ffs.c:1.13
--- src/sys/arch/x68k/stand/boot_ufs/readufs_ffs.c:1.12	Wed Mar 18 10:22:38 2009
+++ src/sys/arch/x68k/stand/boot_ufs/readufs_ffs.c	Mon Feb 21 02:31:58 2011
@@ -1,10 +1,10 @@
-/*	$NetBSD: readufs_ffs.c,v 1.12 2009/03/18 10:22:38 cegger Exp $	*/
+/*	$NetBSD: readufs_ffs.c,v 1.13 2011/02/21 02:31:58 itohy Exp $	*/
 /*	from Id: readufs_ffs.c,v 1.6 2003/04/08 09:19:32 itohy Exp 	*/
 
 /*
  * FS specific support for 4.2BSD Fast Filesystem
  *
- * Written in 1999, 2002, 2003 by ITOH Yasufumi ([email protected]).
+ * Written in 1999, 2002, 2003 by ITOH Yasufumi.
  * Public domain.
  *
  * Intended to be used for boot programs (first stage).

Index: src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c
diff -u src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c:1.11 src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c:1.12
--- src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c:1.11	Wed Mar 18 10:22:38 2009
+++ src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c	Mon Feb 21 02:31:58 2011
@@ -1,10 +1,10 @@
-/*	$NetBSD: readufs_lfs.c,v 1.11 2009/03/18 10:22:38 cegger Exp $	*/
+/*	$NetBSD: readufs_lfs.c,v 1.12 2011/02/21 02:31:58 itohy Exp $	*/
 /*	from Id: readufs_lfs.c,v 1.7 2003/10/15 14:16:58 itohy Exp 	*/
 
 /*
  * FS specific support for 4.4BSD Log-structured Filesystem
  *
- * Written in 1999, 2002, 2003 by ITOH Yasufumi ([email protected]).
+ * Written in 1999, 2002, 2003 by ITOH Yasufumi.
  * Public domain.
  *
  * Intended to be used for boot programs (first stage).

Index: src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S
diff -u src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S:1.6 src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S:1.7
--- src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S:1.6	Sun Dec 11 12:19:44 2005
+++ src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S	Mon Feb 21 02:31:58 2011
@@ -1,9 +1,9 @@
 | file: boot_ustar.S
 | author: chapuni([email protected])
-|         Yasha([email protected])
+|         ITOH Yasufumi
 |	  [email protected]
 |
-| $NetBSD: boot_ustar.S,v 1.6 2005/12/11 12:19:44 christos Exp $
+| $NetBSD: boot_ustar.S,v 1.7 2011/02/21 02:31:58 itohy Exp $
 
 | supports floppy only
 

Index: src/sys/arch/x68k/stand/bootlogo/setbootimg.c
diff -u src/sys/arch/x68k/stand/bootlogo/setbootimg.c:1.3 src/sys/arch/x68k/stand/bootlogo/setbootimg.c:1.4
--- src/sys/arch/x68k/stand/bootlogo/setbootimg.c:1.3	Sat Mar 14 21:04:17 2009
+++ src/sys/arch/x68k/stand/bootlogo/setbootimg.c	Mon Feb 21 02:31:58 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: setbootimg.c,v 1.3 2009/03/14 21:04:17 dsl Exp $	*/
+/*	$NetBSD: setbootimg.c,v 1.4 2011/02/21 02:31:58 itohy Exp $	*/
 
 /*
  *	set boot title image (converted by xpm2bootimg)
@@ -6,7 +6,7 @@
  *
  *	use with care, not to destroy the existent boot or the disklabel
  *
- *	written by Yasha (ITOH Yasufumi), public domain
+ *	written by ITOH Yasufumi, public domain
  */
 
 #include <sys/types.h>

Index: src/sys/arch/x68k/stand/bootlogo/xpm2bootimg.c
diff -u src/sys/arch/x68k/stand/bootlogo/xpm2bootimg.c:1.4 src/sys/arch/x68k/stand/bootlogo/xpm2bootimg.c:1.5
--- src/sys/arch/x68k/stand/bootlogo/xpm2bootimg.c:1.4	Wed Mar 18 10:22:38 2009
+++ src/sys/arch/x68k/stand/bootlogo/xpm2bootimg.c	Mon Feb 21 02:31:58 2011
@@ -1,9 +1,9 @@
-/*	$NetBSD: xpm2bootimg.c,v 1.4 2009/03/18 10:22:38 cegger Exp $	*/
+/*	$NetBSD: xpm2bootimg.c,v 1.5 2011/02/21 02:31:58 itohy Exp $	*/
 
 /*
  *	convert XPM format image to boot title format
  *
- *	written by Yasha (ITOH Yasufumi), public domain
+ *	written by ITOH Yasufumi, public domain
  */
 
 #include <stdio.h>

Index: src/sys/arch/x68k/stand/common/chkfmt.s
diff -u src/sys/arch/x68k/stand/common/chkfmt.s:1.1 src/sys/arch/x68k/stand/common/chkfmt.s:1.2
--- src/sys/arch/x68k/stand/common/chkfmt.s:1.1	Thu Sep 27 10:03:27 2001
+++ src/sys/arch/x68k/stand/common/chkfmt.s	Mon Feb 21 02:31:58 2011
@@ -1,10 +1,10 @@
 |
 |	check FD format
 |
-|	Written by Yasha (ITOH Yasufumi)
+|	Written by ITOH Yasufumi
 |	This code is in the public domain
 |
-| $NetBSD: chkfmt.s,v 1.1 2001/09/27 10:03:27 minoura Exp $
+| $NetBSD: chkfmt.s,v 1.2 2011/02/21 02:31:58 itohy Exp $
 
 /* FDC address */
 #define FDC_STATUS		0xE94001	/* status register */

Index: src/sys/arch/x68k/stand/common/execkern.S
diff -u src/sys/arch/x68k/stand/common/execkern.S:1.3 src/sys/arch/x68k/stand/common/execkern.S:1.4
--- src/sys/arch/x68k/stand/common/execkern.S:1.3	Sat May 18 13:54:38 2002
+++ src/sys/arch/x68k/stand/common/execkern.S	Mon Feb 21 02:31:58 2011
@@ -1,10 +1,10 @@
 |
 |	execute NetBSD kernel
 |
-|	written by Yasha (ITOH Yasufumi)
+|	written by ITOH Yasufumi
 |	public domain
 |
-|	$NetBSD: execkern.S,v 1.3 2002/05/18 13:54:38 isaki Exp $
+|	$NetBSD: execkern.S,v 1.4 2011/02/21 02:31:58 itohy Exp $
 
 #include <machine/asm.h>
 #include "execkern.h"

Index: src/sys/arch/x68k/stand/common/execkern.h
diff -u src/sys/arch/x68k/stand/common/execkern.h:1.4 src/sys/arch/x68k/stand/common/execkern.h:1.5
--- src/sys/arch/x68k/stand/common/execkern.h:1.4	Sat Mar 14 14:46:07 2009
+++ src/sys/arch/x68k/stand/common/execkern.h	Mon Feb 21 02:31:58 2011
@@ -1,10 +1,10 @@
 /*
  *	definitions for exec_kernel()
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	public domain
  *
- *	$NetBSD: execkern.h,v 1.4 2009/03/14 14:46:07 dsl Exp $
+ *	$NetBSD: execkern.h,v 1.5 2011/02/21 02:31:58 itohy Exp $
  */
 
 #ifndef X68K_BOOT_EXECKERN_H
Index: src/sys/arch/x68k/stand/common/xprintf.c
diff -u src/sys/arch/x68k/stand/common/xprintf.c:1.4 src/sys/arch/x68k/stand/common/xprintf.c:1.5
--- src/sys/arch/x68k/stand/common/xprintf.c:1.4	Sat Mar 14 21:04:17 2009
+++ src/sys/arch/x68k/stand/common/xprintf.c	Mon Feb 21 02:31:58 2011
@@ -1,10 +1,10 @@
 /*
  *	minimal printf for Human68k DOS
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	public domain
  *
- *	$NetBSD: xprintf.c,v 1.4 2009/03/14 21:04:17 dsl Exp $
+ *	$NetBSD: xprintf.c,v 1.5 2011/02/21 02:31:58 itohy Exp $
  */
 
 #include <sys/types.h>

Index: src/sys/arch/x68k/stand/common/start.S
diff -u src/sys/arch/x68k/stand/common/start.S:1.2 src/sys/arch/x68k/stand/common/start.S:1.3
--- src/sys/arch/x68k/stand/common/start.S:1.2	Thu Nov 11 08:12:50 1999
+++ src/sys/arch/x68k/stand/common/start.S	Mon Feb 21 02:31:58 2011
@@ -5,11 +5,11 @@
 |	  o no stdio support (DOS/IOCS only)
 |	  o HUPAIR support
 |
-|	written by Yasha (ITOH Yasufumi)
+|	written by ITOH Yasufumi
 |
 |	This file is in the public domain
 |
-|	$NetBSD: start.S,v 1.2 1999/11/11 08:12:50 itohy Exp $
+|	$NetBSD: start.S,v 1.3 2011/02/21 02:31:58 itohy Exp $
 
 #include <machine/asm.h>
 
Index: src/sys/arch/x68k/stand/common/xprintf.h
diff -u src/sys/arch/x68k/stand/common/xprintf.h:1.2 src/sys/arch/x68k/stand/common/xprintf.h:1.3
--- src/sys/arch/x68k/stand/common/xprintf.h:1.2	Sat Mar 14 14:46:07 2009
+++ src/sys/arch/x68k/stand/common/xprintf.h	Mon Feb 21 02:31:58 2011
@@ -1,10 +1,10 @@
 /*
  *	declarations of tiny printf/err functions
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	public domain
  *
- *	$NetBSD: xprintf.h,v 1.2 2009/03/14 14:46:07 dsl Exp $
+ *	$NetBSD: xprintf.h,v 1.3 2011/02/21 02:31:58 itohy Exp $
  */
 
 #include <sys/cdefs.h>

Index: src/sys/arch/x68k/stand/libdos/dos.h
diff -u src/sys/arch/x68k/stand/libdos/dos.h:1.7 src/sys/arch/x68k/stand/libdos/dos.h:1.8
--- src/sys/arch/x68k/stand/libdos/dos.h:1.7	Tue Mar 17 18:58:26 2009
+++ src/sys/arch/x68k/stand/libdos/dos.h	Mon Feb 21 02:31:59 2011
@@ -2,11 +2,11 @@
  *	dos.h
  *	Human68k DOS call interface
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	(based on PD libc 1.1.32 by PROJECT C Library)
  *	public domain
  *
- *	$NetBSD: dos.h,v 1.7 2009/03/17 18:58:26 he Exp $
+ *	$NetBSD: dos.h,v 1.8 2011/02/21 02:31:59 itohy Exp $
  */
 /*
  * PROJECT C Library, X68000 PROGRAMMING INTERFACE DEFINITION

Index: src/sys/arch/x68k/stand/libdos/dos_asm.h
diff -u src/sys/arch/x68k/stand/libdos/dos_asm.h:1.2 src/sys/arch/x68k/stand/libdos/dos_asm.h:1.3
--- src/sys/arch/x68k/stand/libdos/dos_asm.h:1.2	Mon Jun 19 03:42:31 2000
+++ src/sys/arch/x68k/stand/libdos/dos_asm.h	Mon Feb 21 02:31:59 2011
@@ -1,10 +1,10 @@
 /*
  *	local definitions for libdos
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	public domain
  *
- *	$NetBSD: dos_asm.h,v 1.2 2000/06/19 03:42:31 itohy Exp $
+ *	$NetBSD: dos_asm.h,v 1.3 2011/02/21 02:31:59 itohy Exp $
  */
 
 #include <machine/asm.h>
Index: src/sys/arch/x68k/stand/libdos/dos_rename.S
diff -u src/sys/arch/x68k/stand/libdos/dos_rename.S:1.2 src/sys/arch/x68k/stand/libdos/dos_rename.S:1.3
--- src/sys/arch/x68k/stand/libdos/dos_rename.S:1.2	Thu Jul  5 08:38:26 2001
+++ src/sys/arch/x68k/stand/libdos/dos_rename.S	Mon Feb 21 02:31:59 2011
@@ -1,10 +1,10 @@
 |	XC compatible RENAME() function
 |	int DOS_RENAME __P((const char *path, const char *newname));
 |
-|	written by Yasha (ITOH Yasufumi)
+|	written by ITOH Yasufumi
 |	public domain
 |
-|	$NetBSD: dos_rename.S,v 1.2 2001/07/05 08:38:26 toshii Exp $
+|	$NetBSD: dos_rename.S,v 1.3 2011/02/21 02:31:59 itohy Exp $
 
 #include "dos_asm.h"
 
Index: src/sys/arch/x68k/stand/libdos/makestrerror.awk
diff -u src/sys/arch/x68k/stand/libdos/makestrerror.awk:1.2 src/sys/arch/x68k/stand/libdos/makestrerror.awk:1.3
--- src/sys/arch/x68k/stand/libdos/makestrerror.awk:1.2	Thu Nov 11 08:14:43 1999
+++ src/sys/arch/x68k/stand/libdos/makestrerror.awk	Mon Feb 21 02:31:59 2011
@@ -2,10 +2,10 @@
 #
 #	create  dos_strerror()  from dos_errno.h
 #
-#	written by Yasha (ITOH Yasufumi)
+#	written by ITOH Yasufumi
 #	public domain
 #
-#	$NetBSD: makestrerror.awk,v 1.2 1999/11/11 08:14:43 itohy Exp $
+#	$NetBSD: makestrerror.awk,v 1.3 2011/02/21 02:31:59 itohy Exp $
 
 /^\/\* dos_errlist begin \*\/$/,/^\/\* dos_errlist end \*\/$/ {
 	if ($0 ~ /^\/\* dos_errlist begin \*\/$/) {

Index: src/sys/arch/x68k/stand/libdos/dos_cerror.S
diff -u src/sys/arch/x68k/stand/libdos/dos_cerror.S:1.1 src/sys/arch/x68k/stand/libdos/dos_cerror.S:1.2
--- src/sys/arch/x68k/stand/libdos/dos_cerror.S:1.1	Thu Nov 11 08:14:43 1999
+++ src/sys/arch/x68k/stand/libdos/dos_cerror.S	Mon Feb 21 02:31:59 2011
@@ -1,10 +1,10 @@
 |	Writes Human68k DOS error number to  dos_errno.
 |	Called on errors of DOS calls.
 |
-|	written by Yasha (ITOH Yasufumi)
+|	written by ITOH Yasufumi
 |	public domain
 |
-|	$NetBSD: dos_cerror.S,v 1.1 1999/11/11 08:14:43 itohy Exp $
+|	$NetBSD: dos_cerror.S,v 1.2 2011/02/21 02:31:59 itohy Exp $
 
 #include "dos_asm.h"
 #include "dos_errno.h"
Index: src/sys/arch/x68k/stand/libdos/dos_procerr.S
diff -u src/sys/arch/x68k/stand/libdos/dos_procerr.S:1.1 src/sys/arch/x68k/stand/libdos/dos_procerr.S:1.2
--- src/sys/arch/x68k/stand/libdos/dos_procerr.S:1.1	Thu Nov 11 08:14:43 1999
+++ src/sys/arch/x68k/stand/libdos/dos_procerr.S	Mon Feb 21 02:31:59 2011
@@ -1,10 +1,10 @@
 |	Writes Human68k DOS process error number to  dos_errno.
 |	Called on errors of DOS calls for processes.
 |
-|	written by Yasha (ITOH Yasufumi)
+|	written by ITOH Yasufumi
 |	public domain
 |
-|	$NetBSD: dos_procerr.S,v 1.1 1999/11/11 08:14:43 itohy Exp $
+|	$NetBSD: dos_procerr.S,v 1.2 2011/02/21 02:31:59 itohy Exp $
 
 #include "dos_asm.h"
 #include "dos_errno.h"

Index: src/sys/arch/x68k/stand/libdos/dos_errno.h
diff -u src/sys/arch/x68k/stand/libdos/dos_errno.h:1.5 src/sys/arch/x68k/stand/libdos/dos_errno.h:1.6
--- src/sys/arch/x68k/stand/libdos/dos_errno.h:1.5	Sat Mar 14 14:46:07 2009
+++ src/sys/arch/x68k/stand/libdos/dos_errno.h	Mon Feb 21 02:31:59 2011
@@ -2,10 +2,10 @@
  *	dos_errno.h
  *	Human68k DOS call errors
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	public domain
  *
- *	$NetBSD: dos_errno.h,v 1.5 2009/03/14 14:46:07 dsl Exp $
+ *	$NetBSD: dos_errno.h,v 1.6 2011/02/21 02:31:59 itohy Exp $
  */
 
 #ifndef X68K_DOS_ERRNO_H

Index: src/sys/arch/x68k/stand/libdos/makedoscalls.awk
diff -u src/sys/arch/x68k/stand/libdos/makedoscalls.awk:1.3 src/sys/arch/x68k/stand/libdos/makedoscalls.awk:1.4
--- src/sys/arch/x68k/stand/libdos/makedoscalls.awk:1.3	Mon Jun 19 03:43:12 2000
+++ src/sys/arch/x68k/stand/libdos/makedoscalls.awk	Mon Feb 21 02:31:59 2011
@@ -2,10 +2,10 @@
 #
 #	create DOS call interface from dos.h
 #
-#	written by Yasha (ITOH Yasufumi)
+#	written by ITOH Yasufumi
 #	public domain
 #
-#	$NetBSD: makedoscalls.awk,v 1.3 2000/06/19 03:43:12 itohy Exp $
+#	$NetBSD: makedoscalls.awk,v 1.4 2011/02/21 02:31:59 itohy Exp $
 
 BEGIN {
 	errno_nomem = 8		# errno for "Cannot allocate memory"

Index: src/sys/arch/x68k/stand/libiocs/iocs.h
diff -u src/sys/arch/x68k/stand/libiocs/iocs.h:1.7 src/sys/arch/x68k/stand/libiocs/iocs.h:1.8
--- src/sys/arch/x68k/stand/libiocs/iocs.h:1.7	Tue Mar 17 18:58:27 2009
+++ src/sys/arch/x68k/stand/libiocs/iocs.h	Mon Feb 21 02:31:59 2011
@@ -2,11 +2,11 @@
  *	iocs.h
  *	X680x0 IOCS call interface
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	(based on PD libc 1.1.32 by PROJECT C Library)
  *	public domain
  *
- *	$NetBSD: iocs.h,v 1.7 2009/03/17 18:58:27 he Exp $
+ *	$NetBSD: iocs.h,v 1.8 2011/02/21 02:31:59 itohy Exp $
  */
 /*
  * PROJECT C Library, X68000 PROGRAMMING INTERFACE DEFINITION

Index: src/sys/arch/x68k/stand/libiocs/makeiocscalls.awk
diff -u src/sys/arch/x68k/stand/libiocs/makeiocscalls.awk:1.2 src/sys/arch/x68k/stand/libiocs/makeiocscalls.awk:1.3
--- src/sys/arch/x68k/stand/libiocs/makeiocscalls.awk:1.2	Thu Nov 11 08:16:20 1999
+++ src/sys/arch/x68k/stand/libiocs/makeiocscalls.awk	Mon Feb 21 02:31:59 2011
@@ -2,10 +2,10 @@
 #
 #	create IOCS call interface from iocs.h
 #
-#	written by Yasha (ITOH Yasufumi)
+#	written by ITOH Yasufumi
 #	public domain
 #
-#	$NetBSD: makeiocscalls.awk,v 1.2 1999/11/11 08:16:20 itohy Exp $
+#	$NetBSD: makeiocscalls.awk,v 1.3 2011/02/21 02:31:59 itohy Exp $
 
 BEGIN {
 	argsiz["l"] = 4; argsiz["w"] = 2

Index: src/sys/arch/x68k/stand/libsa/putimage.S
diff -u src/sys/arch/x68k/stand/libsa/putimage.S:1.3 src/sys/arch/x68k/stand/libsa/putimage.S:1.4
--- src/sys/arch/x68k/stand/libsa/putimage.S:1.3	Sun Dec 11 12:19:45 2005
+++ src/sys/arch/x68k/stand/libsa/putimage.S	Mon Feb 21 02:31:59 2011
@@ -1,7 +1,7 @@
 | file: putimage.S
-| author: Yasha([email protected])
+| author: ITOH Yasufumi
 |
-| $NetBSD: putimage.S,v 1.3 2005/12/11 12:19:45 christos Exp $
+| $NetBSD: putimage.S,v 1.4 2011/02/21 02:31:59 itohy Exp $
 
 #include <machine/asm.h>
 #include "iocscall.h"

Index: src/sys/arch/x68k/stand/loadbsd/loadbsd.c
diff -u src/sys/arch/x68k/stand/loadbsd/loadbsd.c:1.13 src/sys/arch/x68k/stand/loadbsd/loadbsd.c:1.14
--- src/sys/arch/x68k/stand/loadbsd/loadbsd.c:1.13	Wed Mar 18 10:22:38 2009
+++ src/sys/arch/x68k/stand/loadbsd/loadbsd.c	Mon Feb 21 02:31:59 2011
@@ -1,7 +1,7 @@
 /*
  *	Load and boot NetBSD kernel on Human68k
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	public domain
  *
  *	loadbsd [-hvV] [-abDs] [-r root_device] netbsd
@@ -19,13 +19,13 @@
  *		-q	quiet boot
  *		-v	verbose boot (also turn on verbosity of loadbsd)
  *
- *	$NetBSD: loadbsd.c,v 1.13 2009/03/18 10:22:38 cegger Exp $
+ *	$NetBSD: loadbsd.c,v 1.14 2011/02/21 02:31:59 itohy Exp $
  */
 
 #include <sys/cdefs.h>
 
-__RCSID("$NetBSD: loadbsd.c,v 1.13 2009/03/18 10:22:38 cegger Exp $");
-#define VERSION	"$Revision: 1.13 $ $Date: 2009/03/18 10:22:38 $"
+__RCSID("$NetBSD: loadbsd.c,v 1.14 2011/02/21 02:31:59 itohy Exp $");
+#define VERSION	"$Revision: 1.14 $ $Date: 2011/02/21 02:31:59 $"
 
 #include <sys/types.h>		/* ntohl */
 #include <sys/reboot.h>

Index: src/sys/arch/x68k/stand/loadbsd/trampoline.S
diff -u src/sys/arch/x68k/stand/loadbsd/trampoline.S:1.2 src/sys/arch/x68k/stand/loadbsd/trampoline.S:1.3
--- src/sys/arch/x68k/stand/loadbsd/trampoline.S:1.2	Tue Jun 12 16:57:28 2001
+++ src/sys/arch/x68k/stand/loadbsd/trampoline.S	Mon Feb 21 02:31:59 2011
@@ -1,10 +1,10 @@
 |
 |	copy binary image and execute
 |
-|	written by Yasha (ITOH Yasufumi)
+|	written by ITOH Yasufumi
 |	public domain
 |
-|	$NetBSD: trampoline.S,v 1.2 2001/06/12 16:57:28 minoura Exp $
+|	$NetBSD: trampoline.S,v 1.3 2011/02/21 02:31:59 itohy Exp $
 
 #include <machine/asm.h>
 #include "trampoline.h"

Index: src/sys/arch/x68k/stand/loadbsd/trampoline.h
diff -u src/sys/arch/x68k/stand/loadbsd/trampoline.h:1.1 src/sys/arch/x68k/stand/loadbsd/trampoline.h:1.2
--- src/sys/arch/x68k/stand/loadbsd/trampoline.h:1.1	Tue Sep  1 19:55:33 1998
+++ src/sys/arch/x68k/stand/loadbsd/trampoline.h	Mon Feb 21 02:31:59 2011
@@ -1,10 +1,10 @@
 /*
  *	definitions for trampoline code
  *
- *	written by Yasha (ITOH Yasufumi)
+ *	written by ITOH Yasufumi
  *	public domain
  *
- *	$NetBSD: trampoline.h,v 1.1 1998/09/01 19:55:33 itohy Exp $
+ *	$NetBSD: trampoline.h,v 1.2 2011/02/21 02:31:59 itohy Exp $
  */
 
 #define MPU_68030	3

Index: src/sys/dev/cardbus/njata_cardbus.c
diff -u src/sys/dev/cardbus/njata_cardbus.c:1.13 src/sys/dev/cardbus/njata_cardbus.c:1.14
--- src/sys/dev/cardbus/njata_cardbus.c:1.13	Thu Mar 11 17:27:40 2010
+++ src/sys/dev/cardbus/njata_cardbus.c	Mon Feb 21 02:31:59 2011
@@ -1,7 +1,7 @@
-/*	$Id: njata_cardbus.c,v 1.13 2010/03/11 17:27:40 dyoung Exp $	*/
+/*	$Id: njata_cardbus.c,v 1.14 2011/02/21 02:31:59 itohy Exp $	*/
 
 /*
- * Copyright (c) 2006 ITOH Yasufumi <[email protected]>.
+ * Copyright (c) 2006 ITOH Yasufumi.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: njata_cardbus.c,v 1.13 2010/03/11 17:27:40 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: njata_cardbus.c,v 1.14 2011/02/21 02:31:59 itohy Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

Index: src/sys/dev/ic/ninjaata32.c
diff -u src/sys/dev/ic/ninjaata32.c:1.12 src/sys/dev/ic/ninjaata32.c:1.13
--- src/sys/dev/ic/ninjaata32.c:1.12	Sat Nov 13 13:52:01 2010
+++ src/sys/dev/ic/ninjaata32.c	Mon Feb 21 02:32:00 2011
@@ -1,7 +1,7 @@
-/*	$NetBSD: ninjaata32.c,v 1.12 2010/11/13 13:52:01 uebayasi Exp $	*/
+/*	$NetBSD: ninjaata32.c,v 1.13 2011/02/21 02:32:00 itohy Exp $	*/
 
 /*
- * Copyright (c) 2006 ITOH Yasufumi <[email protected]>.
+ * Copyright (c) 2006 ITOH Yasufumi.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ninjaata32.c,v 1.12 2010/11/13 13:52:01 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ninjaata32.c,v 1.13 2011/02/21 02:32:00 itohy Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>

Index: src/sys/dev/ic/ninjaata32reg.h
diff -u src/sys/dev/ic/ninjaata32reg.h:1.3 src/sys/dev/ic/ninjaata32reg.h:1.4
--- src/sys/dev/ic/ninjaata32reg.h:1.3	Wed Jan 10 09:00:00 2007
+++ src/sys/dev/ic/ninjaata32reg.h	Mon Feb 21 02:32:00 2011
@@ -1,7 +1,7 @@
-/*	$NetBSD: ninjaata32reg.h,v 1.3 2007/01/10 09:00:00 itohy Exp $	*/
+/*	$NetBSD: ninjaata32reg.h,v 1.4 2011/02/21 02:32:00 itohy Exp $	*/
 
 /*
- * Copyright (c) 2006 ITOH Yasufumi <[email protected]>.
+ * Copyright (c) 2006 ITOH Yasufumi.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Index: src/sys/dev/ic/ninjaata32var.h
diff -u src/sys/dev/ic/ninjaata32var.h:1.4 src/sys/dev/ic/ninjaata32var.h:1.5
--- src/sys/dev/ic/ninjaata32var.h:1.4	Tue Mar 18 20:46:36 2008
+++ src/sys/dev/ic/ninjaata32var.h	Mon Feb 21 02:32:00 2011
@@ -1,7 +1,7 @@
-/*	$NetBSD: ninjaata32var.h,v 1.4 2008/03/18 20:46:36 cube Exp $	*/
+/*	$NetBSD: ninjaata32var.h,v 1.5 2011/02/21 02:32:00 itohy Exp $	*/
 
 /*
- * Copyright (c) 2006 ITOH Yasufumi <[email protected]>.
+ * Copyright (c) 2006 ITOH Yasufumi.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Reply via email to