diff --git a/reactos/drivers/usb/usbd/usbd.c b/reactos/drivers/usb/usbd/usbd.c index b749a79734c..547a1da22d7 100644 --- a/reactos/drivers/usb/usbd/usbd.c +++ b/reactos/drivers/usb/usbd/usbd.c @@ -1,3 +1,13 @@ +/* + * PROJECT: ReactOS Universal Serial Bus Driver/Helper Library + * LICENSE: GPL - See COPYING in the top level directory + * FILE: drivers/usb/usbd/usbd.c + * PURPOSE: Helper Library for USB + * PROGRAMMERS: + * Filip Navara + * + */ + /* * Universal Serial Bus Driver/Helper Library * diff --git a/reactos/drivers/usb/usbstor/usbstor.c b/reactos/drivers/usb/usbstor/usbstor.c index a49509f351b..2302bb21dc0 100644 --- a/reactos/drivers/usb/usbstor/usbstor.c +++ b/reactos/drivers/usb/usbstor/usbstor.c @@ -1,27 +1,10 @@ /* - * ReactOS kernel - * Copyright (C) 2001, 2002, 2003, 2004, 2005 ReactOS Team - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - */ -/* - * Universal Serial Bus Bulk Storage Driver - * - * Written by James Tabor - * + * PROJECT: ReactOS Universal Serial Bus Bulk Storage Driver + * LICENSE: GPL - See COPYING in the top level directory + * FILE: drivers/usb/usbstor/usbstor.c + * PURPOSE: USB block storage device driver. + * PROGRAMMERS: + * James Tabor */ /* INCLUDES ******************************************************************/