Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Use the correct years for copyright.



details:   https://anonhg.NetBSD.org/src/rev/288b815606c8
branches:  trunk
changeset: 522276:288b815606c8
user:      augustss <augustss%NetBSD.org@localhost>
date:      Thu Feb 14 21:58:30 2002 +0000

description:
Use the correct years for copyright.

diffstat:

 sys/dev/pci/ehci_pci.c |  6 +++---
 sys/dev/pci/usb_pci.c  |  6 +++---
 sys/dev/pci/usb_pci.h  |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (57 lines):

diff -r 7fe4be990232 -r 288b815606c8 sys/dev/pci/ehci_pci.c
--- a/sys/dev/pci/ehci_pci.c    Thu Feb 14 21:58:27 2002 +0000
+++ b/sys/dev/pci/ehci_pci.c    Thu Feb 14 21:58:30 2002 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: ehci_pci.c,v 1.7 2002/01/09 22:56:22 augustss Exp $    */
+/*     $NetBSD: ehci_pci.c,v 1.8 2002/02/14 21:58:30 augustss Exp $    */
 
 /*
- * Copyright (c) 2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci_pci.c,v 1.7 2002/01/09 22:56:22 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci_pci.c,v 1.8 2002/02/14 21:58:30 augustss Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 7fe4be990232 -r 288b815606c8 sys/dev/pci/usb_pci.c
--- a/sys/dev/pci/usb_pci.c     Thu Feb 14 21:58:27 2002 +0000
+++ b/sys/dev/pci/usb_pci.c     Thu Feb 14 21:58:30 2002 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: usb_pci.c,v 1.2 2002/01/12 02:06:23 enami Exp $        */
+/*     $NetBSD: usb_pci.c,v 1.3 2002/02/14 21:58:30 augustss Exp $     */
 
 /*
- * Copyright (c) 2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_pci.c,v 1.2 2002/01/12 02:06:23 enami Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_pci.c,v 1.3 2002/02/14 21:58:30 augustss Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 7fe4be990232 -r 288b815606c8 sys/dev/pci/usb_pci.h
--- a/sys/dev/pci/usb_pci.h     Thu Feb 14 21:58:27 2002 +0000
+++ b/sys/dev/pci/usb_pci.h     Thu Feb 14 21:58:30 2002 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: usb_pci.h,v 1.2 2002/01/12 02:06:23 enami Exp $        */
+/*     $NetBSD: usb_pci.h,v 1.3 2002/02/14 21:58:30 augustss Exp $     */
 
 /*
- * Copyright (c) 2001 The NetBSD Foundation, Inc.
+ * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation



Home | Main Index | Thread Index | Old Index