diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-05-10 16:57:39 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-10 17:05:01 -0400 |
commit | f88e6a30da1088143092f7b92ec2c8bd3b128350 (patch) | |
tree | 4d3a1e5e4e5fe9c66a1141960efeff62e8c40fcb /drivers/usb/serial | |
parent | f7a33e608d9ae022b7f49307921627e34e9484ed (diff) |
USB: serial: add copyright and license to quatech2
Add a copyright and license statement to the head of quatech.c source
file. No code change here.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial')
-rw-r--r-- | drivers/usb/serial/quatech2.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/serial/quatech2.c b/drivers/usb/serial/quatech2.c index 3aa63f1f6dfe..8dd88ebe9863 100644 --- a/drivers/usb/serial/quatech2.c +++ b/drivers/usb/serial/quatech2.c | |||
@@ -1,6 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | * usb-serial driver for Quatech USB 2 devices | 2 | * usb-serial driver for Quatech USB 2 devices |
3 | * | 3 | * |
4 | * Copyright (C) 2012 Bill Pemberton (wfp5p@virginia.edu) | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License version 2 | ||
8 | * as published by the Free Software Foundation. | ||
9 | * | ||
4 | * | 10 | * |
5 | * These devices all have only 1 bulk in and 1 bulk out that is shared | 11 | * These devices all have only 1 bulk in and 1 bulk out that is shared |
6 | * for all serial ports. | 12 | * for all serial ports. |