diff options
| author | hubertf <hubertf@NetBSD.org> | 2008-09-09 21:51:32 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 2008-09-09 21:51:32 +0000 |
| commit | 07d913124694d696520d45b03bdc1f545dc191e5 (patch) | |
| tree | 60f1873d74f9d344d4c080f3a89bac642c7b0dfe /sys/dev | |
| parent | 8c8950af645ca4860c3faade9701a8177cec14ba (diff) | |
Sign over copyright of Jeremy Morse's code to TNF, OK'd by Jeremy Morse
(still mention Jeremy as contributor)
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/ehci.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index 3d8c4f8a73c..095a39c1ca3 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,12 +1,12 @@ -/* $NetBSD: ehci.c,v 1.146 2008/09/09 00:46:45 jmcneill Exp $ */ +/* $NetBSD: ehci.c,v 1.147 2008/09/09 21:51:32 hubertf Exp $ */ /* - * Copyright (c) 2004,2005 The NetBSD Foundation, Inc. - * Copyright (c) 2008 Jeremy Morse <jeremy.morse@gmail.com> + * Copyright (c) 2004-2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (lennart@augustsson.net) and by Charles M. Hannum. + * by Lennart Augustsson (lennart@augustsson.net), Charles M. Hannum and + * Jeremy Morse (jeremy.morse@gmail.com). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.146 2008/09/09 00:46:45 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.147 2008/09/09 21:51:32 hubertf Exp $"); #include "ohci.h" #include "uhci.h" |
