Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Use my proper name in copyrights.



details:   https://anonhg.NetBSD.org/src/rev/e70c74b69b48
branches:  trunk
changeset: 494057:e70c74b69b48
user:      ad <ad%NetBSD.org@localhost>
date:      Fri Jun 30 13:36:47 2000 +0000

description:
Use my proper name in copyrights.

diffstat:

 sys/dev/eisa/dpt_eisa.c |  6 +++---
 sys/dev/isa/dpt_isa.c   |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r f88a2e036b4b -r e70c74b69b48 sys/dev/eisa/dpt_eisa.c
--- a/sys/dev/eisa/dpt_eisa.c   Fri Jun 30 10:57:09 2000 +0000
+++ b/sys/dev/eisa/dpt_eisa.c   Fri Jun 30 13:36:47 2000 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: dpt_eisa.c,v 1.3 2000/01/05 16:28:41 ad Exp $  */
+/*     $NetBSD: dpt_eisa.c,v 1.4 2000/06/30 13:36:49 ad Exp $  */
 
 /*
- * Copyright (c) 1999 Andy Doran <ad%NetBSD.org@localhost>
+ * Copyright (c) 1999 Andrew Doran <ad%NetBSD.org@localhost>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dpt_eisa.c,v 1.3 2000/01/05 16:28:41 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dpt_eisa.c,v 1.4 2000/06/30 13:36:49 ad Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
diff -r f88a2e036b4b -r e70c74b69b48 sys/dev/isa/dpt_isa.c
--- a/sys/dev/isa/dpt_isa.c     Fri Jun 30 10:57:09 2000 +0000
+++ b/sys/dev/isa/dpt_isa.c     Fri Jun 30 13:36:47 2000 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: dpt_isa.c,v 1.3 2000/03/25 13:38:36 ad Exp $   */
+/*     $NetBSD: dpt_isa.c,v 1.4 2000/06/30 13:36:47 ad Exp $   */
 
 /*
- * Copyright (c) 1999, 2000 Andy Doran <ad%NetBSD.org@localhost>
+ * Copyright (c) 1999, 2000 Andrew Doran <ad%NetBSD.org@localhost>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dpt_isa.c,v 1.3 2000/03/25 13:38:36 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dpt_isa.c,v 1.4 2000/06/30 13:36:47 ad Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index