diff options
Diffstat (limited to 'drivers/tty/serial/jsm/jsm_cls.c')
-rw-r--r-- | drivers/tty/serial/jsm/jsm_cls.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/tty/serial/jsm/jsm_cls.c b/drivers/tty/serial/jsm/jsm_cls.c index 4eb12a9cae76..c061a7b7bd23 100644 --- a/drivers/tty/serial/jsm/jsm_cls.c +++ b/drivers/tty/serial/jsm/jsm_cls.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0+ | ||
1 | /* | 2 | /* |
2 | * Copyright 2003 Digi International (www.digi.com) | 3 | * Copyright 2003 Digi International (www.digi.com) |
3 | * Scott H Kilau <Scott_Kilau at digi dot com> | 4 | * Scott H Kilau <Scott_Kilau at digi dot com> |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2, or (at your option) | ||
8 | * any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED; without even the | ||
12 | * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | ||
13 | * PURPOSE. See the GNU General Public License for more details. | ||
14 | * | ||
15 | * NOTE TO LINUX KERNEL HACKERS: DO NOT REFORMAT THIS CODE! | 6 | * NOTE TO LINUX KERNEL HACKERS: DO NOT REFORMAT THIS CODE! |
16 | * | 7 | * |
17 | * This is shared code between Digi's CVS archive and the | 8 | * This is shared code between Digi's CVS archive and the |