diff options
Diffstat (limited to 'sys/dev/usb/controller/generic_ohci.c')
-rw-r--r-- | sys/dev/usb/controller/generic_ohci.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/controller/generic_ohci.c b/sys/dev/usb/controller/generic_ohci.c index abf20c79ea6b..b4aa2cb16716 100644 --- a/sys/dev/usb/controller/generic_ohci.c +++ b/sys/dev/usb/controller/generic_ohci.c @@ -1,7 +1,6 @@ /*- - * Copyright (c) 2006 M. Warner Losh. All rights reserved. - * Copyright (c) 2016 Emmanuel Vadot <manu@freebsd.org> - * All rights reserved. + * Copyright (c) 2006 M. Warner Losh. + * Copyright (c) 2016 Emmanuel Vadot <manu@freebsd.org> All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |