aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/mxser_new.c
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2006-12-08 05:38:20 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-08 11:28:53 -0500
commitc88cb8f952e28d11af6b168eca28c08560009cca (patch)
tree65a9c12b59bd454d52aeade4d65ea1d6cc01b813 /drivers/char/mxser_new.c
parent7f5899252b5052387ee983d67bbc55eafd33a516 (diff)
[PATCH] Char: mxser_new, alter license terms
- We don't need useless paragraphs in license terms. - Add me to copyright. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/mxser_new.c')
-rw-r--r--drivers/char/mxser_new.c16
1 files changed, 4 insertions, 12 deletions
diff --git a/drivers/char/mxser_new.c b/drivers/char/mxser_new.c
index 0f4660aea260..0e22f8010446 100644
--- a/drivers/char/mxser_new.c
+++ b/drivers/char/mxser_new.c
@@ -2,31 +2,23 @@
2 * mxser.c -- MOXA Smartio/Industio family multiport serial driver. 2 * mxser.c -- MOXA Smartio/Industio family multiport serial driver.
3 * 3 *
4 * Copyright (C) 1999-2006 Moxa Technologies (support@moxa.com.tw). 4 * Copyright (C) 1999-2006 Moxa Technologies (support@moxa.com.tw).
5 * Copyright (C) 2006 Jiri Slaby <jirislaby@gmail.com>
5 * 6 *
6 * This code is loosely based on the Linux serial driver, written by 7 * This code is loosely based on the 1.8 moxa driver which is based on
7 * Linus Torvalds, Theodore T'so and others. 8 * Linux serial driver, written by Linus Torvalds, Theodore T'so and
9 * others.
8 * 10 *
9 * This program is free software; you can redistribute it and/or modify 11 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 12 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 13 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version. 14 * (at your option) any later version.
13 * 15 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 *
23 * Fed through a cleanup, indent and remove of non 2.6 code by Alan Cox 16 * Fed through a cleanup, indent and remove of non 2.6 code by Alan Cox
24 * <alan@redhat.com>. The original 1.8 code is available on www.moxa.com. 17 * <alan@redhat.com>. The original 1.8 code is available on www.moxa.com.
25 * - Fixed x86_64 cleanness 18 * - Fixed x86_64 cleanness
26 * - Fixed sleep with spinlock held in mxser_send_break 19 * - Fixed sleep with spinlock held in mxser_send_break
27 */ 20 */
28 21
29
30#include <linux/module.h> 22#include <linux/module.h>
31#include <linux/autoconf.h> 23#include <linux/autoconf.h>
32#include <linux/errno.h> 24#include <linux/errno.h>