Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ata Update copyright.



details:   https://anonhg.NetBSD.org/src/rev/e022e3441d49
branches:  trunk
changeset: 567632:e022e3441d49
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Jun 22 19:20:56 2004 +0000

description:
Update copyright.

diffstat:

 sys/dev/ata/ata_wdc.c |  6 +++---
 sys/dev/ata/wd.c      |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 1dd214960799 -r e022e3441d49 sys/dev/ata/ata_wdc.c
--- a/sys/dev/ata/ata_wdc.c     Tue Jun 22 19:20:14 2004 +0000
+++ b/sys/dev/ata/ata_wdc.c     Tue Jun 22 19:20:56 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ata_wdc.c,v 1.56 2004/06/22 19:20:14 mycroft Exp $     */
+/*     $NetBSD: ata_wdc.c,v 1.57 2004/06/22 19:20:56 mycroft Exp $     */
 
 /*
  * Copyright (c) 1998, 2001, 2003 Manuel Bouyer.
@@ -30,7 +30,7 @@
  */
 
 /*-
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata_wdc.c,v 1.56 2004/06/22 19:20:14 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata_wdc.c,v 1.57 2004/06/22 19:20:56 mycroft Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
diff -r 1dd214960799 -r e022e3441d49 sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c  Tue Jun 22 19:20:14 2004 +0000
+++ b/sys/dev/ata/wd.c  Tue Jun 22 19:20:56 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wd.c,v 1.279 2004/06/22 19:20:14 mycroft Exp $ */
+/*     $NetBSD: wd.c,v 1.280 2004/06/22 19:20:56 mycroft Exp $ */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.  All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 /*-
- * Copyright (c) 1998, 2003 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2003, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.279 2004/06/22 19:20:14 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.280 2004/06/22 19:20:56 mycroft Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG



Home | Main Index | Thread Index | Old Index