diff options
author | 2008-09-15 13:44:09 +0000 | |
---|---|---|
committer | 2008-09-15 13:44:09 +0000 | |
commit | fc75fcc2334b8abd47cfcb7a5d2b12dafdecd58d (patch) | |
tree | 6ff69372a2090cae10fcfb9e528d92269bfc7627 | |
parent | Update to tzdata2008f from elsie.nci.nih.gov (diff) | |
download | wireguard-openbsd-fc75fcc2334b8abd47cfcb7a5d2b12dafdecd58d.tar.xz wireguard-openbsd-fc75fcc2334b8abd47cfcb7a5d2b12dafdecd58d.zip |
I forgot to sync the NetBSD Copyright 2004-2008 update. Fix it.
Spotted by stu@ and miod@
-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 |