Index: uspace/drv/bus/usb/usbhub/port.c
===================================================================
--- uspace/drv/bus/usb/usbhub/port.c	(revision 442fa6be67fbcc7894583a8dbb0b3f31de0ffa8f)
+++ uspace/drv/bus/usb/usbhub/port.c	(revision 3b6175794afb9a5540ec62641eacec8acebec760)
@@ -1,4 +1,5 @@
 /*
  * Copyright (c) 2011 Vojtech Horky
+ * Copyright (c) 2011 Jan Vesely
  * All rights reserved.
  *
Index: uspace/drv/bus/usb/usbhub/port.h
===================================================================
--- uspace/drv/bus/usb/usbhub/port.h	(revision 442fa6be67fbcc7894583a8dbb0b3f31de0ffa8f)
+++ uspace/drv/bus/usb/usbhub/port.h	(revision 3b6175794afb9a5540ec62641eacec8acebec760)
@@ -1,4 +1,5 @@
 /*
  * Copyright (c) 2011 Vojtech Horky
+ * Copyright (c) 2011 Jan Vesely
  * All rights reserved.
  *
@@ -78,5 +79,4 @@
 
 void usb_hub_port_reset_fail(usb_hub_port_t *port);
-
 void usb_hub_port_process_interrupt(usb_hub_info_t *hub, size_t port);
 int usb_hub_port_clear_feature(
@@ -85,5 +85,4 @@
     usb_hub_port_t *port, usb_hub_class_feature_t feature);
 
-
 #endif
 /**
Index: uspace/drv/bus/usb/usbhub/usbhub.c
===================================================================
--- uspace/drv/bus/usb/usbhub/usbhub.c	(revision 442fa6be67fbcc7894583a8dbb0b3f31de0ffa8f)
+++ uspace/drv/bus/usb/usbhub/usbhub.c	(revision 3b6175794afb9a5540ec62641eacec8acebec760)
@@ -1,4 +1,5 @@
 /*
  * Copyright (c) 2010 Matus Dekanek
+ * Copyright (c) 2011 Jan Vesely
  * All rights reserved.
  *
Index: uspace/drv/bus/usb/usbhub/usbhub.h
===================================================================
--- uspace/drv/bus/usb/usbhub/usbhub.h	(revision 442fa6be67fbcc7894583a8dbb0b3f31de0ffa8f)
+++ uspace/drv/bus/usb/usbhub/usbhub.h	(revision 3b6175794afb9a5540ec62641eacec8acebec760)
@@ -1,4 +1,5 @@
 /*
  * Copyright (c) 2010 Vojtech Horky
+ * Copyright (c) 2011 Vojtech Horky
  * All rights reserved.
  *
Index: uspace/drv/bus/usb/usbhub/utils.c
===================================================================
--- uspace/drv/bus/usb/usbhub/utils.c	(revision 442fa6be67fbcc7894583a8dbb0b3f31de0ffa8f)
+++ uspace/drv/bus/usb/usbhub/utils.c	(revision 3b6175794afb9a5540ec62641eacec8acebec760)
@@ -1,4 +1,5 @@
 /*
  * Copyright (c) 2010 Matus Dekanek
+ * Copyright (c) 2011 Jan Vesely
  * All rights reserved.
  *
@@ -40,5 +41,4 @@
 #include <usb/classes/hub.h>
 #include <usb/debug.h>
-
 
 #include "usbhub.h"
