Commit 4f5f5887 authored by Nishad Kamdar's avatar Nishad Kamdar Committed by Greg Kroah-Hartman

tty: serial: Use the correct style for SPDX License Identifier

This patch corrects the SPDX License Identifier style in
header files related to tty serial drivers.
For C header files Documentation/process/license-rules.rst
mandates C-like comments (opposed to C source files where
C++ style should be used).

Changes made by using a script provided by Joe Perches here:
https://lkml.org/lkml/2019/2/7/46.
Suggested-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarNishad Kamdar <nishadkamdar@gmail.com>
Link: https://lore.kernel.org/r/20200301204517.GA10368@nishadSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7ba87cfe
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Driver for 8250/16550-type serial ports * Driver for 8250/16550-type serial ports
* *
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* Synopsys DesignWare 8250 library header file. */ /* Synopsys DesignWare 8250 library header file. */
#include <linux/types.h> #include <linux/types.h>
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* include/linux/atmel_serial.h * include/linux/atmel_serial.h
* *
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Driver for CPM (SCC/SMC) serial ports * Driver for CPM (SCC/SMC) serial ports
* *
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* icom.h * icom.h
* *
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/**************************************************************************** /****************************************************************************
* *
* Driver for the IFX spi modem. * Driver for the IFX spi modem.
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/************************************************************************ /************************************************************************
* Copyright 2003 Digi International (www.digi.com) * Copyright 2003 Digi International (www.digi.com)
* *
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* PIC32 Integrated Serial Driver. * PIC32 Integrated Serial Driver.
* *
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Helpers for controlling modem lines via GPIO * Helpers for controlling modem lines via GPIO
* *
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Drivers for CSR SiRFprimaII onboard UARTs. * Drivers for CSR SiRFprimaII onboard UARTs.
* *
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) Maxime Coquelin 2015 * Copyright (C) Maxime Coquelin 2015
* Copyright (C) STMicroelectronics SA 2017 * Copyright (C) STMicroelectronics SA 2017
......
// SPDX-License-Identifier: GPL-2.0 /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* timbuart.c timberdale FPGA GPIO driver * timbuart.c timberdale FPGA GPIO driver
* Copyright (c) 2009 Intel Corporation * Copyright (c) 2009 Intel Corporation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment