diff options
-rw-r--r-- | drivers/tty/bfin_jtag_comm.c | 2 | ||||
-rw-r--r-- | drivers/tty/ehv_bytechan.c | 4 | ||||
-rw-r--r-- | drivers/tty/goldfish.c | 10 | ||||
-rw-r--r-- | drivers/tty/isicom.c | 5 | ||||
-rw-r--r-- | drivers/tty/metag_da.c | 5 | ||||
-rw-r--r-- | drivers/tty/mips_ejtag_fdc.c | 4 | ||||
-rw-r--r-- | drivers/tty/moxa.c | 5 | ||||
-rw-r--r-- | drivers/tty/mxser.c | 5 | ||||
-rw-r--r-- | drivers/tty/n_gsm.c | 13 | ||||
-rw-r--r-- | drivers/tty/n_hdlc.c | 2 | ||||
-rw-r--r-- | drivers/tty/n_null.c | 13 | ||||
-rw-r--r-- | drivers/tty/n_r3964.c | 3 | ||||
-rw-r--r-- | drivers/tty/n_tracerouter.c | 11 | ||||
-rw-r--r-- | drivers/tty/n_tracesink.c | 11 | ||||
-rw-r--r-- | drivers/tty/n_tracesink.h | 11 | ||||
-rw-r--r-- | drivers/tty/n_tty.c | 3 | ||||
-rw-r--r-- | drivers/tty/nozomi.c | 14 | ||||
-rw-r--r-- | drivers/tty/rocket.c | 14 | ||||
-rw-r--r-- | drivers/tty/synclink.c | 2 | ||||
-rw-r--r-- | drivers/tty/synclink_gt.c | 2 | ||||
-rw-r--r-- | drivers/tty/synclinkmp.c | 1 | ||||
-rw-r--r-- | drivers/tty/tty_audit.c | 5 | ||||
-rw-r--r-- | drivers/tty/tty_ldsem.c | 3 |
23 files changed, 1 insertions, 147 deletions
diff --git a/drivers/tty/bfin_jtag_comm.c b/drivers/tty/bfin_jtag_comm.c index d569692b3bea..c369bf27a67b 100644 --- a/drivers/tty/bfin_jtag_comm.c +++ b/drivers/tty/bfin_jtag_comm.c | |||
@@ -5,8 +5,6 @@ | |||
5 | * Copyright 2008-2009 Analog Devices Inc. | 5 | * Copyright 2008-2009 Analog Devices Inc. |
6 | * | 6 | * |
7 | * Enter bugs at http://blackfin.uclinux.org/ | 7 | * Enter bugs at http://blackfin.uclinux.org/ |
8 | * | ||
9 | * Licensed under the GPL-2 or later. | ||
10 | */ | 8 | */ |
11 | 9 | ||
12 | #define DRV_NAME "bfin-jtag-comm" | 10 | #define DRV_NAME "bfin-jtag-comm" |
diff --git a/drivers/tty/ehv_bytechan.c b/drivers/tty/ehv_bytechan.c index 9637f343deaf..e951e7a0737d 100644 --- a/drivers/tty/ehv_bytechan.c +++ b/drivers/tty/ehv_bytechan.c | |||
@@ -5,10 +5,6 @@ | |||
5 | * | 5 | * |
6 | * Author: Timur Tabi <timur@freescale.com> | 6 | * Author: Timur Tabi <timur@freescale.com> |
7 | * | 7 | * |
8 | * This file is licensed under the terms of the GNU General Public License | ||
9 | * version 2. This program is licensed "as is" without any warranty of any | ||
10 | * kind, whether express or implied. | ||
11 | * | ||
12 | * This driver support three distinct interfaces, all of which are related to | 8 | * This driver support three distinct interfaces, all of which are related to |
13 | * ePAPR hypervisor byte channels. | 9 | * ePAPR hypervisor byte channels. |
14 | * | 10 | * |
diff --git a/drivers/tty/goldfish.c b/drivers/tty/goldfish.c index 061f10d71323..7f657bb5113c 100644 --- a/drivers/tty/goldfish.c +++ b/drivers/tty/goldfish.c | |||
@@ -3,16 +3,6 @@ | |||
3 | * Copyright (C) 2007 Google, Inc. | 3 | * Copyright (C) 2007 Google, Inc. |
4 | * Copyright (C) 2012 Intel, Inc. | 4 | * Copyright (C) 2012 Intel, Inc. |
5 | * Copyright (C) 2017 Imagination Technologies Ltd. | 5 | * Copyright (C) 2017 Imagination Technologies Ltd. |
6 | * | ||
7 | * This software is licensed under the terms of the GNU General Public | ||
8 | * License version 2, as published by the Free Software Foundation, and | ||
9 | * may be copied, distributed, and modified under those terms. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | * | ||
16 | */ | 6 | */ |
17 | 7 | ||
18 | #include <linux/console.h> | 8 | #include <linux/console.h> |
diff --git a/drivers/tty/isicom.c b/drivers/tty/isicom.c index a598f79ee3fa..d666fb1e80f6 100644 --- a/drivers/tty/isicom.c +++ b/drivers/tty/isicom.c | |||
@@ -1,10 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0+ | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | 2 | /* |
3 | * This program is free software; you can redistribute it and/or | ||
4 | * modify it under the terms of the GNU General Public License | ||
5 | * as published by the Free Software Foundation; either version | ||
6 | * 2 of the License, or (at your option) any later version. | ||
7 | * | ||
8 | * Original driver code supplied by Multi-Tech | 3 | * Original driver code supplied by Multi-Tech |
9 | * | 4 | * |
10 | * Changes | 5 | * Changes |
diff --git a/drivers/tty/metag_da.c b/drivers/tty/metag_da.c index 6c804966e092..99eaed4b2dbc 100644 --- a/drivers/tty/metag_da.c +++ b/drivers/tty/metag_da.c | |||
@@ -3,11 +3,6 @@ | |||
3 | * dashtty.c - tty driver for Dash channels interface. | 3 | * dashtty.c - tty driver for Dash channels interface. |
4 | * | 4 | * |
5 | * Copyright (C) 2007,2008,2012 Imagination Technologies | 5 | * Copyright (C) 2007,2008,2012 Imagination Technologies |
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General Public | ||
8 | * License. See the file COPYING in the main directory of this archive | ||
9 | * for more details. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #include <linux/atomic.h> | 8 | #include <linux/atomic.h> |
diff --git a/drivers/tty/mips_ejtag_fdc.c b/drivers/tty/mips_ejtag_fdc.c index f0a2f197c4db..4c1cd49ae95b 100644 --- a/drivers/tty/mips_ejtag_fdc.c +++ b/drivers/tty/mips_ejtag_fdc.c | |||
@@ -3,10 +3,6 @@ | |||
3 | * TTY driver for MIPS EJTAG Fast Debug Channels. | 3 | * TTY driver for MIPS EJTAG Fast Debug Channels. |
4 | * | 4 | * |
5 | * Copyright (C) 2007-2015 Imagination Technologies Ltd | 5 | * Copyright (C) 2007-2015 Imagination Technologies Ltd |
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General Public | ||
8 | * License. See the file COPYING in the main directory of this archive for more | ||
9 | * details. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #include <linux/atomic.h> | 8 | #include <linux/atomic.h> |
diff --git a/drivers/tty/moxa.c b/drivers/tty/moxa.c index 8223960abb68..687c091bd066 100644 --- a/drivers/tty/moxa.c +++ b/drivers/tty/moxa.c | |||
@@ -8,11 +8,6 @@ | |||
8 | * | 8 | * |
9 | * This code is loosely based on the Linux serial driver, written by | 9 | * This code is loosely based on the Linux serial driver, written by |
10 | * Linus Torvalds, Theodore T'so and others. | 10 | * Linus Torvalds, Theodore T'so and others. |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | */ | 11 | */ |
17 | 12 | ||
18 | /* | 13 | /* |
diff --git a/drivers/tty/mxser.c b/drivers/tty/mxser.c index 4f4a54d16fc6..8bc15cb67a58 100644 --- a/drivers/tty/mxser.c +++ b/drivers/tty/mxser.c | |||
@@ -9,11 +9,6 @@ | |||
9 | * Linux serial driver, written by Linus Torvalds, Theodore T'so and | 9 | * Linux serial driver, written by Linus Torvalds, Theodore T'so and |
10 | * others. | 10 | * others. |
11 | * | 11 | * |
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | * | ||
17 | * Fed through a cleanup, indent and remove of non 2.6 code by Alan Cox | 12 | * Fed through a cleanup, indent and remove of non 2.6 code by Alan Cox |
18 | * <alan@lxorguk.ukuu.org.uk>. The original 1.8 code is available on | 13 | * <alan@lxorguk.ukuu.org.uk>. The original 1.8 code is available on |
19 | * www.moxa.com. | 14 | * www.moxa.com. |
diff --git a/drivers/tty/n_gsm.c b/drivers/tty/n_gsm.c index df51d49f3dfb..3a39eb685c69 100644 --- a/drivers/tty/n_gsm.c +++ b/drivers/tty/n_gsm.c | |||
@@ -3,19 +3,6 @@ | |||
3 | * n_gsm.c GSM 0710 tty multiplexor | 3 | * n_gsm.c GSM 0710 tty multiplexor |
4 | * Copyright (c) 2009/10 Intel Corporation | 4 | * Copyright (c) 2009/10 Intel Corporation |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License | ||
16 | * along with this program; if not, write to the Free Software | ||
17 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
18 | * | ||
19 | * * THIS IS A DEVELOPMENT SNAPSHOT IT IS NOT A FINAL RELEASE * | 6 | * * THIS IS A DEVELOPMENT SNAPSHOT IT IS NOT A FINAL RELEASE * |
20 | * | 7 | * |
21 | * TO DO: | 8 | * TO DO: |
diff --git a/drivers/tty/n_hdlc.c b/drivers/tty/n_hdlc.c index e2af7b1161f6..eea7b6cb3cc4 100644 --- a/drivers/tty/n_hdlc.c +++ b/drivers/tty/n_hdlc.c | |||
@@ -12,8 +12,6 @@ | |||
12 | * | 12 | * |
13 | * Original release 01/11/99 | 13 | * Original release 01/11/99 |
14 | * | 14 | * |
15 | * This code is released under the GNU General Public License (GPL) | ||
16 | * | ||
17 | * This module implements the tty line discipline N_HDLC for use with | 15 | * This module implements the tty line discipline N_HDLC for use with |
18 | * tty device drivers that support bit-synchronous HDLC communications. | 16 | * tty device drivers that support bit-synchronous HDLC communications. |
19 | * | 17 | * |
diff --git a/drivers/tty/n_null.c b/drivers/tty/n_null.c index cf6dc0fa401a..96feabae4740 100644 --- a/drivers/tty/n_null.c +++ b/drivers/tty/n_null.c | |||
@@ -8,19 +8,6 @@ | |||
8 | * n_null.c - Null line discipline used in the failure path | 8 | * n_null.c - Null line discipline used in the failure path |
9 | * | 9 | * |
10 | * Copyright (C) Intel 2017 | 10 | * Copyright (C) Intel 2017 |
11 | * | ||
12 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 | ||
16 | * as published by the Free Software Foundation. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | * | ||
23 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
24 | */ | 11 | */ |
25 | 12 | ||
26 | static int n_null_open(struct tty_struct *tty) | 13 | static int n_null_open(struct tty_struct *tty) |
diff --git a/drivers/tty/n_r3964.c b/drivers/tty/n_r3964.c index d18411500b1a..9f246d4db3ca 100644 --- a/drivers/tty/n_r3964.c +++ b/drivers/tty/n_r3964.c | |||
@@ -6,9 +6,6 @@ | |||
6 | * Philips Automation Projects | 6 | * Philips Automation Projects |
7 | * Kassel (Germany) | 7 | * Kassel (Germany) |
8 | * ----------------------------------------------------------- | 8 | * ----------------------------------------------------------- |
9 | * This software may be used and distributed according to the terms of | ||
10 | * the GNU General Public License, incorporated herein by reference. | ||
11 | * | ||
12 | * Author: | 9 | * Author: |
13 | * L. Haag | 10 | * L. Haag |
14 | * | 11 | * |
diff --git a/drivers/tty/n_tracerouter.c b/drivers/tty/n_tracerouter.c index 717d0c111b72..4479af4d2fa5 100644 --- a/drivers/tty/n_tracerouter.c +++ b/drivers/tty/n_tracerouter.c | |||
@@ -6,17 +6,6 @@ | |||
6 | * | 6 | * |
7 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 7 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 | ||
11 | * as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
19 | * | ||
20 | * This trace router uses the Linux line discipline framework to route | 9 | * This trace router uses the Linux line discipline framework to route |
21 | * trace data coming from a HW Modem to a PTI (Parallel Trace Module) port. | 10 | * trace data coming from a HW Modem to a PTI (Parallel Trace Module) port. |
22 | * The solution is not specific to a HW modem and this line disciple can | 11 | * The solution is not specific to a HW modem and this line disciple can |
diff --git a/drivers/tty/n_tracesink.c b/drivers/tty/n_tracesink.c index f90709495c2f..d96ba82cc356 100644 --- a/drivers/tty/n_tracesink.c +++ b/drivers/tty/n_tracesink.c | |||
@@ -6,17 +6,6 @@ | |||
6 | * | 6 | * |
7 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 7 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 | ||
11 | * as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
19 | * | ||
20 | * The trace sink uses the Linux line discipline framework to receive | 9 | * The trace sink uses the Linux line discipline framework to receive |
21 | * trace data coming from the PTI source line discipline driver | 10 | * trace data coming from the PTI source line discipline driver |
22 | * to a user-desired tty port, like USB. | 11 | * to a user-desired tty port, like USB. |
diff --git a/drivers/tty/n_tracesink.h b/drivers/tty/n_tracesink.h index 2c9efd32f41b..1b846330c855 100644 --- a/drivers/tty/n_tracesink.h +++ b/drivers/tty/n_tracesink.h | |||
@@ -6,17 +6,6 @@ | |||
6 | * | 6 | * |
7 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 7 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 | ||
11 | * as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
19 | * | ||
20 | * The PTI (Parallel Trace Interface) driver directs trace data routed from | 9 | * The PTI (Parallel Trace Interface) driver directs trace data routed from |
21 | * various parts in the system out through the Intel Penwell PTI port and | 10 | * various parts in the system out through the Intel Penwell PTI port and |
22 | * out of the mobile device for analysis with a debugging tool | 11 | * out of the mobile device for analysis with a debugging tool |
diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c index 385b6a5161b2..427e0d5d8f13 100644 --- a/drivers/tty/n_tty.c +++ b/drivers/tty/n_tty.c | |||
@@ -16,9 +16,6 @@ | |||
16 | * This file also contains code originally written by Linus Torvalds, | 16 | * This file also contains code originally written by Linus Torvalds, |
17 | * Copyright 1991, 1992, 1993, and by Julian Cowley, Copyright 1994. | 17 | * Copyright 1991, 1992, 1993, and by Julian Cowley, Copyright 1994. |
18 | * | 18 | * |
19 | * This file may be redistributed under the terms of the GNU General Public | ||
20 | * License. | ||
21 | * | ||
22 | * Reduced memory usage for older ARM systems - Russell King. | 19 | * Reduced memory usage for older ARM systems - Russell King. |
23 | * | 20 | * |
24 | * 2000/01/20 Fixed SMP locking on put_tty_queue using bits of | 21 | * 2000/01/20 Fixed SMP locking on put_tty_queue using bits of |
diff --git a/drivers/tty/nozomi.c b/drivers/tty/nozomi.c index ec3e1b26b616..b57b35066ebe 100644 --- a/drivers/tty/nozomi.c +++ b/drivers/tty/nozomi.c | |||
@@ -22,20 +22,6 @@ | |||
22 | * Copyright (c) 2006 Option Wireless n/v | 22 | * Copyright (c) 2006 Option Wireless n/v |
23 | * All rights Reserved. | 23 | * All rights Reserved. |
24 | * | 24 | * |
25 | * This program is free software; you can redistribute it and/or modify | ||
26 | * it under the terms of the GNU General Public License as published by | ||
27 | * the Free Software Foundation; either version 2 of the License, or | ||
28 | * (at your option) any later version. | ||
29 | * | ||
30 | * This program is distributed in the hope that it will be useful, | ||
31 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
32 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
33 | * GNU General Public License for more details. | ||
34 | * | ||
35 | * You should have received a copy of the GNU General Public License | ||
36 | * along with this program; if not, write to the Free Software | ||
37 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
38 | * | ||
39 | * -------------------------------------------------------------------------- | 25 | * -------------------------------------------------------------------------- |
40 | */ | 26 | */ |
41 | 27 | ||
diff --git a/drivers/tty/rocket.c b/drivers/tty/rocket.c index 59cd4b218218..375afc3e6850 100644 --- a/drivers/tty/rocket.c +++ b/drivers/tty/rocket.c | |||
@@ -5,20 +5,6 @@ | |||
5 | * Written by Theodore Ts'o, 1995, 1996, 1997, 1998, 1999, 2000. | 5 | * Written by Theodore Ts'o, 1995, 1996, 1997, 1998, 1999, 2000. |
6 | * | 6 | * |
7 | * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2003 by Comtrol, Inc. | 7 | * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2003 by Comtrol, Inc. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License as | ||
11 | * published by the Free Software Foundation; either version 2 of the | ||
12 | * License, or (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * 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 | */ | 8 | */ |
23 | 9 | ||
24 | /* | 10 | /* |
diff --git a/drivers/tty/synclink.c b/drivers/tty/synclink.c index 15189ac3dcb8..f2c34d656144 100644 --- a/drivers/tty/synclink.c +++ b/drivers/tty/synclink.c | |||
@@ -14,8 +14,6 @@ | |||
14 | * | 14 | * |
15 | * Original release 01/11/99 | 15 | * Original release 01/11/99 |
16 | * | 16 | * |
17 | * This code is released under the GNU General Public License (GPL) | ||
18 | * | ||
19 | * This driver is primarily intended for use in synchronous | 17 | * This driver is primarily intended for use in synchronous |
20 | * HDLC mode. Asynchronous mode is also provided. | 18 | * HDLC mode. Asynchronous mode is also provided. |
21 | * | 19 | * |
diff --git a/drivers/tty/synclink_gt.c b/drivers/tty/synclink_gt.c index da9f2e56ee50..06a03731bba7 100644 --- a/drivers/tty/synclink_gt.c +++ b/drivers/tty/synclink_gt.c | |||
@@ -7,8 +7,6 @@ | |||
7 | * | 7 | * |
8 | * Microgate and SyncLink are trademarks of Microgate Corporation | 8 | * Microgate and SyncLink are trademarks of Microgate Corporation |
9 | * | 9 | * |
10 | * This code is released under the GNU General Public License (GPL) | ||
11 | * | ||
12 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED | 10 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED |
13 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 11 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
14 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 12 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
diff --git a/drivers/tty/synclinkmp.c b/drivers/tty/synclinkmp.c index 4cc73be504e3..d45f234e1914 100644 --- a/drivers/tty/synclinkmp.c +++ b/drivers/tty/synclinkmp.c | |||
@@ -11,7 +11,6 @@ | |||
11 | * Microgate and SyncLink are trademarks of Microgate Corporation | 11 | * Microgate and SyncLink are trademarks of Microgate Corporation |
12 | * | 12 | * |
13 | * Derived from serial.c written by Theodore Ts'o and Linus Torvalds | 13 | * Derived from serial.c written by Theodore Ts'o and Linus Torvalds |
14 | * This code is released under the GNU General Public License (GPL) | ||
15 | * | 14 | * |
16 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED | 15 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED |
17 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 16 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
diff --git a/drivers/tty/tty_audit.c b/drivers/tty/tty_audit.c index 30b92c461dea..e30aa6bf9ff9 100644 --- a/drivers/tty/tty_audit.c +++ b/drivers/tty/tty_audit.c | |||
@@ -2,10 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Creating audit events from TTY input. | 3 | * Creating audit events from TTY input. |
4 | * | 4 | * |
5 | * Copyright (C) 2007 Red Hat, Inc. All rights reserved. This copyrighted | 5 | * Copyright (C) 2007 Red Hat, Inc. All rights reserved. |
6 | * material is made available to anyone wishing to use, modify, copy, or | ||
7 | * redistribute it subject to the terms and conditions of the GNU General | ||
8 | * Public License v.2. | ||
9 | * | 6 | * |
10 | * Authors: Miloslav Trmac <mitr@redhat.com> | 7 | * Authors: Miloslav Trmac <mitr@redhat.com> |
11 | */ | 8 | */ |
diff --git a/drivers/tty/tty_ldsem.c b/drivers/tty/tty_ldsem.c index 3b403406d6f3..37a91b3df980 100644 --- a/drivers/tty/tty_ldsem.c +++ b/drivers/tty/tty_ldsem.c | |||
@@ -23,9 +23,6 @@ | |||
23 | * Michel Lespinasse <walken@google.com>. | 23 | * Michel Lespinasse <walken@google.com>. |
24 | * | 24 | * |
25 | * Copyright (C) 2013 Peter Hurley <peter@hurleysoftware.com> | 25 | * Copyright (C) 2013 Peter Hurley <peter@hurleysoftware.com> |
26 | * | ||
27 | * This file may be redistributed under the terms of the GNU General Public | ||
28 | * License v2. | ||
29 | */ | 26 | */ |
30 | 27 | ||
31 | #include <linux/list.h> | 28 | #include <linux/list.h> |