diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-09-15 13:44:10 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-09-15 13:44:10 +0000 |
commit | e6982e59f67d19b6b66304773514f3792a0c5eb6 (patch) | |
tree | b0abe6a377e55cda564602903f3ea24cf961fdd7 /sys/dev/usb/ehci.c | |
parent | f801d94e7587a37a0376ecd7338b101c97096a96 (diff) |
I forgot to sync the NetBSD Copyright 2004-2008 update. Fix it.
Spotted by stu@ and miod@
Diffstat (limited to 'sys/dev/usb/ehci.c')
-rw-r--r-- | sys/dev/usb/ehci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index 11de26f0e8f..e2641a1b0cf 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,8 +1,8 @@ -/* $OpenBSD: ehci.c,v 1.91 2008/09/15 11:31:06 mglocker Exp $ */ +/* $OpenBSD: ehci.c,v 1.92 2008/09/15 13:44:09 mglocker Exp $ */ /* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */ /* - * Copyright (c) 2004,2005 The NetBSD Foundation, Inc. + * Copyright (c) 2004-2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation |