tty: add SPDX identifiers to Kconfig and Makefiles
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Apr 2019 14:07:07 +0000 (16:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Apr 2019 16:48:43 +0000 (18:48 +0200)
There were a few Kconfig and Makefiles under drivers/tty/ that were
missing a SPDX identifier.  Fix that up so that automated tools can
properly classify all kernel source files.

Cc: Jiri Slaby <jslaby@suse.com>
Cc: Jiri Kosina <jikos@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Acked-by: David Sterba <dsterba@suse.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/Kconfig
drivers/tty/hvc/Kconfig
drivers/tty/ipwireless/Makefile
drivers/tty/serdev/Kconfig
drivers/tty/serdev/Makefile
drivers/tty/serial/8250/Kconfig
drivers/tty/serial/Kconfig
drivers/tty/serial/cpm_uart/Makefile
drivers/tty/serial/jsm/Makefile

index e0a04bfc873e2f8c64c38e65724cd6bb4a758f36..8034473c54ca37e056a890296f4771b1c443e6ed 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 config TTY
        bool "Enable TTY" if EXPERT
        default y
index 4293c172e1202f8e310bd27f272b2b829949734e..1a910ec9f6430fee63787848f1ce5bc2cfc2a897 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 if TTY
 
 config HVC_DRIVER
index fe2e1730986bc38b3312b0a0c97905e5f4bc028d..a665d021e24d6d541cce87c32c4ce5e329dbccec 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 #
 # Makefile for the IPWireless driver
 #
index 1dbc8352e02724fb1aa27b46c42e4803053a5f95..46ae732bfc68ab8dfec9ab2becab76c2f65206ad 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 #
 # Serial bus device driver configuration
 #
index 0cbdb9444d9d4f693c0b4c060eaebbe206cadb21..078417e5b06860f9d94750cd48b9e99d053b1a41 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 serdev-objs := core.o
 
 obj-$(CONFIG_SERIAL_DEV_BUS) += serdev.o
index 15c2c54638354744beb9a7031ce4f98344e9be1e..296115f6a4d80c02ad49b11470feb976c1f703be 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 #
 # The 8250/16550 serial drivers.  You shouldn't be in this list unless
 # you somehow have an implicit or explicit dependency on SERIAL_8250.
index 72966bc0ac762116b6426fb222ed56da1ee52905..a5032e58c7376bc69ef16dca2b2f1be62ad4b0d3 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 #
 # Serial device configuration
 #
index 896a5d57881c181fc025087f5488ec6a8746e23e..3f3a6ed02ed4df39116656aeb2662eeb655a08f9 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 #
 # Makefile for the Motorola 8xx FEC ethernet controller
 #
index 705d1ff6fdeb98044c406904d63c103dca640347..4f2dbada7741efd5e4dba31ec40592d51e7c4819 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 #
 # Makefile for Jasmine adapter
 #