diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-05-06 21:50:47 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-05-06 21:50:47 -0700 |
| commit | 29abb650987802c94d7464d0af20ec5d9f641284 (patch) | |
| tree | 2423db7e290ab4142971d075fc70eb4531fb0acc | |
| parent | 66731c779fd100e15efacea9a8704d7dd345f0e4 (diff) | |
[PATCH] USB: update my copyrights in a few locations.
| -rw-r--r-- | drivers/usb/core/file.c | 2 | ||||
| -rw-r--r-- | drivers/usb/serial/usb-serial.c | 2 | ||||
| -rw-r--r-- | drivers/usb/serial/usb-serial.h | 2 | ||||
| -rw-r--r-- | drivers/usb/serial/visor.h | 2 | ||||
| -rw-r--r-- | drivers/usb/usb-skeleton.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/drivers/usb/core/file.c b/drivers/usb/core/file.c index 8e25a5bd26b5..639a9a9e3d50 100644 --- a/drivers/usb/core/file.c +++ b/drivers/usb/core/file.c @@ -11,7 +11,7 @@ more docs, etc) * (C) Copyright Yggdrasil Computing, Inc. 2000 * (usb_device_id matching changes by Adam J. Richter) - * (C) Copyright Greg Kroah-Hartman 2002 + * (C) Copyright Greg Kroah-Hartman 2002-2003 * */ diff --git a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c index 25f5347c4ad3..58e3880db6b3 100644 --- a/drivers/usb/serial/usb-serial.c +++ b/drivers/usb/serial/usb-serial.c @@ -1,7 +1,7 @@ /* * USB Serial Converter driver * - * Copyright (C) 1999 - 2002 Greg Kroah-Hartman (greg@kroah.com) + * Copyright (C) 1999 - 2003 Greg Kroah-Hartman (greg@kroah.com) * Copyright (c) 2000 Peter Berger (pberger@brimson.com) * Copyright (c) 2000 Al Borchers (borchers@steinerpoint.com) * diff --git a/drivers/usb/serial/usb-serial.h b/drivers/usb/serial/usb-serial.h index a1d1404f5371..0c4fe70c9f83 100644 --- a/drivers/usb/serial/usb-serial.h +++ b/drivers/usb/serial/usb-serial.h @@ -1,7 +1,7 @@ /* * USB Serial Converter driver * - * Copyright (C) 1999 - 2002 + * Copyright (C) 1999 - 2003 * Greg Kroah-Hartman (greg@kroah.com) * * This program is free software; you can redistribute it and/or modify diff --git a/drivers/usb/serial/visor.h b/drivers/usb/serial/visor.h index 089bcf98da86..7f36db2254ee 100644 --- a/drivers/usb/serial/visor.h +++ b/drivers/usb/serial/visor.h @@ -1,7 +1,7 @@ /* * USB HandSpring Visor driver * - * Copyright (C) 1999 - 2002 + * Copyright (C) 1999 - 2003 * Greg Kroah-Hartman (greg@kroah.com) * * This program is free software; you can redistribute it and/or modify diff --git a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c index e22d724e230a..66e0cbed4153 100644 --- a/drivers/usb/usb-skeleton.c +++ b/drivers/usb/usb-skeleton.c @@ -1,7 +1,7 @@ /* * USB Skeleton driver - 1.1 * - * Copyright (c) 2001-2002 Greg Kroah-Hartman (greg@kroah.com) + * Copyright (c) 2001-2003 Greg Kroah-Hartman (greg@kroah.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as |
