diff options
119 files changed, 2 insertions, 844 deletions
diff --git a/drivers/tty/serial/8250/8250.h b/drivers/tty/serial/8250/8250.h index 36e9ae190fc0..ebfb0bd5bef5 100644 --- a/drivers/tty/serial/8250/8250.h +++ b/drivers/tty/serial/8250/8250.h | |||
@@ -5,11 +5,6 @@ | |||
5 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. | 5 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. |
6 | * | 6 | * |
7 | * Copyright (C) 2001 Russell King. | 7 | * Copyright (C) 2001 Russell King. |
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 as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #include <linux/serial_8250.h> | 10 | #include <linux/serial_8250.h> |
diff --git a/drivers/tty/serial/8250/8250_accent.c b/drivers/tty/serial/8250/8250_accent.c index 2c11bc1f49c2..1691f1a57f89 100644 --- a/drivers/tty/serial/8250/8250_accent.c +++ b/drivers/tty/serial/8250/8250_accent.c | |||
@@ -2,10 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * Copyright (C) 2005 Russell King. | 3 | * Copyright (C) 2005 Russell King. |
4 | * Data taken from include/asm-i386/serial.h | 4 | * Data taken from include/asm-i386/serial.h |
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 | */ | 5 | */ |
10 | #include <linux/module.h> | 6 | #include <linux/module.h> |
11 | #include <linux/init.h> | 7 | #include <linux/init.h> |
diff --git a/drivers/tty/serial/8250/8250_acorn.c b/drivers/tty/serial/8250/8250_acorn.c index 5395343fcf15..758c4aa203ab 100644 --- a/drivers/tty/serial/8250/8250_acorn.c +++ b/drivers/tty/serial/8250/8250_acorn.c | |||
@@ -3,10 +3,6 @@ | |||
3 | * linux/drivers/serial/acorn.c | 3 | * linux/drivers/serial/acorn.c |
4 | * | 4 | * |
5 | * Copyright (C) 1996-2003 Russell King. | 5 | * Copyright (C) 1996-2003 Russell King. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 6 | */ |
11 | #include <linux/module.h> | 7 | #include <linux/module.h> |
12 | #include <linux/types.h> | 8 | #include <linux/types.h> |
diff --git a/drivers/tty/serial/8250/8250_aspeed_vuart.c b/drivers/tty/serial/8250/8250_aspeed_vuart.c index c468bcc4e638..74a408d9db24 100644 --- a/drivers/tty/serial/8250/8250_aspeed_vuart.c +++ b/drivers/tty/serial/8250/8250_aspeed_vuart.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2016 Jeremy Kerr <jk@ozlabs.org>, IBM Corp. | 5 | * Copyright (C) 2016 Jeremy Kerr <jk@ozlabs.org>, IBM Corp. |
6 | * Copyright (C) 2006 Arnd Bergmann <arnd@arndb.de>, IBM Corp. | 6 | * Copyright (C) 2006 Arnd Bergmann <arnd@arndb.de>, IBM Corp. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 7 | */ |
13 | #include <linux/device.h> | 8 | #include <linux/device.h> |
14 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/drivers/tty/serial/8250/8250_bcm2835aux.c b/drivers/tty/serial/8250/8250_bcm2835aux.c index 242ec1883768..bd53661103eb 100644 --- a/drivers/tty/serial/8250/8250_bcm2835aux.c +++ b/drivers/tty/serial/8250/8250_bcm2835aux.c | |||
@@ -6,11 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Based on 8250_lpc18xx.c: | 7 | * Based on 8250_lpc18xx.c: |
8 | * Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com> | 8 | * Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | */ | 9 | */ |
15 | 10 | ||
16 | #include <linux/clk.h> | 11 | #include <linux/clk.h> |
diff --git a/drivers/tty/serial/8250/8250_boca.c b/drivers/tty/serial/8250/8250_boca.c index 4123eb887020..a9b97c034653 100644 --- a/drivers/tty/serial/8250/8250_boca.c +++ b/drivers/tty/serial/8250/8250_boca.c | |||
@@ -2,10 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * Copyright (C) 2005 Russell King. | 3 | * Copyright (C) 2005 Russell King. |
4 | * Data taken from include/asm-i386/serial.h | 4 | * Data taken from include/asm-i386/serial.h |
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 | */ | 5 | */ |
10 | #include <linux/module.h> | 6 | #include <linux/module.h> |
11 | #include <linux/init.h> | 7 | #include <linux/init.h> |
diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c index 08db331c9718..d64afdd93872 100644 --- a/drivers/tty/serial/8250/8250_core.c +++ b/drivers/tty/serial/8250/8250_core.c | |||
@@ -12,11 +12,6 @@ | |||
12 | * userspace-configurable "phantom" ports | 12 | * userspace-configurable "phantom" ports |
13 | * "serial8250" platform devices | 13 | * "serial8250" platform devices |
14 | * serial8250_register_8250_port() ports | 14 | * serial8250_register_8250_port() ports |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License as published by | ||
18 | * the Free Software Foundation; either version 2 of the License, or | ||
19 | * (at your option) any later version. | ||
20 | */ | 15 | */ |
21 | 16 | ||
22 | #include <linux/module.h> | 17 | #include <linux/module.h> |
diff --git a/drivers/tty/serial/8250/8250_dma.c b/drivers/tty/serial/8250/8250_dma.c index fe9259330886..bfa1a857f3ff 100644 --- a/drivers/tty/serial/8250/8250_dma.c +++ b/drivers/tty/serial/8250/8250_dma.c | |||
@@ -3,11 +3,6 @@ | |||
3 | * 8250_dma.c - DMA Engine API support for 8250.c | 3 | * 8250_dma.c - DMA Engine API support for 8250.c |
4 | * | 4 | * |
5 | * Copyright (C) 2013 Intel Corporation | 5 | * Copyright (C) 2013 Intel Corporation |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | */ | 6 | */ |
12 | #include <linux/tty.h> | 7 | #include <linux/tty.h> |
13 | #include <linux/tty_flip.h> | 8 | #include <linux/tty_flip.h> |
diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c index 3b4bc4dd0a89..5bb0c42c88dd 100644 --- a/drivers/tty/serial/8250/8250_dw.c +++ b/drivers/tty/serial/8250/8250_dw.c | |||
@@ -5,11 +5,6 @@ | |||
5 | * Copyright 2011 Picochip, Jamie Iles. | 5 | * Copyright 2011 Picochip, Jamie Iles. |
6 | * Copyright 2013 Intel Corporation | 6 | * Copyright 2013 Intel Corporation |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * The Synopsys DesignWare 8250 has an extra feature whereby it detects if the | 8 | * The Synopsys DesignWare 8250 has an extra feature whereby it detects if the |
14 | * LCR is written whilst busy. If it is, then a busy detect interrupt is | 9 | * LCR is written whilst busy. If it is, then a busy detect interrupt is |
15 | * raised, the LCR needs to be rewritten and the uart status register read. | 10 | * raised, the LCR needs to be rewritten and the uart status register read. |
diff --git a/drivers/tty/serial/8250/8250_early.c b/drivers/tty/serial/8250/8250_early.c index 224f8c16612e..362c25ff188a 100644 --- a/drivers/tty/serial/8250/8250_early.c +++ b/drivers/tty/serial/8250/8250_early.c | |||
@@ -5,10 +5,6 @@ | |||
5 | * (c) Copyright 2004 Hewlett-Packard Development Company, L.P. | 5 | * (c) Copyright 2004 Hewlett-Packard Development Company, L.P. |
6 | * Bjorn Helgaas <bjorn.helgaas@hp.com> | 6 | * Bjorn Helgaas <bjorn.helgaas@hp.com> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * Based on the 8250.c serial driver, Copyright (C) 2001 Russell King, | 8 | * Based on the 8250.c serial driver, Copyright (C) 2001 Russell King, |
13 | * and on early_printk.c by Andi Kleen. | 9 | * and on early_printk.c by Andi Kleen. |
14 | * | 10 | * |
diff --git a/drivers/tty/serial/8250/8250_em.c b/drivers/tty/serial/8250/8250_em.c index 36355b365c51..f6a86f2bc4e5 100644 --- a/drivers/tty/serial/8250/8250_em.c +++ b/drivers/tty/serial/8250/8250_em.c | |||
@@ -3,19 +3,6 @@ | |||
3 | * Renesas Emma Mobile 8250 driver | 3 | * Renesas Emma Mobile 8250 driver |
4 | * | 4 | * |
5 | * Copyright (C) 2012 Magnus Damm | 5 | * Copyright (C) 2012 Magnus Damm |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License | ||
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 | * You should have received a copy of the GNU General Public License | ||
17 | * along with this program; if not, write to the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | 6 | */ |
20 | 7 | ||
21 | #include <linux/device.h> | 8 | #include <linux/device.h> |
diff --git a/drivers/tty/serial/8250/8250_exar.c b/drivers/tty/serial/8250/8250_exar.c index 4d668e202b56..a402878c9f30 100644 --- a/drivers/tty/serial/8250/8250_exar.c +++ b/drivers/tty/serial/8250/8250_exar.c | |||
@@ -5,10 +5,6 @@ | |||
5 | * Based on drivers/tty/serial/8250/8250_pci.c, | 5 | * Based on drivers/tty/serial/8250/8250_pci.c, |
6 | * | 6 | * |
7 | * Copyright (C) 2017 Sudip Mukherjee, All Rights Reserved. | 7 | * Copyright (C) 2017 Sudip Mukherjee, All Rights Reserved. |
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 as published by | ||
11 | * the Free Software Foundation; either version 2 of the License. | ||
12 | */ | 8 | */ |
13 | #include <linux/acpi.h> | 9 | #include <linux/acpi.h> |
14 | #include <linux/dmi.h> | 10 | #include <linux/dmi.h> |
diff --git a/drivers/tty/serial/8250/8250_exar_st16c554.c b/drivers/tty/serial/8250/8250_exar_st16c554.c index 0b1318b38cdf..933811ebfaac 100644 --- a/drivers/tty/serial/8250/8250_exar_st16c554.c +++ b/drivers/tty/serial/8250/8250_exar_st16c554.c | |||
@@ -5,10 +5,6 @@ | |||
5 | * | 5 | * |
6 | * Copyright (C) 2005 Russell King. | 6 | * Copyright (C) 2005 Russell King. |
7 | * Data taken from include/asm-i386/serial.h | 7 | * Data taken from include/asm-i386/serial.h |
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 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | #include <linux/module.h> | 9 | #include <linux/module.h> |
14 | #include <linux/init.h> | 10 | #include <linux/init.h> |
diff --git a/drivers/tty/serial/8250/8250_fintek.c b/drivers/tty/serial/8250/8250_fintek.c index 894763f2c69e..be7029f2391e 100644 --- a/drivers/tty/serial/8250/8250_fintek.c +++ b/drivers/tty/serial/8250/8250_fintek.c | |||
@@ -3,11 +3,6 @@ | |||
3 | * Probe for F81216A LPC to 4 UART | 3 | * Probe for F81216A LPC to 4 UART |
4 | * | 4 | * |
5 | * Copyright (C) 2014-2016 Ricardo Ribalda, Qtechnology A/S | 5 | * Copyright (C) 2014-2016 Ricardo Ribalda, Qtechnology A/S |
6 | * | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License. | ||
11 | */ | 6 | */ |
12 | #include <linux/module.h> | 7 | #include <linux/module.h> |
13 | #include <linux/pci.h> | 8 | #include <linux/pci.h> |
diff --git a/drivers/tty/serial/8250/8250_fourport.c b/drivers/tty/serial/8250/8250_fourport.c index 1d8e936a18b4..3215b9b7afde 100644 --- a/drivers/tty/serial/8250/8250_fourport.c +++ b/drivers/tty/serial/8250/8250_fourport.c | |||
@@ -2,10 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * Copyright (C) 2005 Russell King. | 3 | * Copyright (C) 2005 Russell King. |
4 | * Data taken from include/asm-i386/serial.h | 4 | * Data taken from include/asm-i386/serial.h |
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 | */ | 5 | */ |
10 | #include <linux/module.h> | 6 | #include <linux/module.h> |
11 | #include <linux/init.h> | 7 | #include <linux/init.h> |
diff --git a/drivers/tty/serial/8250/8250_fsl.c b/drivers/tty/serial/8250/8250_fsl.c index dafe7aa081b3..6640a4c7ddd1 100644 --- a/drivers/tty/serial/8250/8250_fsl.c +++ b/drivers/tty/serial/8250/8250_fsl.c | |||
@@ -7,10 +7,6 @@ | |||
7 | /* | 7 | /* |
8 | * Freescale 16550 UART "driver", Copyright (C) 2011 Paul Gortmaker. | 8 | * Freescale 16550 UART "driver", Copyright (C) 2011 Paul Gortmaker. |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | * This isn't a full driver; it just provides an alternate IRQ | 10 | * This isn't a full driver; it just provides an alternate IRQ |
15 | * handler to deal with an errata. Everything else is just | 11 | * handler to deal with an errata. Everything else is just |
16 | * using the bog standard 8250 support. | 12 | * using the bog standard 8250 support. |
diff --git a/drivers/tty/serial/8250/8250_gsc.c b/drivers/tty/serial/8250/8250_gsc.c index 8eea662d6987..0809ae2aa9b1 100644 --- a/drivers/tty/serial/8250/8250_gsc.c +++ b/drivers/tty/serial/8250/8250_gsc.c | |||
@@ -3,11 +3,6 @@ | |||
3 | * Serial Device Initialisation for Lasi/Asp/Wax/Dino | 3 | * Serial Device Initialisation for Lasi/Asp/Wax/Dino |
4 | * | 4 | * |
5 | * (c) Copyright Matthew Wilcox <willy@debian.org> 2001-2002 | 5 | * (c) Copyright Matthew Wilcox <willy@debian.org> 2001-2002 |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #include <linux/errno.h> | 8 | #include <linux/errno.h> |
diff --git a/drivers/tty/serial/8250/8250_hub6.c b/drivers/tty/serial/8250/8250_hub6.c index f75c89ec7ebc..273f59b9bca5 100644 --- a/drivers/tty/serial/8250/8250_hub6.c +++ b/drivers/tty/serial/8250/8250_hub6.c | |||
@@ -2,10 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * Copyright (C) 2005 Russell King. | 3 | * Copyright (C) 2005 Russell King. |
4 | * Data taken from include/asm-i386/serial.h | 4 | * Data taken from include/asm-i386/serial.h |
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 | */ | 5 | */ |
10 | #include <linux/module.h> | 6 | #include <linux/module.h> |
11 | #include <linux/init.h> | 7 | #include <linux/init.h> |
diff --git a/drivers/tty/serial/8250/8250_ingenic.c b/drivers/tty/serial/8250/8250_ingenic.c index 5c993a3af653..6af84900870e 100644 --- a/drivers/tty/serial/8250/8250_ingenic.c +++ b/drivers/tty/serial/8250/8250_ingenic.c | |||
@@ -4,15 +4,6 @@ | |||
4 | * Copyright (C) 2015 Imagination Technologies | 4 | * Copyright (C) 2015 Imagination Technologies |
5 | * | 5 | * |
6 | * Ingenic SoC UART support | 6 | * Ingenic SoC UART support |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along | ||
14 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
15 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #include <linux/clk.h> | 9 | #include <linux/clk.h> |
diff --git a/drivers/tty/serial/8250/8250_lpc18xx.c b/drivers/tty/serial/8250/8250_lpc18xx.c index e34011535a6a..eddf119374e1 100644 --- a/drivers/tty/serial/8250/8250_lpc18xx.c +++ b/drivers/tty/serial/8250/8250_lpc18xx.c | |||
@@ -7,11 +7,6 @@ | |||
7 | * Based on 8250_mtk.c: | 7 | * Based on 8250_mtk.c: |
8 | * Copyright (c) 2014 MundoReader S.L. | 8 | * Copyright (c) 2014 MundoReader S.L. |
9 | * Matthias Brugger <matthias.bgg@gmail.com> | 9 | * Matthias Brugger <matthias.bgg@gmail.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | * | ||
15 | */ | 10 | */ |
16 | 11 | ||
17 | #include <linux/clk.h> | 12 | #include <linux/clk.h> |
diff --git a/drivers/tty/serial/8250/8250_lpss.c b/drivers/tty/serial/8250/8250_lpss.c index f4b596da0a3d..98dbc796353f 100644 --- a/drivers/tty/serial/8250/8250_lpss.c +++ b/drivers/tty/serial/8250/8250_lpss.c | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2016 Intel Corporation | 5 | * Copyright (C) 2016 Intel Corporation |
6 | * Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 6 | * Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #include <linux/bitops.h> | 9 | #include <linux/bitops.h> |
diff --git a/drivers/tty/serial/8250/8250_mid.c b/drivers/tty/serial/8250/8250_mid.c index b6d326cab3ca..efa0515139f8 100644 --- a/drivers/tty/serial/8250/8250_mid.c +++ b/drivers/tty/serial/8250/8250_mid.c | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2015 Intel Corporation | 5 | * Copyright (C) 2015 Intel Corporation |
6 | * Author: Heikki Krogerus <heikki.krogerus@linux.intel.com> | 6 | * Author: Heikki Krogerus <heikki.krogerus@linux.intel.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #include <linux/bitops.h> | 9 | #include <linux/bitops.h> |
diff --git a/drivers/tty/serial/8250/8250_moxa.c b/drivers/tty/serial/8250/8250_moxa.c index da18dd62e608..1ee4cd94d4fa 100644 --- a/drivers/tty/serial/8250/8250_moxa.c +++ b/drivers/tty/serial/8250/8250_moxa.c | |||
@@ -3,10 +3,6 @@ | |||
3 | * 8250_moxa.c - MOXA Smartio/Industio MUE multiport serial driver. | 3 | * 8250_moxa.c - MOXA Smartio/Industio MUE multiport serial driver. |
4 | * | 4 | * |
5 | * Author: Mathieu OTHACEHE <m.othacehe@gmail.com> | 5 | * Author: Mathieu OTHACEHE <m.othacehe@gmail.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/tty/serial/8250/8250_mtk.c b/drivers/tty/serial/8250/8250_mtk.c index 34e0f5fc00ee..dd5e1cede2b5 100644 --- a/drivers/tty/serial/8250/8250_mtk.c +++ b/drivers/tty/serial/8250/8250_mtk.c | |||
@@ -4,16 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright (c) 2014 MundoReader S.L. | 5 | * Copyright (c) 2014 MundoReader S.L. |
6 | * Author: Matthias Brugger <matthias.bgg@gmail.com> | 6 | * Author: Matthias Brugger <matthias.bgg@gmail.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
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 | */ | 7 | */ |
18 | #include <linux/clk.h> | 8 | #include <linux/clk.h> |
19 | #include <linux/io.h> | 9 | #include <linux/io.h> |
diff --git a/drivers/tty/serial/8250/8250_of.c b/drivers/tty/serial/8250/8250_of.c index 851e5eb19b98..1e67a7e4a5fd 100644 --- a/drivers/tty/serial/8250/8250_of.c +++ b/drivers/tty/serial/8250/8250_of.c | |||
@@ -3,12 +3,6 @@ | |||
3 | * Serial Port driver for Open Firmware platform devices | 3 | * Serial Port driver for Open Firmware platform devices |
4 | * | 4 | * |
5 | * Copyright (C) 2006 Arnd Bergmann <arnd@arndb.de>, IBM Corp. | 5 | * Copyright (C) 2006 Arnd Bergmann <arnd@arndb.de>, IBM Corp. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; either version | ||
10 | * 2 of the License, or (at your option) any later version. | ||
11 | * | ||
12 | */ | 6 | */ |
13 | #include <linux/console.h> | 7 | #include <linux/console.h> |
14 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c index c8d6a11fdb51..b7e0e3416641 100644 --- a/drivers/tty/serial/8250/8250_pci.c +++ b/drivers/tty/serial/8250/8250_pci.c | |||
@@ -5,10 +5,6 @@ | |||
5 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. | 5 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. |
6 | * | 6 | * |
7 | * Copyright (C) 2001 Russell King, All Rights Reserved. | 7 | * Copyright (C) 2001 Russell King, All Rights Reserved. |
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 as published by | ||
11 | * the Free Software Foundation; either version 2 of the License. | ||
12 | */ | 8 | */ |
13 | #undef DEBUG | 9 | #undef DEBUG |
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/drivers/tty/serial/8250/8250_pnp.c b/drivers/tty/serial/8250/8250_pnp.c index b556f37b9ba9..431e69a5a6a0 100644 --- a/drivers/tty/serial/8250/8250_pnp.c +++ b/drivers/tty/serial/8250/8250_pnp.c | |||
@@ -7,10 +7,6 @@ | |||
7 | * Copyright (C) 2001 Russell King, All Rights Reserved. | 7 | * Copyright (C) 2001 Russell King, All Rights Reserved. |
8 | * | 8 | * |
9 | * Ported to the Linux PnP Layer - (C) Adam Belay. | 9 | * Ported to the Linux PnP Layer - (C) Adam Belay. |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License. | ||
14 | */ | 10 | */ |
15 | #include <linux/module.h> | 11 | #include <linux/module.h> |
16 | #include <linux/pci.h> | 12 | #include <linux/pci.h> |
diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c index 745eda69c918..11434551ac0a 100644 --- a/drivers/tty/serial/8250/8250_port.c +++ b/drivers/tty/serial/8250/8250_port.c | |||
@@ -5,11 +5,6 @@ | |||
5 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. | 5 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. |
6 | * Split from 8250_core.c, Copyright (C) 2001 Russell King. | 6 | * Split from 8250_core.c, Copyright (C) 2001 Russell King. |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * A note about mapbase / membase | 8 | * A note about mapbase / membase |
14 | * | 9 | * |
15 | * mapbase is the physical address of the IO port. | 10 | * mapbase is the physical address of the IO port. |
diff --git a/drivers/tty/serial/8250/8250_pxa.c b/drivers/tty/serial/8250/8250_pxa.c index 5ca660c04a9d..b9bcbe20a2be 100644 --- a/drivers/tty/serial/8250/8250_pxa.c +++ b/drivers/tty/serial/8250/8250_pxa.c | |||
@@ -8,12 +8,6 @@ | |||
8 | * Copyright: (C) 2003 Monta Vista Software, Inc. | 8 | * Copyright: (C) 2003 Monta Vista Software, Inc. |
9 | * | 9 | * |
10 | * Based on drivers/serial/8250.c by Russell King. | 10 | * Based on drivers/serial/8250.c by Russell King. |
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 | */ | 11 | */ |
18 | 12 | ||
19 | #include <linux/device.h> | 13 | #include <linux/device.h> |
diff --git a/drivers/tty/serial/8250/8250_uniphier.c b/drivers/tty/serial/8250/8250_uniphier.c index b4114f57d23a..45ef506293ae 100644 --- a/drivers/tty/serial/8250/8250_uniphier.c +++ b/drivers/tty/serial/8250/8250_uniphier.c | |||
@@ -1,16 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0+ | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | 2 | /* |
3 | * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com> | 3 | * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com> |
4 | * | ||
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 of the License, or | ||
8 | * (at your option) any later version. | ||
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 | */ | 4 | */ |
15 | 5 | ||
16 | #include <linux/clk.h> | 6 | #include <linux/clk.h> |
diff --git a/drivers/tty/serial/altera_jtaguart.c b/drivers/tty/serial/altera_jtaguart.c index ef444aff77c5..c90e503d6b57 100644 --- a/drivers/tty/serial/altera_jtaguart.c +++ b/drivers/tty/serial/altera_jtaguart.c | |||
@@ -7,11 +7,6 @@ | |||
7 | * (C) Copyright 2003-2007, Greg Ungerer <gerg@snapgear.com> | 7 | * (C) Copyright 2003-2007, Greg Ungerer <gerg@snapgear.com> |
8 | * (C) Copyright 2008, Thomas Chou <thomas@wytron.com.tw> | 8 | * (C) Copyright 2008, Thomas Chou <thomas@wytron.com.tw> |
9 | * (C) Copyright 2010, Tobias Klauser <tklauser@distanz.ch> | 9 | * (C) Copyright 2010, Tobias Klauser <tklauser@distanz.ch> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | */ | 10 | */ |
16 | 11 | ||
17 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
diff --git a/drivers/tty/serial/altera_uart.c b/drivers/tty/serial/altera_uart.c index f1efcfc65a1e..b88b05f8e81e 100644 --- a/drivers/tty/serial/altera_uart.c +++ b/drivers/tty/serial/altera_uart.c | |||
@@ -7,11 +7,6 @@ | |||
7 | * (C) Copyright 2003-2007, Greg Ungerer <gerg@snapgear.com> | 7 | * (C) Copyright 2003-2007, Greg Ungerer <gerg@snapgear.com> |
8 | * (C) Copyright 2008, Thomas Chou <thomas@wytron.com.tw> | 8 | * (C) Copyright 2008, Thomas Chou <thomas@wytron.com.tw> |
9 | * (C) Copyright 2010, Tobias Klauser <tklauser@distanz.ch> | 9 | * (C) Copyright 2010, Tobias Klauser <tklauser@distanz.ch> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | */ | 10 | */ |
16 | 11 | ||
17 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
diff --git a/drivers/tty/serial/amba-pl010.c b/drivers/tty/serial/amba-pl010.c index a64a20c8e28b..2c37d11726ab 100644 --- a/drivers/tty/serial/amba-pl010.c +++ b/drivers/tty/serial/amba-pl010.c | |||
@@ -7,20 +7,6 @@ | |||
7 | * Copyright 1999 ARM Limited | 7 | * Copyright 1999 ARM Limited |
8 | * Copyright (C) 2000 Deep Blue Solutions Ltd. | 8 | * Copyright (C) 2000 Deep Blue Solutions Ltd. |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, | ||
16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
18 | * GNU General Public License for more details. | ||
19 | * | ||
20 | * You should have received a copy of the GNU General Public License | ||
21 | * along with this program; if not, write to the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | * | ||
24 | * This is a generic driver for ARM AMBA-type serial ports. They | 10 | * This is a generic driver for ARM AMBA-type serial ports. They |
25 | * have a lot of 16550-like features, but are not register compatible. | 11 | * have a lot of 16550-like features, but are not register compatible. |
26 | * Note that although they do have CTS, DCD and DSR inputs, they do | 12 | * Note that although they do have CTS, DCD and DSR inputs, they do |
diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c index dac3a1138e45..04af8de8617e 100644 --- a/drivers/tty/serial/amba-pl011.c +++ b/drivers/tty/serial/amba-pl011.c | |||
@@ -8,20 +8,6 @@ | |||
8 | * Copyright (C) 2000 Deep Blue Solutions Ltd. | 8 | * Copyright (C) 2000 Deep Blue Solutions Ltd. |
9 | * Copyright (C) 2010 ST-Ericsson SA | 9 | * Copyright (C) 2010 ST-Ericsson SA |
10 | * | 10 | * |
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | * | ||
21 | * You should have received a copy of the GNU General Public License | ||
22 | * along with this program; if not, write to the Free Software | ||
23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
24 | * | ||
25 | * This is a generic driver for ARM AMBA-type serial ports. They | 11 | * This is a generic driver for ARM AMBA-type serial ports. They |
26 | * have a lot of 16550-like features, but are not register compatible. | 12 | * have a lot of 16550-like features, but are not register compatible. |
27 | * Note that although they do have CTS, DCD and DSR inputs, they do | 13 | * Note that although they do have CTS, DCD and DSR inputs, they do |
diff --git a/drivers/tty/serial/ar933x_uart.c b/drivers/tty/serial/ar933x_uart.c index 15cd1a3ea6bf..db5df3d54818 100644 --- a/drivers/tty/serial/ar933x_uart.c +++ b/drivers/tty/serial/ar933x_uart.c | |||
@@ -5,10 +5,6 @@ | |||
5 | * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> | 5 | * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> |
6 | * | 6 | * |
7 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. | 7 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License version 2 as published | ||
11 | * by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/drivers/tty/serial/arc_uart.c b/drivers/tty/serial/arc_uart.c index 54d979ba4657..2599f9ecccfe 100644 --- a/drivers/tty/serial/arc_uart.c +++ b/drivers/tty/serial/arc_uart.c | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2010-2012 Synopsys, Inc. (www.synopsys.com) | 5 | * Copyright (C) 2010-2012 Synopsys, Inc. (www.synopsys.com) |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * vineetg: July 10th 2012 | 7 | * vineetg: July 10th 2012 |
12 | * -Decoupled the driver from arch/arc | 8 | * -Decoupled the driver from arch/arc |
13 | * +Using platform_get_resource() for irq/membase (thx to bfin_uart.c) | 9 | * +Using platform_get_resource() for irq/membase (thx to bfin_uart.c) |
diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c index a4baa0fdaa16..efa25611ca0c 100644 --- a/drivers/tty/serial/atmel_serial.c +++ b/drivers/tty/serial/atmel_serial.c | |||
@@ -7,21 +7,6 @@ | |||
7 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. | 7 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. |
8 | * | 8 | * |
9 | * DMA support added by Chip Coldwell. | 9 | * DMA support added by Chip Coldwell. |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | * | ||
21 | * You should have received a copy of the GNU General Public License | ||
22 | * along with this program; if not, write to the Free Software | ||
23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
24 | * | ||
25 | */ | 10 | */ |
26 | #include <linux/tty.h> | 11 | #include <linux/tty.h> |
27 | #include <linux/ioport.h> | 12 | #include <linux/ioport.h> |
diff --git a/drivers/tty/serial/atmel_serial.h b/drivers/tty/serial/atmel_serial.h index b4e0e57a0a79..ba3a2437cde4 100644 --- a/drivers/tty/serial/atmel_serial.h +++ b/drivers/tty/serial/atmel_serial.h | |||
@@ -7,11 +7,6 @@ | |||
7 | * | 7 | * |
8 | * USART registers. | 8 | * USART registers. |
9 | * Based on AT91RM9200 datasheet revision E. | 9 | * Based on AT91RM9200 datasheet revision E. |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | */ | 10 | */ |
16 | 11 | ||
17 | #ifndef ATMEL_SERIAL_H | 12 | #ifndef ATMEL_SERIAL_H |
diff --git a/drivers/tty/serial/bcm63xx_uart.c b/drivers/tty/serial/bcm63xx_uart.c index 474652d26c71..9d1b7bf7378c 100644 --- a/drivers/tty/serial/bcm63xx_uart.c +++ b/drivers/tty/serial/bcm63xx_uart.c | |||
@@ -1,9 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | 2 | /* |
3 | * This file is subject to the terms and conditions of the GNU General Public | ||
4 | * License. See the file "COPYING" in the main directory of this archive | ||
5 | * for more details. | ||
6 | * | ||
7 | * Derived from many drivers using generic_serial interface. | 3 | * Derived from many drivers using generic_serial interface. |
8 | * | 4 | * |
9 | * Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr> | 5 | * Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr> |
diff --git a/drivers/tty/serial/bfin_sport_uart.c b/drivers/tty/serial/bfin_sport_uart.c index 3401d9d36786..4ccca5d22f4f 100644 --- a/drivers/tty/serial/bfin_sport_uart.c +++ b/drivers/tty/serial/bfin_sport_uart.c | |||
@@ -5,8 +5,6 @@ | |||
5 | * Copyright 2006-2009 Analog Devices Inc. | 5 | * Copyright 2006-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 | /* | 10 | /* |
diff --git a/drivers/tty/serial/bfin_sport_uart.h b/drivers/tty/serial/bfin_sport_uart.h index 6d9237bb7192..4b12f45d6580 100644 --- a/drivers/tty/serial/bfin_sport_uart.h +++ b/drivers/tty/serial/bfin_sport_uart.h | |||
@@ -5,8 +5,6 @@ | |||
5 | * Copyright 2006-2008 Analog Devices Inc. | 5 | * Copyright 2006-2008 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 | /* | 10 | /* |
diff --git a/drivers/tty/serial/bfin_uart.c b/drivers/tty/serial/bfin_uart.c index ca8e42ec4aaf..4755fa696321 100644 --- a/drivers/tty/serial/bfin_uart.c +++ b/drivers/tty/serial/bfin_uart.c | |||
@@ -5,8 +5,6 @@ | |||
5 | * Copyright 2006-2011 Analog Devices Inc. | 5 | * Copyright 2006-2011 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 | #if defined(CONFIG_SERIAL_BFIN_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 10 | #if defined(CONFIG_SERIAL_BFIN_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/clps711x.c b/drivers/tty/serial/clps711x.c index 64d58f2765cc..98f193a83392 100644 --- a/drivers/tty/serial/clps711x.c +++ b/drivers/tty/serial/clps711x.c | |||
@@ -6,11 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Copyright 1999 ARM Limited | 7 | * Copyright 1999 ARM Limited |
8 | * Copyright (C) 2000 Deep Blue Solutions Ltd. | 8 | * Copyright (C) 2000 Deep Blue Solutions Ltd. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | */ | 9 | */ |
15 | 10 | ||
16 | #if defined(CONFIG_SERIAL_CLPS711X_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 11 | #if defined(CONFIG_SERIAL_CLPS711X_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/cpm_uart/cpm_uart.h b/drivers/tty/serial/cpm_uart/cpm_uart.h index 79f1d1128c5a..9f175a92fb5d 100644 --- a/drivers/tty/serial/cpm_uart/cpm_uart.h +++ b/drivers/tty/serial/cpm_uart/cpm_uart.h | |||
@@ -6,11 +6,6 @@ | |||
6 | * | 6 | * |
7 | * 2006 (c) MontaVista Software, Inc. | 7 | * 2006 (c) MontaVista Software, Inc. |
8 | * Vitaly Bordug <vbordug@ru.mvista.com> | 8 | * Vitaly Bordug <vbordug@ru.mvista.com> |
9 | * | ||
10 | * This file is licensed under the terms of the GNU General Public License | ||
11 | * version 2. This program is licensed "as is" without any warranty of any | ||
12 | * kind, whether express or implied. | ||
13 | * | ||
14 | */ | 9 | */ |
15 | #ifndef CPM_UART_H | 10 | #ifndef CPM_UART_H |
16 | #define CPM_UART_H | 11 | #define CPM_UART_H |
diff --git a/drivers/tty/serial/cpm_uart/cpm_uart_core.c b/drivers/tty/serial/cpm_uart/cpm_uart_core.c index a98d3ab37fac..24a5f05e769b 100644 --- a/drivers/tty/serial/cpm_uart/cpm_uart_core.c +++ b/drivers/tty/serial/cpm_uart/cpm_uart_core.c | |||
@@ -13,21 +13,6 @@ | |||
13 | * (C) 2004 Intracom, S.A. | 13 | * (C) 2004 Intracom, S.A. |
14 | * (C) 2005-2006 MontaVista Software, Inc. | 14 | * (C) 2005-2006 MontaVista Software, Inc. |
15 | * Vitaly Bordug <vbordug@ru.mvista.com> | 15 | * Vitaly Bordug <vbordug@ru.mvista.com> |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or modify | ||
18 | * it under the terms of the GNU General Public License as published by | ||
19 | * the Free Software Foundation; either version 2 of the License, or | ||
20 | * (at your option) any later version. | ||
21 | * | ||
22 | * This program is distributed in the hope that it will be useful, | ||
23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
25 | * GNU General Public License for more details. | ||
26 | * | ||
27 | * You should have received a copy of the GNU General Public License | ||
28 | * along with this program; if not, write to the Free Software | ||
29 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
30 | * | ||
31 | */ | 16 | */ |
32 | 17 | ||
33 | #include <linux/module.h> | 18 | #include <linux/module.h> |
diff --git a/drivers/tty/serial/cpm_uart/cpm_uart_cpm1.c b/drivers/tty/serial/cpm_uart/cpm_uart_cpm1.c index 31e952fd98d0..4eba17f3d293 100644 --- a/drivers/tty/serial/cpm_uart/cpm_uart_cpm1.c +++ b/drivers/tty/serial/cpm_uart/cpm_uart_cpm1.c | |||
@@ -9,21 +9,6 @@ | |||
9 | * (C) 2004 Intracom, S.A. | 9 | * (C) 2004 Intracom, S.A. |
10 | * (C) 2006 MontaVista Software, Inc. | 10 | * (C) 2006 MontaVista Software, Inc. |
11 | * Vitaly Bordug <vbordug@ru.mvista.com> | 11 | * Vitaly Bordug <vbordug@ru.mvista.com> |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
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 | * You should have received a copy of the GNU General Public License | ||
24 | * along with this program; if not, write to the Free Software | ||
25 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
26 | * | ||
27 | */ | 12 | */ |
28 | 13 | ||
29 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c b/drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c index 84f7c8d32ab3..e3bff068dc3c 100644 --- a/drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c +++ b/drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c | |||
@@ -9,21 +9,6 @@ | |||
9 | * (C) 2004 Intracom, S.A. | 9 | * (C) 2004 Intracom, S.A. |
10 | * (C) 2006 MontaVista Software, Inc. | 10 | * (C) 2006 MontaVista Software, Inc. |
11 | * Vitaly Bordug <vbordug@ru.mvista.com> | 11 | * Vitaly Bordug <vbordug@ru.mvista.com> |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
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 | * You should have received a copy of the GNU General Public License | ||
24 | * along with this program; if not, write to the Free Software | ||
25 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
26 | * | ||
27 | */ | 12 | */ |
28 | 13 | ||
29 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/drivers/tty/serial/digicolor-usart.c b/drivers/tty/serial/digicolor-usart.c index c38a16381ff3..f460cca139e2 100644 --- a/drivers/tty/serial/digicolor-usart.c +++ b/drivers/tty/serial/digicolor-usart.c | |||
@@ -5,11 +5,6 @@ | |||
5 | * Author: Baruch Siach <baruch@tkos.co.il> | 5 | * Author: Baruch Siach <baruch@tkos.co.il> |
6 | * | 6 | * |
7 | * Copyright (C) 2014 Paradox Innovation Ltd. | 7 | * Copyright (C) 2014 Paradox Innovation Ltd. |
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 as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/drivers/tty/serial/earlycon-arm-semihost.c b/drivers/tty/serial/earlycon-arm-semihost.c index 84780c17a889..fa096c10b591 100644 --- a/drivers/tty/serial/earlycon-arm-semihost.c +++ b/drivers/tty/serial/earlycon-arm-semihost.c | |||
@@ -6,18 +6,6 @@ | |||
6 | * Adapted for ARM and earlycon: | 6 | * Adapted for ARM and earlycon: |
7 | * Copyright (C) 2014 Linaro Ltd. | 7 | * Copyright (C) 2014 Linaro Ltd. |
8 | * Author: Rob Herring <robh@kernel.org> | 8 | * Author: Rob Herring <robh@kernel.org> |
9 | * | ||
10 | * This program is free software: you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
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, see <http://www.gnu.org/licenses/>. | ||
21 | */ | 9 | */ |
22 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
23 | #include <linux/console.h> | 11 | #include <linux/console.h> |
diff --git a/drivers/tty/serial/earlycon.c b/drivers/tty/serial/earlycon.c index 00d24fd211c0..4c8b80f1c688 100644 --- a/drivers/tty/serial/earlycon.c +++ b/drivers/tty/serial/earlycon.c | |||
@@ -6,10 +6,6 @@ | |||
6 | * Based on 8250 earlycon: | 6 | * Based on 8250 earlycon: |
7 | * (c) Copyright 2004 Hewlett-Packard Development Company, L.P. | 7 | * (c) Copyright 2004 Hewlett-Packard Development Company, L.P. |
8 | * Bjorn Helgaas <bjorn.helgaas@hp.com> | 8 | * Bjorn Helgaas <bjorn.helgaas@hp.com> |
9 | * | ||
10 | * This program is free software: you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 11 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/tty/serial/fsl_lpuart.c b/drivers/tty/serial/fsl_lpuart.c index 6652af2be6fc..c84e6f0db54e 100644 --- a/drivers/tty/serial/fsl_lpuart.c +++ b/drivers/tty/serial/fsl_lpuart.c | |||
@@ -3,11 +3,6 @@ | |||
3 | * Freescale lpuart serial port driver | 3 | * Freescale lpuart serial port driver |
4 | * | 4 | * |
5 | * Copyright 2012-2014 Freescale Semiconductor, Inc. | 5 | * Copyright 2012-2014 Freescale Semiconductor, Inc. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #if defined(CONFIG_SERIAL_FSL_LPUART_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 8 | #if defined(CONFIG_SERIAL_FSL_LPUART_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/icom.c b/drivers/tty/serial/icom.c index a8fd690fbf29..ad374f7c476d 100644 --- a/drivers/tty/serial/icom.c +++ b/drivers/tty/serial/icom.c | |||
@@ -7,21 +7,6 @@ | |||
7 | * Serial device driver. | 7 | * Serial device driver. |
8 | * | 8 | * |
9 | * Based on code from serial.c | 9 | * Based on code from serial.c |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | * | ||
21 | * You should have received a copy of the GNU General Public License | ||
22 | * along with this program; if not, write to the Free Software | ||
23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
24 | * | ||
25 | */ | 10 | */ |
26 | #include <linux/module.h> | 11 | #include <linux/module.h> |
27 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
diff --git a/drivers/tty/serial/icom.h b/drivers/tty/serial/icom.h index da6a38967d2f..8a77e739b333 100644 --- a/drivers/tty/serial/icom.h +++ b/drivers/tty/serial/icom.h | |||
@@ -5,20 +5,6 @@ | |||
5 | * Copyright (C) 2001 Michael Anderson, IBM Corporation | 5 | * Copyright (C) 2001 Michael Anderson, IBM Corporation |
6 | * | 6 | * |
7 | * Serial device driver include file. | 7 | * Serial device driver include file. |
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 as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #include <linux/serial_core.h> | 10 | #include <linux/serial_core.h> |
diff --git a/drivers/tty/serial/ifx6x60.c b/drivers/tty/serial/ifx6x60.c index 7075184fa25b..473f4f81d690 100644 --- a/drivers/tty/serial/ifx6x60.c +++ b/drivers/tty/serial/ifx6x60.c | |||
@@ -11,20 +11,6 @@ | |||
11 | * Copyright (C) 2009, 2010 Intel Corp | 11 | * Copyright (C) 2009, 2010 Intel Corp |
12 | * Russ Gorby <russ.gorby@intel.com> | 12 | * Russ Gorby <russ.gorby@intel.com> |
13 | * | 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 as | ||
16 | * 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 | * You should have received a copy of the GNU General Public License | ||
24 | * along with this program; if not, write to the Free Software | ||
25 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, | ||
26 | * USA | ||
27 | * | ||
28 | * Driver modified by Intel from Option gtm501l_spi.c | 14 | * Driver modified by Intel from Option gtm501l_spi.c |
29 | * | 15 | * |
30 | * Notes | 16 | * Notes |
diff --git a/drivers/tty/serial/ifx6x60.h b/drivers/tty/serial/ifx6x60.h index a5346e7672c0..c5a2514212ff 100644 --- a/drivers/tty/serial/ifx6x60.h +++ b/drivers/tty/serial/ifx6x60.h | |||
@@ -6,23 +6,6 @@ | |||
6 | * Copyright (C) 2009, 2010 Intel Corp | 6 | * Copyright (C) 2009, 2010 Intel Corp |
7 | * Jim Stanley <jim.stanley@intel.com> | 7 | * Jim Stanley <jim.stanley@intel.com> |
8 | * | 8 | * |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, | ||
22 | * USA | ||
23 | * | ||
24 | * | ||
25 | * | ||
26 | *****************************************************************************/ | 9 | *****************************************************************************/ |
27 | #ifndef _IFX6X60_H | 10 | #ifndef _IFX6X60_H |
28 | #define _IFX6X60_H | 11 | #define _IFX6X60_H |
diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c index 9d3a19b8b69a..a67a606c38eb 100644 --- a/drivers/tty/serial/imx.c +++ b/drivers/tty/serial/imx.c | |||
@@ -6,16 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Author: Sascha Hauer <sascha@saschahauer.de> | 7 | * Author: Sascha Hauer <sascha@saschahauer.de> |
8 | * Copyright (C) 2004 Pengutronix | 8 | * Copyright (C) 2004 Pengutronix |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, | ||
16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
18 | * GNU General Public License for more details. | ||
19 | */ | 9 | */ |
20 | 10 | ||
21 | #if defined(CONFIG_SERIAL_IMX_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 11 | #if defined(CONFIG_SERIAL_IMX_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/ioc3_serial.c b/drivers/tty/serial/ioc3_serial.c index fcc4bc85dab4..d8a1cdd6a53d 100644 --- a/drivers/tty/serial/ioc3_serial.c +++ b/drivers/tty/serial/ioc3_serial.c | |||
@@ -1,9 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | 2 | /* |
3 | * This file is subject to the terms and conditions of the GNU General Public | ||
4 | * License. See the file "COPYING" in the main directory of this archive | ||
5 | * for more details. | ||
6 | * | ||
7 | * Copyright (C) 2005 Silicon Graphics, Inc. All Rights Reserved. | 3 | * Copyright (C) 2005 Silicon Graphics, Inc. All Rights Reserved. |
8 | */ | 4 | */ |
9 | 5 | ||
diff --git a/drivers/tty/serial/ioc4_serial.c b/drivers/tty/serial/ioc4_serial.c index 8804faad5294..db5b979e5a0c 100644 --- a/drivers/tty/serial/ioc4_serial.c +++ b/drivers/tty/serial/ioc4_serial.c | |||
@@ -1,9 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | 2 | /* |
3 | * This file is subject to the terms and conditions of the GNU General Public | ||
4 | * License. See the file "COPYING" in the main directory of this archive | ||
5 | * for more details. | ||
6 | * | ||
7 | * Copyright (C) 2003-2006 Silicon Graphics, Inc. All Rights Reserved. | 3 | * Copyright (C) 2003-2006 Silicon Graphics, Inc. All Rights Reserved. |
8 | */ | 4 | */ |
9 | 5 | ||
diff --git a/drivers/tty/serial/jsm/jsm.h b/drivers/tty/serial/jsm/jsm.h index 588080b05b07..7a128aaa3a66 100644 --- a/drivers/tty/serial/jsm/jsm.h +++ b/drivers/tty/serial/jsm/jsm.h | |||
@@ -4,16 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2004 IBM Corporation. All rights reserved. | 5 | * Copyright (C) 2004 IBM Corporation. All rights reserved. |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED; without even the | ||
14 | * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | ||
15 | * PURPOSE. See the GNU General Public License for more details. | ||
16 | * | ||
17 | * Contact Information: | 7 | * Contact Information: |
18 | * Scott H Kilau <Scott_Kilau@digi.com> | 8 | * Scott H Kilau <Scott_Kilau@digi.com> |
19 | * Wendy Xiong <wendyx@us.ibm.com> | 9 | * Wendy Xiong <wendyx@us.ibm.com> |
diff --git a/drivers/tty/serial/jsm/jsm_cls.c b/drivers/tty/serial/jsm/jsm_cls.c index 74793234e002..c061a7b7bd23 100644 --- a/drivers/tty/serial/jsm/jsm_cls.c +++ b/drivers/tty/serial/jsm/jsm_cls.c | |||
@@ -3,16 +3,6 @@ | |||
3 | * Copyright 2003 Digi International (www.digi.com) | 3 | * Copyright 2003 Digi International (www.digi.com) |
4 | * Scott H Kilau <Scott_Kilau at digi dot com> | 4 | * Scott H Kilau <Scott_Kilau at digi dot com> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED; without even the | ||
13 | * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | ||
14 | * PURPOSE. See the GNU General Public License for more details. | ||
15 | * | ||
16 | * NOTE TO LINUX KERNEL HACKERS: DO NOT REFORMAT THIS CODE! | 6 | * NOTE TO LINUX KERNEL HACKERS: DO NOT REFORMAT THIS CODE! |
17 | * | 7 | * |
18 | * This is shared code between Digi's CVS archive and the | 8 | * This is shared code between Digi's CVS archive and the |
diff --git a/drivers/tty/serial/jsm/jsm_driver.c b/drivers/tty/serial/jsm/jsm_driver.c index 0ede8673f5be..592e51d8944e 100644 --- a/drivers/tty/serial/jsm/jsm_driver.c +++ b/drivers/tty/serial/jsm/jsm_driver.c | |||
@@ -4,16 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2004 IBM Corporation. All rights reserved. | 5 | * Copyright (C) 2004 IBM Corporation. All rights reserved. |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED; without even the | ||
14 | * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | ||
15 | * PURPOSE. See the GNU General Public License for more details. | ||
16 | * | ||
17 | * Contact Information: | 7 | * Contact Information: |
18 | * Scott H Kilau <Scott_Kilau@digi.com> | 8 | * Scott H Kilau <Scott_Kilau@digi.com> |
19 | * Wendy Xiong <wendyx@us.ibm.com> | 9 | * Wendy Xiong <wendyx@us.ibm.com> |
diff --git a/drivers/tty/serial/jsm/jsm_neo.c b/drivers/tty/serial/jsm/jsm_neo.c index b28a0a478d64..4718560b8fdc 100644 --- a/drivers/tty/serial/jsm/jsm_neo.c +++ b/drivers/tty/serial/jsm/jsm_neo.c | |||
@@ -4,16 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2004 IBM Corporation. All rights reserved. | 5 | * Copyright (C) 2004 IBM Corporation. All rights reserved. |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED; without even the | ||
14 | * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | ||
15 | * PURPOSE. See the GNU General Public License for more details. | ||
16 | * | ||
17 | * Contact Information: | 7 | * Contact Information: |
18 | * Scott H Kilau <Scott_Kilau@digi.com> | 8 | * Scott H Kilau <Scott_Kilau@digi.com> |
19 | * Wendy Xiong <wendyx@us.ibm.com> | 9 | * Wendy Xiong <wendyx@us.ibm.com> |
diff --git a/drivers/tty/serial/jsm/jsm_tty.c b/drivers/tty/serial/jsm/jsm_tty.c index 251e00ea6b44..469927d37b41 100644 --- a/drivers/tty/serial/jsm/jsm_tty.c +++ b/drivers/tty/serial/jsm/jsm_tty.c | |||
@@ -4,16 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2004 IBM Corporation. All rights reserved. | 5 | * Copyright (C) 2004 IBM Corporation. All rights reserved. |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED; without even the | ||
14 | * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | ||
15 | * PURPOSE. See the GNU General Public License for more details. | ||
16 | * | ||
17 | * Contact Information: | 7 | * Contact Information: |
18 | * Scott H Kilau <Scott_Kilau@digi.com> | 8 | * Scott H Kilau <Scott_Kilau@digi.com> |
19 | * Ananda Venkatarman <mansarov@us.ibm.com> | 9 | * Ananda Venkatarman <mansarov@us.ibm.com> |
diff --git a/drivers/tty/serial/kgdb_nmi.c b/drivers/tty/serial/kgdb_nmi.c index b908d4a24de5..ed2b03058627 100644 --- a/drivers/tty/serial/kgdb_nmi.c +++ b/drivers/tty/serial/kgdb_nmi.c | |||
@@ -7,10 +7,6 @@ | |||
7 | * Colin Cross <ccross@android.com> | 7 | * Colin Cross <ccross@android.com> |
8 | * Copyright 2012 Linaro Ltd. | 8 | * Copyright 2012 Linaro Ltd. |
9 | * Anton Vorontsov <anton.vorontsov@linaro.org> | 9 | * Anton Vorontsov <anton.vorontsov@linaro.org> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License version 2 as published | ||
13 | * by the Free Software Foundation. | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
diff --git a/drivers/tty/serial/kgdboc.c b/drivers/tty/serial/kgdboc.c index 62d162ae7610..ddb46fa2d07f 100644 --- a/drivers/tty/serial/kgdboc.c +++ b/drivers/tty/serial/kgdboc.c | |||
@@ -7,10 +7,6 @@ | |||
7 | * Maintainer: Jason Wessel <jason.wessel@windriver.com> | 7 | * Maintainer: Jason Wessel <jason.wessel@windriver.com> |
8 | * | 8 | * |
9 | * 2007-2008 (c) Jason Wessel - Wind River Systems, Inc. | 9 | * 2007-2008 (c) Jason Wessel - Wind River Systems, Inc. |
10 | * | ||
11 | * This file is licensed under the terms of the GNU General Public | ||
12 | * License version 2. This program is licensed "as is" without any | ||
13 | * warranty of any kind, whether express or implied. | ||
14 | */ | 10 | */ |
15 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
16 | #include <linux/ctype.h> | 12 | #include <linux/ctype.h> |
diff --git a/drivers/tty/serial/lantiq.c b/drivers/tty/serial/lantiq.c index 868abff3db32..044128277248 100644 --- a/drivers/tty/serial/lantiq.c +++ b/drivers/tty/serial/lantiq.c | |||
@@ -2,19 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. | 3 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | * | ||
18 | * Copyright (C) 2004 Infineon IFAP DC COM CPE | 5 | * Copyright (C) 2004 Infineon IFAP DC COM CPE |
19 | * Copyright (C) 2007 Felix Fietkau <nbd@openwrt.org> | 6 | * Copyright (C) 2007 Felix Fietkau <nbd@openwrt.org> |
20 | * Copyright (C) 2007 John Crispin <john@phrozen.org> | 7 | * Copyright (C) 2007 John Crispin <john@phrozen.org> |
diff --git a/drivers/tty/serial/lpc32xx_hs.c b/drivers/tty/serial/lpc32xx_hs.c index 8b58256ec776..d1d73261575b 100644 --- a/drivers/tty/serial/lpc32xx_hs.c +++ b/drivers/tty/serial/lpc32xx_hs.c | |||
@@ -7,16 +7,6 @@ | |||
7 | * | 7 | * |
8 | * Copyright (C) 2010 NXP Semiconductors | 8 | * Copyright (C) 2010 NXP Semiconductors |
9 | * Copyright (C) 2012 Roland Stigge | 9 | * Copyright (C) 2012 Roland Stigge |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | */ | 10 | */ |
21 | 11 | ||
22 | #include <linux/module.h> | 12 | #include <linux/module.h> |
diff --git a/drivers/tty/serial/m32r_sio.c b/drivers/tty/serial/m32r_sio.c index 62fdeabf8fb6..7b83a8aab495 100644 --- a/drivers/tty/serial/m32r_sio.c +++ b/drivers/tty/serial/m32r_sio.c | |||
@@ -9,11 +9,6 @@ | |||
9 | * | 9 | * |
10 | * Copyright (C) 2001 Russell King. | 10 | * Copyright (C) 2001 Russell King. |
11 | * Copyright (C) 2004 Hirokazu Takata <takata at linux-m32r.org> | 11 | * Copyright (C) 2004 Hirokazu Takata <takata at linux-m32r.org> |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | */ | 12 | */ |
18 | 13 | ||
19 | /* | 14 | /* |
diff --git a/drivers/tty/serial/m32r_sio_reg.h b/drivers/tty/serial/m32r_sio_reg.h index 0fd9727edec3..6eed48828f94 100644 --- a/drivers/tty/serial/m32r_sio_reg.h +++ b/drivers/tty/serial/m32r_sio_reg.h | |||
@@ -5,9 +5,6 @@ | |||
5 | * Copyright (C) 1992, 1994 by Theodore Ts'o. | 5 | * Copyright (C) 1992, 1994 by Theodore Ts'o. |
6 | * Copyright (C) 2004 Hirokazu Takata <takata at linux-m32r.org> | 6 | * Copyright (C) 2004 Hirokazu Takata <takata at linux-m32r.org> |
7 | * | 7 | * |
8 | * Redistribution of this file is permitted under the terms of the GNU | ||
9 | * Public License (GPL) | ||
10 | * | ||
11 | * These are the UART port assignments, expressed as offsets from the base | 8 | * These are the UART port assignments, expressed as offsets from the base |
12 | * register. These assignments should hold for any serial port based on | 9 | * register. These assignments should hold for any serial port based on |
13 | * a 8250, 16450, or 16550(A). | 10 | * a 8250, 16450, or 16550(A). |
diff --git a/drivers/tty/serial/max3100.c b/drivers/tty/serial/max3100.c index ac88fc9ebc9c..27d6049eb6a9 100644 --- a/drivers/tty/serial/max3100.c +++ b/drivers/tty/serial/max3100.c | |||
@@ -3,12 +3,6 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2008 Christian Pellegrin <chripell@evolware.org> | 4 | * Copyright (C) 2008 Christian Pellegrin <chripell@evolware.org> |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * | ||
12 | * Notes: the MAX3100 doesn't provide an interrupt on CTS so we have | 6 | * Notes: the MAX3100 doesn't provide an interrupt on CTS so we have |
13 | * to use polling for flow control. TX empty IRQ is unusable, since | 7 | * to use polling for flow control. TX empty IRQ is unusable, since |
14 | * writing conf clears FIFO buffer and we cannot have this interrupt | 8 | * writing conf clears FIFO buffer and we cannot have this interrupt |
diff --git a/drivers/tty/serial/max310x.c b/drivers/tty/serial/max310x.c index bd626ec325d5..ecb6513a6505 100644 --- a/drivers/tty/serial/max310x.c +++ b/drivers/tty/serial/max310x.c | |||
@@ -7,11 +7,6 @@ | |||
7 | * Based on max3100.c, by Christian Pellegrin <chripell@evolware.org> | 7 | * Based on max3100.c, by Christian Pellegrin <chripell@evolware.org> |
8 | * Based on max3110.c, by Feng Tang <feng.tang@intel.com> | 8 | * Based on max3110.c, by Feng Tang <feng.tang@intel.com> |
9 | * Based on max3107.c, by Aavamobile | 9 | * Based on max3107.c, by Aavamobile |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | */ | 10 | */ |
16 | 11 | ||
17 | #include <linux/bitops.h> | 12 | #include <linux/bitops.h> |
diff --git a/drivers/tty/serial/mcf.c b/drivers/tty/serial/mcf.c index 9c779768bd16..7dbfb4cde124 100644 --- a/drivers/tty/serial/mcf.c +++ b/drivers/tty/serial/mcf.c | |||
@@ -5,11 +5,6 @@ | |||
5 | * mcf.c -- Freescale ColdFire UART driver | 5 | * mcf.c -- Freescale ColdFire UART driver |
6 | * | 6 | * |
7 | * (C) Copyright 2003-2007, Greg Ungerer <gerg@uclinux.org> | 7 | * (C) Copyright 2003-2007, Greg Ungerer <gerg@uclinux.org> |
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 as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | /****************************************************************************/ | 10 | /****************************************************************************/ |
diff --git a/drivers/tty/serial/men_z135_uart.c b/drivers/tty/serial/men_z135_uart.c index 9387b2c745a0..ef89534dd760 100644 --- a/drivers/tty/serial/men_z135_uart.c +++ b/drivers/tty/serial/men_z135_uart.c | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2014 MEN Mikroelektronik GmbH (www.men.de) | 5 | * Copyright (C) 2014 MEN Mikroelektronik GmbH (www.men.de) |
6 | * Author: Johannes Thumshirn <johannes.thumshirn@men.de> | 6 | * Author: Johannes Thumshirn <johannes.thumshirn@men.de> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the Free | ||
10 | * Software Foundation; version 2 of the License. | ||
11 | */ | 7 | */ |
12 | #define pr_fmt(fmt) KBUILD_MODNAME ":" fmt | 8 | #define pr_fmt(fmt) KBUILD_MODNAME ":" fmt |
13 | 9 | ||
diff --git a/drivers/tty/serial/meson_uart.c b/drivers/tty/serial/meson_uart.c index fe2d12d69efe..7bdd82df5dc9 100644 --- a/drivers/tty/serial/meson_uart.c +++ b/drivers/tty/serial/meson_uart.c | |||
@@ -3,16 +3,6 @@ | |||
3 | * Based on meson_uart.c, by AMLOGIC, INC. | 3 | * Based on meson_uart.c, by AMLOGIC, INC. |
4 | * | 4 | * |
5 | * Copyright (C) 2014 Carlo Caione <carlo@caione.org> | 5 | * Copyright (C) 2014 Carlo Caione <carlo@caione.org> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License version 2 as published | ||
9 | * by the Free Software Foundation. | ||
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 | #if defined(CONFIG_SERIAL_MESON_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 8 | #if defined(CONFIG_SERIAL_MESON_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/mpc52xx_uart.c b/drivers/tty/serial/mpc52xx_uart.c index 1c1febdf60ce..3a75ee08d619 100644 --- a/drivers/tty/serial/mpc52xx_uart.c +++ b/drivers/tty/serial/mpc52xx_uart.c | |||
@@ -24,10 +24,6 @@ | |||
24 | * Grant Likely <grant.likely@secretlab.ca> | 24 | * Grant Likely <grant.likely@secretlab.ca> |
25 | * Copyright (C) 2004-2006 Sylvain Munaut <tnt@246tNt.com> | 25 | * Copyright (C) 2004-2006 Sylvain Munaut <tnt@246tNt.com> |
26 | * Copyright (C) 2003 MontaVista, Software, Inc. | 26 | * Copyright (C) 2003 MontaVista, Software, Inc. |
27 | * | ||
28 | * This file is licensed under the terms of the GNU General Public License | ||
29 | * version 2. This program is licensed "as is" without any warranty of any | ||
30 | * kind, whether express or implied. | ||
31 | */ | 27 | */ |
32 | 28 | ||
33 | #undef DEBUG | 29 | #undef DEBUG |
diff --git a/drivers/tty/serial/mps2-uart.c b/drivers/tty/serial/mps2-uart.c index 5d789b584bc5..9f8f63719126 100644 --- a/drivers/tty/serial/mps2-uart.c +++ b/drivers/tty/serial/mps2-uart.c | |||
@@ -6,10 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Author: Vladimir Murzin <vladimir.murzin@arm.com> | 7 | * Author: Vladimir Murzin <vladimir.murzin@arm.com> |
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 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * TODO: support for SysRq | 9 | * TODO: support for SysRq |
14 | */ | 10 | */ |
15 | 11 | ||
diff --git a/drivers/tty/serial/mpsc.c b/drivers/tty/serial/mpsc.c index 21b28d8e3c02..1f60d6fe4ff2 100644 --- a/drivers/tty/serial/mpsc.c +++ b/drivers/tty/serial/mpsc.c | |||
@@ -11,10 +11,7 @@ | |||
11 | * taken from PPCBoot (now U-Boot). Also based on drivers/serial/8250.c | 11 | * taken from PPCBoot (now U-Boot). Also based on drivers/serial/8250.c |
12 | * by Russell King. | 12 | * by Russell King. |
13 | * | 13 | * |
14 | * 2004 (c) MontaVista, Software, Inc. This file is licensed under | 14 | * 2004 (c) MontaVista, Software, Inc. |
15 | * the terms of the GNU General Public License version 2. This program | ||
16 | * is licensed "as is" without any warranty of any kind, whether express | ||
17 | * or implied. | ||
18 | */ | 15 | */ |
19 | /* | 16 | /* |
20 | * The MPSC interface is much like a typical network controller's interface. | 17 | * The MPSC interface is much like a typical network controller's interface. |
diff --git a/drivers/tty/serial/msm_serial.c b/drivers/tty/serial/msm_serial.c index 76649fea8f6f..ee96cf0d0057 100644 --- a/drivers/tty/serial/msm_serial.c +++ b/drivers/tty/serial/msm_serial.c | |||
@@ -5,15 +5,6 @@ | |||
5 | * Copyright (C) 2007 Google, Inc. | 5 | * Copyright (C) 2007 Google, Inc. |
6 | * Author: Robert Love <rlove@google.com> | 6 | * Author: Robert Love <rlove@google.com> |
7 | * Copyright (c) 2011, Code Aurora Forum. All rights reserved. | 7 | * Copyright (c) 2011, Code Aurora Forum. All rights reserved. |
8 | * | ||
9 | * This software is licensed under the terms of the GNU General Public | ||
10 | * License version 2, as published by the Free Software Foundation, and | ||
11 | * may be copied, distributed, and modified under those terms. | ||
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 | */ | 8 | */ |
18 | 9 | ||
19 | #if defined(CONFIG_SERIAL_MSM_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 10 | #if defined(CONFIG_SERIAL_MSM_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/mux.c b/drivers/tty/serial/mux.c index 14a299688582..3b74369c262f 100644 --- a/drivers/tty/serial/mux.c +++ b/drivers/tty/serial/mux.c | |||
@@ -6,11 +6,6 @@ | |||
6 | ** (c) Copyright 2002 Ryan Bradetich | 6 | ** (c) Copyright 2002 Ryan Bradetich |
7 | ** (c) Copyright 2002 Hewlett-Packard Company | 7 | ** (c) Copyright 2002 Hewlett-Packard Company |
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 as published by | ||
11 | ** the Free Software Foundation; either version 2 of the License, or | ||
12 | ** (at your option) any later version. | ||
13 | ** | ||
14 | ** This Driver currently only supports the console (port 0) on the MUX. | 9 | ** This Driver currently only supports the console (port 0) on the MUX. |
15 | ** Additional work will be needed on this driver to enable the full | 10 | ** Additional work will be needed on this driver to enable the full |
16 | ** functionality of the MUX. | 11 | ** functionality of the MUX. |
diff --git a/drivers/tty/serial/mvebu-uart.c b/drivers/tty/serial/mvebu-uart.c index 79926a4fa565..a100e98259d7 100644 --- a/drivers/tty/serial/mvebu-uart.c +++ b/drivers/tty/serial/mvebu-uart.c | |||
@@ -5,18 +5,6 @@ | |||
5 | * Author: Wilson Ding <dingwei@marvell.com> | 5 | * Author: Wilson Ding <dingwei@marvell.com> |
6 | * Copyright (C) 2015 Marvell International Ltd. | 6 | * Copyright (C) 2015 Marvell International Ltd. |
7 | * *************************************************************************** | 7 | * *************************************************************************** |
8 | * This program is free software: you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the Free | ||
10 | * Software Foundation, either version 2 of the License, or any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
19 | * *************************************************************************** | ||
20 | */ | 8 | */ |
21 | 9 | ||
22 | #include <linux/clk.h> | 10 | #include <linux/clk.h> |
diff --git a/drivers/tty/serial/mxs-auart.c b/drivers/tty/serial/mxs-auart.c index 2b2b082efb9c..efb4fd3784ed 100644 --- a/drivers/tty/serial/mxs-auart.c +++ b/drivers/tty/serial/mxs-auart.c | |||
@@ -10,10 +10,6 @@ | |||
10 | * Provide Alphascale ASM9260 support. | 10 | * Provide Alphascale ASM9260 support. |
11 | * Copyright 2008-2010 Freescale Semiconductor, Inc. | 11 | * Copyright 2008-2010 Freescale Semiconductor, Inc. |
12 | * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved. | 12 | * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved. |
13 | * | ||
14 | * The code contained herein is licensed under the GNU General Public | ||
15 | * License. You may obtain a copy of the GNU General Public License | ||
16 | * Version 2 or later at the following locations: | ||
17 | */ | 13 | */ |
18 | 14 | ||
19 | #if defined(CONFIG_SERIAL_MXS_AUART_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 15 | #if defined(CONFIG_SERIAL_MXS_AUART_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/netx-serial.c b/drivers/tty/serial/netx-serial.c index 4201938e8aa3..b3556863491f 100644 --- a/drivers/tty/serial/netx-serial.c +++ b/drivers/tty/serial/netx-serial.c | |||
@@ -1,19 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | 2 | /* |
3 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix | 3 | * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 | ||
7 | * as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | */ | 4 | */ |
18 | 5 | ||
19 | #if defined(CONFIG_SERIAL_NETX_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 6 | #if defined(CONFIG_SERIAL_NETX_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c index b3bba7a67ec4..53d59e9b944a 100644 --- a/drivers/tty/serial/omap-serial.c +++ b/drivers/tty/serial/omap-serial.c | |||
@@ -9,11 +9,6 @@ | |||
9 | * Govindraj R <govindraj.raja@ti.com> | 9 | * Govindraj R <govindraj.raja@ti.com> |
10 | * Thara Gopinath <thara@ti.com> | 10 | * Thara Gopinath <thara@ti.com> |
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 | * Note: This driver is made separate from 8250 driver as we cannot | 12 | * Note: This driver is made separate from 8250 driver as we cannot |
18 | * over load 8250 driver with omap platform specific configuration for | 13 | * over load 8250 driver with omap platform specific configuration for |
19 | * features like DMA, it makes easier to implement features like DMA and | 14 | * features like DMA, it makes easier to implement features like DMA and |
diff --git a/drivers/tty/serial/owl-uart.c b/drivers/tty/serial/owl-uart.c index 93fa3095a775..29a6dc6a8d23 100644 --- a/drivers/tty/serial/owl-uart.c +++ b/drivers/tty/serial/owl-uart.c | |||
@@ -6,19 +6,6 @@ | |||
6 | * Author: Actions Semi, Inc. | 6 | * Author: Actions Semi, Inc. |
7 | * | 7 | * |
8 | * Copyright (c) 2016-2017 Andreas Färber | 8 | * Copyright (c) 2016-2017 Andreas Färber |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the | ||
12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
13 | * option) any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, | ||
16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
18 | * GNU General Public License for more details. | ||
19 | * | ||
20 | * You should have received a copy of the GNU General Public License | ||
21 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
22 | */ | 9 | */ |
23 | 10 | ||
24 | #include <linux/clk.h> | 11 | #include <linux/clk.h> |
diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c index e2c04a3334da..760d5dd0aada 100644 --- a/drivers/tty/serial/pch_uart.c +++ b/drivers/tty/serial/pch_uart.c | |||
@@ -1,19 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | 2 | /* |
3 | *Copyright (C) 2011 LAPIS Semiconductor Co., Ltd. | 3 | *Copyright (C) 2011 LAPIS Semiconductor Co., Ltd. |
4 | * | ||
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; version 2 of the License. | ||
8 | * | ||
9 | *This program is distributed in the hope that it will be useful, | ||
10 | *but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | *GNU General Public License for more details. | ||
13 | * | ||
14 | *You should have received a copy of the GNU General Public License | ||
15 | *along with this program; if not, write to the Free Software | ||
16 | *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. | ||
17 | */ | 4 | */ |
18 | #if defined(CONFIG_SERIAL_PCH_UART_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 5 | #if defined(CONFIG_SERIAL_PCH_UART_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
19 | #define SUPPORT_SYSRQ | 6 | #define SUPPORT_SYSRQ |
diff --git a/drivers/tty/serial/pic32_uart.c b/drivers/tty/serial/pic32_uart.c index 9f55c30d1aa6..fd80d999308d 100644 --- a/drivers/tty/serial/pic32_uart.c +++ b/drivers/tty/serial/pic32_uart.c | |||
@@ -6,8 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Authors: | 7 | * Authors: |
8 | * Sorin-Andrei Pistirica <andrei.pistirica@microchip.com> | 8 | * Sorin-Andrei Pistirica <andrei.pistirica@microchip.com> |
9 | * | ||
10 | * Licensed under GPLv2 or later. | ||
11 | */ | 9 | */ |
12 | 10 | ||
13 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
diff --git a/drivers/tty/serial/pic32_uart.h b/drivers/tty/serial/pic32_uart.h index 43dc168dffd7..2f2b56927dc6 100644 --- a/drivers/tty/serial/pic32_uart.h +++ b/drivers/tty/serial/pic32_uart.h | |||
@@ -6,8 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Authors: | 7 | * Authors: |
8 | * Sorin-Andrei Pistirica <andrei.pistirica@microchip.com> | 8 | * Sorin-Andrei Pistirica <andrei.pistirica@microchip.com> |
9 | * | ||
10 | * Licensed under GPLv2 or later. | ||
11 | */ | 9 | */ |
12 | #ifndef __DT_PIC32_UART_H__ | 10 | #ifndef __DT_PIC32_UART_H__ |
13 | #define __DT_PIC32_UART_H__ | 11 | #define __DT_PIC32_UART_H__ |
diff --git a/drivers/tty/serial/pmac_zilog.c b/drivers/tty/serial/pmac_zilog.c index 3afba70022b4..3d21790d961e 100644 --- a/drivers/tty/serial/pmac_zilog.c +++ b/drivers/tty/serial/pmac_zilog.c | |||
@@ -14,20 +14,6 @@ | |||
14 | * and once done, I expect that driver to remain fairly stable in | 14 | * and once done, I expect that driver to remain fairly stable in |
15 | * the long term, unless we change the driver model again... | 15 | * the long term, unless we change the driver model again... |
16 | * | 16 | * |
17 | * This program is free software; you can redistribute it and/or modify | ||
18 | * it under the terms of the GNU General Public License as published by | ||
19 | * the Free Software Foundation; either version 2 of the License, or | ||
20 | * (at your option) any later version. | ||
21 | * | ||
22 | * This program is distributed in the hope that it will be useful, | ||
23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
25 | * GNU General Public License for more details. | ||
26 | * | ||
27 | * You should have received a copy of the GNU General Public License | ||
28 | * along with this program; if not, write to the Free Software | ||
29 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
30 | * | ||
31 | * 2004-08-06 Harald Welte <laforge@gnumonks.org> | 17 | * 2004-08-06 Harald Welte <laforge@gnumonks.org> |
32 | * - Enable BREAK interrupt | 18 | * - Enable BREAK interrupt |
33 | * - Add support for sysreq | 19 | * - Add support for sysreq |
diff --git a/drivers/tty/serial/pnx8xxx_uart.c b/drivers/tty/serial/pnx8xxx_uart.c index a014de66e34e..f8812389b8a8 100644 --- a/drivers/tty/serial/pnx8xxx_uart.c +++ b/drivers/tty/serial/pnx8xxx_uart.c | |||
@@ -8,11 +8,6 @@ | |||
8 | * | 8 | * |
9 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. | 9 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. |
10 | * Copyright (C) 2000 Deep Blue Solutions Ltd. | 10 | * Copyright (C) 2000 Deep Blue Solutions Ltd. |
11 | * | ||
12 | * This file is licensed under the terms of the GNU General Public License | ||
13 | * version 2. This program is licensed "as is" without any warranty of | ||
14 | * any kind, whether express or implied. | ||
15 | * | ||
16 | */ | 11 | */ |
17 | 12 | ||
18 | #if defined(CONFIG_SERIAL_PNX8XXX_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 13 | #if defined(CONFIG_SERIAL_PNX8XXX_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/pxa.c b/drivers/tty/serial/pxa.c index dd82ecb7c25d..baf552944d56 100644 --- a/drivers/tty/serial/pxa.c +++ b/drivers/tty/serial/pxa.c | |||
@@ -6,11 +6,6 @@ | |||
6 | * Created: Feb 20, 2003 | 6 | * Created: Feb 20, 2003 |
7 | * Copyright: (C) 2003 Monta Vista Software, Inc. | 7 | * Copyright: (C) 2003 Monta Vista Software, Inc. |
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 as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * Note 1: This driver is made separate from the already too overloaded | 9 | * Note 1: This driver is made separate from the already too overloaded |
15 | * 8250.c because it needs some kirks of its own and that'll make it | 10 | * 8250.c because it needs some kirks of its own and that'll make it |
16 | * easier to add DMA support. | 11 | * easier to add DMA support. |
diff --git a/drivers/tty/serial/rp2.c b/drivers/tty/serial/rp2.c index 2108bf34ff90..520b43b23543 100644 --- a/drivers/tty/serial/rp2.c +++ b/drivers/tty/serial/rp2.c | |||
@@ -11,10 +11,6 @@ | |||
11 | * | 11 | * |
12 | * rocketport_infinity_express-linux-1.20.tar.gz | 12 | * rocketport_infinity_express-linux-1.20.tar.gz |
13 | * Copyright (C) 2004-2011 Comtrol, Inc. | 13 | * Copyright (C) 2004-2011 Comtrol, Inc. |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify it | ||
16 | * under the terms of the GNU General Public License version 2 as published | ||
17 | * by the Free Software Foundation. | ||
18 | */ | 14 | */ |
19 | 15 | ||
20 | #include <linux/bitops.h> | 16 | #include <linux/bitops.h> |
diff --git a/drivers/tty/serial/sa1100.c b/drivers/tty/serial/sa1100.c index abb64ab11116..4e3f169b30cf 100644 --- a/drivers/tty/serial/sa1100.c +++ b/drivers/tty/serial/sa1100.c | |||
@@ -5,20 +5,6 @@ | |||
5 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. | 5 | * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. |
6 | * | 6 | * |
7 | * Copyright (C) 2000 Deep Blue Solutions Ltd. | 7 | * Copyright (C) 2000 Deep Blue Solutions Ltd. |
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 as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #if defined(CONFIG_SERIAL_SA1100_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 10 | #if defined(CONFIG_SERIAL_SA1100_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c index 3a2923cef142..f9fecc5ed0ce 100644 --- a/drivers/tty/serial/samsung.c +++ b/drivers/tty/serial/samsung.c | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Ben Dooks, Copyright (c) 2003-2008 Simtec Electronics | 5 | * Ben Dooks, Copyright (c) 2003-2008 Simtec Electronics |
6 | * http://armlinux.simtec.co.uk/ | 6 | * http://armlinux.simtec.co.uk/ |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | /* Hote on 2410 error handling | 9 | /* Hote on 2410 error handling |
diff --git a/drivers/tty/serial/samsung.h b/drivers/tty/serial/samsung.h index b0461c096d0a..f93022113f59 100644 --- a/drivers/tty/serial/samsung.h +++ b/drivers/tty/serial/samsung.h | |||
@@ -7,10 +7,6 @@ | |||
7 | * | 7 | * |
8 | * Ben Dooks, Copyright (c) 2003-2008 Simtec Electronics | 8 | * Ben Dooks, Copyright (c) 2003-2008 Simtec Electronics |
9 | * http://armlinux.simtec.co.uk/ | 9 | * http://armlinux.simtec.co.uk/ |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #include <linux/dmaengine.h> | 12 | #include <linux/dmaengine.h> |
diff --git a/drivers/tty/serial/sb1250-duart.c b/drivers/tty/serial/sb1250-duart.c index f3d5b4ebb9d5..329aced26bd8 100644 --- a/drivers/tty/serial/sb1250-duart.c +++ b/drivers/tty/serial/sb1250-duart.c | |||
@@ -10,11 +10,6 @@ | |||
10 | * | 10 | * |
11 | * Copyright (c) 2000, 2001, 2002, 2003, 2004 Broadcom Corporation | 11 | * Copyright (c) 2000, 2001, 2002, 2003, 2004 Broadcom Corporation |
12 | * | 12 | * |
13 | * This program is free software; you can redistribute it and/or | ||
14 | * modify it under the terms of the GNU General Public License | ||
15 | * as published by the Free Software Foundation; either version | ||
16 | * 2 of the License, or (at your option) any later version. | ||
17 | * | ||
18 | * References: | 13 | * References: |
19 | * | 14 | * |
20 | * "BCM1250/BCM1125/BCM1125H User Manual", Broadcom Corporation | 15 | * "BCM1250/BCM1125/BCM1125H User Manual", Broadcom Corporation |
diff --git a/drivers/tty/serial/sc16is7xx.c b/drivers/tty/serial/sc16is7xx.c index f1e216e714ee..65792a3539d0 100644 --- a/drivers/tty/serial/sc16is7xx.c +++ b/drivers/tty/serial/sc16is7xx.c | |||
@@ -4,12 +4,6 @@ | |||
4 | * Author: Jon Ringle <jringle@gridpoint.com> | 4 | * Author: Jon Ringle <jringle@gridpoint.com> |
5 | * | 5 | * |
6 | * Based on max310x.c, by Alexander Shiyan <shc_work@mail.ru> | 6 | * Based on max310x.c, by Alexander Shiyan <shc_work@mail.ru> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | */ | 7 | */ |
14 | 8 | ||
15 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 9 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/tty/serial/sccnxp.c b/drivers/tty/serial/sccnxp.c index a470dbf28c10..d6ae3086c2a2 100644 --- a/drivers/tty/serial/sccnxp.c +++ b/drivers/tty/serial/sccnxp.c | |||
@@ -5,11 +5,6 @@ | |||
5 | * Copyright (C) 2012 Alexander Shiyan <shc_work@mail.ru> | 5 | * Copyright (C) 2012 Alexander Shiyan <shc_work@mail.ru> |
6 | * | 6 | * |
7 | * Based on sc26xx.c, by Thomas Bogendörfer (tsbogend@alpha.franken.de) | 7 | * Based on sc26xx.c, by Thomas Bogendörfer (tsbogend@alpha.franken.de) |
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 as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #if defined(CONFIG_SERIAL_SCCNXP_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 10 | #if defined(CONFIG_SERIAL_SCCNXP_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/serial-tegra.c b/drivers/tty/serial/serial-tegra.c index fae65e76a9f3..af2a29cfbbe9 100644 --- a/drivers/tty/serial/serial-tegra.c +++ b/drivers/tty/serial/serial-tegra.c | |||
@@ -7,18 +7,6 @@ | |||
7 | * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved. | 7 | * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved. |
8 | * | 8 | * |
9 | * Author: Laxman Dewangan <ldewangan@nvidia.com> | 9 | * Author: Laxman Dewangan <ldewangan@nvidia.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms and conditions of the GNU General Public License, | ||
13 | * version 2, as published by the Free Software Foundation. | ||
14 | * | ||
15 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
16 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
17 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
18 | * more details. | ||
19 | * | ||
20 | * You should have received a copy of the GNU General Public License | ||
21 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
22 | */ | 10 | */ |
23 | 11 | ||
24 | #include <linux/clk.h> | 12 | #include <linux/clk.h> |
diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c index ab1742805719..854995e1cae7 100644 --- a/drivers/tty/serial/serial_core.c +++ b/drivers/tty/serial/serial_core.c | |||
@@ -6,20 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Copyright 1999 ARM Limited | 7 | * Copyright 1999 ARM Limited |
8 | * Copyright (C) 2000-2001 Deep Blue Solutions Ltd. | 8 | * Copyright (C) 2000-2001 Deep Blue Solutions Ltd. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, | ||
16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
18 | * GNU General Public License for more details. | ||
19 | * | ||
20 | * You should have received a copy of the GNU General Public License | ||
21 | * along with this program; if not, write to the Free Software | ||
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
23 | */ | 9 | */ |
24 | #include <linux/module.h> | 10 | #include <linux/module.h> |
25 | #include <linux/tty.h> | 11 | #include <linux/tty.h> |
diff --git a/drivers/tty/serial/serial_ks8695.c b/drivers/tty/serial/serial_ks8695.c index 9a894e899876..b461d791188c 100644 --- a/drivers/tty/serial/serial_ks8695.c +++ b/drivers/tty/serial/serial_ks8695.c | |||
@@ -5,12 +5,6 @@ | |||
5 | * Based on drivers/serial/serial_amba.c, by Kam Lee. | 5 | * Based on drivers/serial/serial_amba.c, by Kam Lee. |
6 | * | 6 | * |
7 | * Copyright 2002-2005 Micrel Inc. | 7 | * Copyright 2002-2005 Micrel Inc. |
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 as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | */ | 8 | */ |
15 | #include <linux/module.h> | 9 | #include <linux/module.h> |
16 | #include <linux/tty.h> | 10 | #include <linux/tty.h> |
diff --git a/drivers/tty/serial/serial_mctrl_gpio.c b/drivers/tty/serial/serial_mctrl_gpio.c index 302dda18fcbd..1c06325beaca 100644 --- a/drivers/tty/serial/serial_mctrl_gpio.c +++ b/drivers/tty/serial/serial_mctrl_gpio.c | |||
@@ -3,16 +3,6 @@ | |||
3 | * Helpers for controlling modem lines via GPIO | 3 | * Helpers for controlling modem lines via GPIO |
4 | * | 4 | * |
5 | * Copyright (C) 2014 Paratronic S.A. | 5 | * Copyright (C) 2014 Paratronic S.A. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 6 | */ |
17 | 7 | ||
18 | #include <linux/err.h> | 8 | #include <linux/err.h> |
diff --git a/drivers/tty/serial/serial_mctrl_gpio.h b/drivers/tty/serial/serial_mctrl_gpio.h index 219eba0223bb..b7d3cca48ede 100644 --- a/drivers/tty/serial/serial_mctrl_gpio.h +++ b/drivers/tty/serial/serial_mctrl_gpio.h | |||
@@ -3,17 +3,6 @@ | |||
3 | * Helpers for controlling modem lines via GPIO | 3 | * Helpers for controlling modem lines via GPIO |
4 | * | 4 | * |
5 | * Copyright (C) 2014 Paratronic S.A. | 5 | * Copyright (C) 2014 Paratronic S.A. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | */ | 6 | */ |
18 | 7 | ||
19 | #ifndef __SERIAL_MCTRL_GPIO__ | 8 | #ifndef __SERIAL_MCTRL_GPIO__ |
diff --git a/drivers/tty/serial/serial_txx9.c b/drivers/tty/serial/serial_txx9.c index 256c61d1c6a6..1b4008d022bf 100644 --- a/drivers/tty/serial/serial_txx9.c +++ b/drivers/tty/serial/serial_txx9.c | |||
@@ -9,10 +9,6 @@ | |||
9 | * Copyright (C) 2001 Steven J. Hill (sjhill@realitydiluted.com) | 9 | * Copyright (C) 2001 Steven J. Hill (sjhill@realitydiluted.com) |
10 | * Copyright (C) 2000-2002 Toshiba Corporation | 10 | * Copyright (C) 2000-2002 Toshiba Corporation |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | * | ||
16 | * Serial driver for TX3927/TX4927/TX4925/TX4938 internal SIO controller | 12 | * Serial driver for TX3927/TX4927/TX4925/TX4938 internal SIO controller |
17 | */ | 13 | */ |
18 | 14 | ||
diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c index af940495addf..31fcc7072a90 100644 --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c | |||
@@ -14,10 +14,6 @@ | |||
14 | * Modified to support SecureEdge. David McCullough (2002) | 14 | * Modified to support SecureEdge. David McCullough (2002) |
15 | * Modified to support SH7300 SCIF. Takashi Kusuda (Jun 2003). | 15 | * Modified to support SH7300 SCIF. Takashi Kusuda (Jun 2003). |
16 | * Removed SH7300 support (Jul 2007). | 16 | * Removed SH7300 support (Jul 2007). |
17 | * | ||
18 | * This file is subject to the terms and conditions of the GNU General Public | ||
19 | * License. See the file "COPYING" in the main directory of this archive | ||
20 | * for more details. | ||
21 | */ | 17 | */ |
22 | #if defined(CONFIG_SERIAL_SH_SCI_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 18 | #if defined(CONFIG_SERIAL_SH_SCI_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
23 | #define SUPPORT_SYSRQ | 19 | #define SUPPORT_SYSRQ |
diff --git a/drivers/tty/serial/sirfsoc_uart.c b/drivers/tty/serial/sirfsoc_uart.c index 3e3ea07c54c0..9925b00a9777 100644 --- a/drivers/tty/serial/sirfsoc_uart.c +++ b/drivers/tty/serial/sirfsoc_uart.c | |||
@@ -3,8 +3,6 @@ | |||
3 | * Driver for CSR SiRFprimaII onboard UARTs. | 3 | * Driver for CSR SiRFprimaII onboard UARTs. |
4 | * | 4 | * |
5 | * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. | 5 | * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. |
6 | * | ||
7 | * Licensed under GPLv2 or later. | ||
8 | */ | 6 | */ |
9 | 7 | ||
10 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/tty/serial/sirfsoc_uart.h b/drivers/tty/serial/sirfsoc_uart.h index 6d6251526631..004ca684d3ae 100644 --- a/drivers/tty/serial/sirfsoc_uart.h +++ b/drivers/tty/serial/sirfsoc_uart.h | |||
@@ -3,8 +3,6 @@ | |||
3 | * Drivers for CSR SiRFprimaII onboard UARTs. | 3 | * Drivers for CSR SiRFprimaII onboard UARTs. |
4 | * | 4 | * |
5 | * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. | 5 | * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. |
6 | * | ||
7 | * Licensed under GPLv2 or later. | ||
8 | */ | 6 | */ |
9 | #include <linux/bitops.h> | 7 | #include <linux/bitops.h> |
10 | #include <linux/log2.h> | 8 | #include <linux/log2.h> |
diff --git a/drivers/tty/serial/sn_console.c b/drivers/tty/serial/sn_console.c index 81d506d28469..ed78542c4c37 100644 --- a/drivers/tty/serial/sn_console.c +++ b/drivers/tty/serial/sn_console.c | |||
@@ -8,25 +8,6 @@ | |||
8 | * | 8 | * |
9 | * Copyright (c) 2004-2006 Silicon Graphics, Inc. All Rights Reserved. | 9 | * Copyright (c) 2004-2006 Silicon Graphics, Inc. All Rights Reserved. |
10 | * | 10 | * |
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of version 2 of the GNU General Public License | ||
13 | * as published by the Free Software Foundation. | ||
14 | * | ||
15 | * This program is distributed in the hope that it would be useful, but | ||
16 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
18 | * | ||
19 | * Further, this software is distributed without any warranty that it is | ||
20 | * free of the rightful claim of any third person regarding infringement | ||
21 | * or the like. Any license provided herein, whether implied or | ||
22 | * otherwise, applies only to this software file. Patent licenses, if | ||
23 | * any, provided herein do not apply to combinations of this program with | ||
24 | * other software, or any other product whatsoever. | ||
25 | * | ||
26 | * You should have received a copy of the GNU General Public | ||
27 | * License along with this program; if not, write the Free Software | ||
28 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. | ||
29 | * | ||
30 | * Contact information: Silicon Graphics, Inc., 1500 Crittenden Lane, | 11 | * Contact information: Silicon Graphics, Inc., 1500 Crittenden Lane, |
31 | * Mountain View, CA 94043, or: | 12 | * Mountain View, CA 94043, or: |
32 | * | 13 | * |
diff --git a/drivers/tty/serial/sprd_serial.c b/drivers/tty/serial/sprd_serial.c index a06d50f52ea8..828f1143859c 100644 --- a/drivers/tty/serial/sprd_serial.c +++ b/drivers/tty/serial/sprd_serial.c | |||
@@ -1,15 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | 2 | /* |
3 | * Copyright (C) 2012-2015 Spreadtrum Communications Inc. | 3 | * Copyright (C) 2012-2015 Spreadtrum Communications Inc. |
4 | * | ||
5 | * This software is licensed under the terms of the GNU General Public | ||
6 | * License version 2, as published by the Free Software Foundation, and | ||
7 | * may be copied, distributed, and modified under those terms. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #if defined(CONFIG_SERIAL_SPRD_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 6 | #if defined(CONFIG_SERIAL_SPRD_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/st-asc.c b/drivers/tty/serial/st-asc.c index 1f51eef68c85..c763253514e9 100644 --- a/drivers/tty/serial/st-asc.c +++ b/drivers/tty/serial/st-asc.c | |||
@@ -3,12 +3,6 @@ | |||
3 | * st-asc.c: ST Asynchronous serial controller (ASC) driver | 3 | * st-asc.c: ST Asynchronous serial controller (ASC) driver |
4 | * | 4 | * |
5 | * Copyright (C) 2003-2013 STMicroelectronics (R&D) Limited | 5 | * Copyright (C) 2003-2013 STMicroelectronics (R&D) Limited |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | */ | 6 | */ |
13 | 7 | ||
14 | #if defined(CONFIG_SERIAL_ST_ASC_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 8 | #if defined(CONFIG_SERIAL_ST_ASC_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/stm32-usart.c b/drivers/tty/serial/stm32-usart.c index 566cd85a99f8..0fa735b60f2d 100644 --- a/drivers/tty/serial/stm32-usart.c +++ b/drivers/tty/serial/stm32-usart.c | |||
@@ -4,7 +4,6 @@ | |||
4 | * Copyright (C) STMicroelectronics SA 2017 | 4 | * Copyright (C) STMicroelectronics SA 2017 |
5 | * Authors: Maxime Coquelin <mcoquelin.stm32@gmail.com> | 5 | * Authors: Maxime Coquelin <mcoquelin.stm32@gmail.com> |
6 | * Gerald Baeza <gerald.baeza@st.com> | 6 | * Gerald Baeza <gerald.baeza@st.com> |
7 | * License terms: GNU General Public License (GPL), version 2 | ||
8 | * | 7 | * |
9 | * Inspired by st-asc.c from STMicroelectronics (c) | 8 | * Inspired by st-asc.c from STMicroelectronics (c) |
10 | */ | 9 | */ |
diff --git a/drivers/tty/serial/stm32-usart.h b/drivers/tty/serial/stm32-usart.h index 174be6141cef..8a5ff54d0f42 100644 --- a/drivers/tty/serial/stm32-usart.h +++ b/drivers/tty/serial/stm32-usart.h | |||
@@ -4,7 +4,6 @@ | |||
4 | * Copyright (C) STMicroelectronics SA 2017 | 4 | * Copyright (C) STMicroelectronics SA 2017 |
5 | * Authors: Maxime Coquelin <mcoquelin.stm32@gmail.com> | 5 | * Authors: Maxime Coquelin <mcoquelin.stm32@gmail.com> |
6 | * Gerald Baeza <gerald_baeza@yahoo.fr> | 6 | * Gerald Baeza <gerald_baeza@yahoo.fr> |
7 | * License terms: GNU General Public License (GPL), version 2 | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #define DRIVER_NAME "stm32-usart" | 9 | #define DRIVER_NAME "stm32-usart" |
diff --git a/drivers/tty/serial/tilegx.c b/drivers/tty/serial/tilegx.c index 311eea391f57..f0a3ae57f881 100644 --- a/drivers/tty/serial/tilegx.c +++ b/drivers/tty/serial/tilegx.c | |||
@@ -2,16 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * Copyright 2013 Tilera Corporation. All Rights Reserved. | 3 | * Copyright 2013 Tilera Corporation. All Rights Reserved. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License | ||
7 | * as published by the Free Software Foundation, version 2. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, but | ||
10 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or | ||
12 | * NON INFRINGEMENT. See the GNU General Public License for | ||
13 | * more details. | ||
14 | * | ||
15 | * TILEGx UART driver. | 5 | * TILEGx UART driver. |
16 | */ | 6 | */ |
17 | 7 | ||
diff --git a/drivers/tty/serial/timbuart.c b/drivers/tty/serial/timbuart.c index cdbc23fc85e3..19d38b504e27 100644 --- a/drivers/tty/serial/timbuart.c +++ b/drivers/tty/serial/timbuart.c | |||
@@ -2,19 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * timbuart.c timberdale FPGA UART driver | 3 | * timbuart.c timberdale FPGA UART driver |
4 | * Copyright (c) 2009 Intel Corporation | 4 | * Copyright (c) 2009 Intel Corporation |
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 | */ | 5 | */ |
19 | 6 | ||
20 | /* Supports: | 7 | /* Supports: |
diff --git a/drivers/tty/serial/timbuart.h b/drivers/tty/serial/timbuart.h index 6c642e99abcf..fb00b172117d 100644 --- a/drivers/tty/serial/timbuart.h +++ b/drivers/tty/serial/timbuart.h | |||
@@ -2,19 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * timbuart.c timberdale FPGA GPIO driver | 3 | * timbuart.c timberdale FPGA GPIO driver |
4 | * Copyright (c) 2009 Intel Corporation | 4 | * Copyright (c) 2009 Intel Corporation |
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 | */ | 5 | */ |
19 | 6 | ||
20 | /* Supports: | 7 | /* Supports: |
diff --git a/drivers/tty/serial/uartlite.c b/drivers/tty/serial/uartlite.c index b7d66e99f2b3..c47db7826189 100644 --- a/drivers/tty/serial/uartlite.c +++ b/drivers/tty/serial/uartlite.c | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2006 Peter Korsgaard <jacmet@sunsite.dk> | 5 | * Copyright (C) 2006 Peter Korsgaard <jacmet@sunsite.dk> |
6 | * Copyright (C) 2007 Secret Lab Technologies Ltd. | 6 | * Copyright (C) 2007 Secret Lab Technologies Ltd. |
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 | */ | 7 | */ |
12 | 8 | ||
13 | #include <linux/platform_device.h> | 9 | #include <linux/platform_device.h> |
diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c index b01772712c1d..2b6376e6e5ad 100644 --- a/drivers/tty/serial/ucc_uart.c +++ b/drivers/tty/serial/ucc_uart.c | |||
@@ -4,10 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Author: Timur Tabi <timur@freescale.com> | 5 | * Author: Timur Tabi <timur@freescale.com> |
6 | * | 6 | * |
7 | * Copyright 2007 Freescale Semiconductor, Inc. This file is licensed under | 7 | * Copyright 2007 Freescale Semiconductor, Inc. |
8 | * the terms of the GNU General Public License version 2. This program | ||
9 | * is licensed "as is" without any warranty of any kind, whether express | ||
10 | * or implied. | ||
11 | * | 8 | * |
12 | * This driver adds support for UART devices via Freescale's QUICC Engine | 9 | * This driver adds support for UART devices via Freescale's QUICC Engine |
13 | * found on some Freescale SOCs. | 10 | * found on some Freescale SOCs. |
diff --git a/drivers/tty/serial/vr41xx_siu.c b/drivers/tty/serial/vr41xx_siu.c index fc100ea7eded..6d106e33f842 100644 --- a/drivers/tty/serial/vr41xx_siu.c +++ b/drivers/tty/serial/vr41xx_siu.c | |||
@@ -5,20 +5,6 @@ | |||
5 | * Copyright (C) 2004-2008 Yoichi Yuasa <yuasa@linux-mips.org> | 5 | * Copyright (C) 2004-2008 Yoichi Yuasa <yuasa@linux-mips.org> |
6 | * | 6 | * |
7 | * Based on drivers/serial/8250.c, by Russell King. | 7 | * Based on drivers/serial/8250.c, by Russell King. |
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 as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | */ | 8 | */ |
23 | 9 | ||
24 | #if defined(CONFIG_SERIAL_VR41XX_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 10 | #if defined(CONFIG_SERIAL_VR41XX_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/vt8500_serial.c b/drivers/tty/serial/vt8500_serial.c index 334f0f4e20f5..3d58e9b34553 100644 --- a/drivers/tty/serial/vt8500_serial.c +++ b/drivers/tty/serial/vt8500_serial.c | |||
@@ -5,15 +5,6 @@ | |||
5 | * Based on msm_serial.c, which is: | 5 | * Based on msm_serial.c, which is: |
6 | * Copyright (C) 2007 Google, Inc. | 6 | * Copyright (C) 2007 Google, Inc. |
7 | * Author: Robert Love <rlove@google.com> | 7 | * Author: Robert Love <rlove@google.com> |
8 | * | ||
9 | * This software is licensed under the terms of the GNU General Public | ||
10 | * License version 2, as published by the Free Software Foundation, and | ||
11 | * may be copied, distributed, and modified under those terms. | ||
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 | */ | 8 | */ |
18 | 9 | ||
19 | #if defined(CONFIG_SERIAL_VT8500_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 10 | #if defined(CONFIG_SERIAL_VT8500_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c index 028ae96f1443..b9b2bc76bcac 100644 --- a/drivers/tty/serial/xilinx_uartps.c +++ b/drivers/tty/serial/xilinx_uartps.c | |||
@@ -4,12 +4,6 @@ | |||
4 | * | 4 | * |
5 | * 2011 - 2014 (C) Xilinx Inc. | 5 | * 2011 - 2014 (C) Xilinx Inc. |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it | ||
8 | * and/or modify it under the terms of the GNU General Public | ||
9 | * License as published by the Free Software Foundation; | ||
10 | * either version 2 of the License, or (at your option) any | ||
11 | * later version. | ||
12 | * | ||
13 | * This driver has originally been pushed by Xilinx using a Zynq-branding. This | 7 | * This driver has originally been pushed by Xilinx using a Zynq-branding. This |
14 | * still shows in the naming of this file, the kconfig symbols and some symbols | 8 | * still shows in the naming of this file, the kconfig symbols and some symbols |
15 | * in the code. | 9 | * in the code. |