diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2007-06-12 14:43:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-12 19:34:31 -0400 |
commit | 4d0dce3e0b794942407391c52f8dd2760802f391 (patch) | |
tree | f04cb6953a474f941789c264ec8ef0425e53a742 | |
parent | 9f6a93f7bbb6d73ca0e43c000f3bbf521cd4f782 (diff) |
USB: fix up license wording on some of my usb-serial drivers
Also update the copyright date on the pl2303 driver, as it was out of date.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/usb/serial/omninet.c | 7 | ||||
-rw-r--r-- | drivers/usb/serial/pl2303.c | 8 | ||||
-rw-r--r-- | drivers/usb/serial/visor.c | 6 |
3 files changed, 10 insertions, 11 deletions
diff --git a/drivers/usb/serial/omninet.c b/drivers/usb/serial/omninet.c index 00afc1712c39..48094d125fff 100644 --- a/drivers/usb/serial/omninet.c +++ b/drivers/usb/serial/omninet.c | |||
@@ -1,10 +1,9 @@ | |||
1 | /* | 1 | /* |
2 | * USB ZyXEL omni.net LCD PLUS driver | 2 | * USB ZyXEL omni.net LCD PLUS driver |
3 | * | 3 | * |
4 | * This program is free software; you can redistribute it and/or modify | 4 | * This program is free software; you can redistribute it and/or |
5 | * it under the terms of the GNU General Public License as published by | 5 | * modify it under the terms of the GNU General Public License version |
6 | * the Free Software Foundation; either version 2 of the License, or | 6 | * 2 as published by the Free Software Foundation. |
7 | * (at your option) any later version. | ||
8 | * | 7 | * |
9 | * See Documentation/usb/usb-serial.txt for more information on using this driver | 8 | * See Documentation/usb/usb-serial.txt for more information on using this driver |
10 | * | 9 | * |
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 5027ae9afaab..3022d65bb697 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c | |||
@@ -1,14 +1,14 @@ | |||
1 | /* | 1 | /* |
2 | * Prolific PL2303 USB to serial adaptor driver | 2 | * Prolific PL2303 USB to serial adaptor driver |
3 | * | 3 | * |
4 | * Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com) | 4 | * Copyright (C) 2001-2007 Greg Kroah-Hartman (greg@kroah.com) |
5 | * Copyright (C) 2003 IBM Corp. | 5 | * Copyright (C) 2003 IBM Corp. |
6 | * | 6 | * |
7 | * Original driver for 2.2.x by anonymous | 7 | * Original driver for 2.2.x by anonymous |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or |
10 | * it under the terms of the GNU General Public License as published by | 10 | * modify it under the terms of the GNU General Public License version |
11 | * the Free Software Foundation; either version 2 of the License. | 11 | * 2 as published by the Free Software Foundation. |
12 | * | 12 | * |
13 | * See Documentation/usb/usb-serial.txt for more information on using this driver | 13 | * See Documentation/usb/usb-serial.txt for more information on using this driver |
14 | * | 14 | * |
diff --git a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c index ca826b92f6e6..81ae76f15bf0 100644 --- a/drivers/usb/serial/visor.c +++ b/drivers/usb/serial/visor.c | |||
@@ -5,9 +5,9 @@ | |||
5 | * Copyright (C) 1999 - 2004 | 5 | * Copyright (C) 1999 - 2004 |
6 | * Greg Kroah-Hartman (greg@kroah.com) | 6 | * Greg Kroah-Hartman (greg@kroah.com) |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or |
9 | * it under the terms of the GNU General Public License as published by | 9 | * modify it under the terms of the GNU General Public License version |
10 | * the Free Software Foundation; either version 2 of the License. | 10 | * 2 as published by the Free Software Foundation. |
11 | * | 11 | * |
12 | * See Documentation/usb/usb-serial.txt for more information on using this driver | 12 | * See Documentation/usb/usb-serial.txt for more information on using this driver |
13 | * | 13 | * |