diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-06 18:11:55 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-08 13:08:12 +0100 |
commit | e5656d43dce828bfcacbecd614e22355073e918b (patch) | |
tree | 7bda1a2276476d88e3c428e5f74c8a7220cac0fd /drivers/tty/n_tty.c | |
parent | 4e17ff37f185c4abba98afe372cadeac368cde89 (diff) | |
download | linux-stable-e5656d43dce828bfcacbecd614e22355073e918b.tar.gz linux-stable-e5656d43dce828bfcacbecd614e22355073e918b.tar.bz2 linux-stable-e5656d43dce828bfcacbecd614e22355073e918b.zip |
tty: Remove redundant license text
Now that the SPDX tag is in all tty files, that identifies the license
in a specific and legally-defined manner. So the extra GPL text wording
can be removed as it is no longer needed at all.
This is done on a quest to remove the 700+ different ways that files in
the kernel describe the GPL license text. And there's unneeded stuff
like the address (sometimes incorrect) for the FSF which is never
needed.
No copyright headers or other non-license-description text was removed.
Cc: Jiri Slaby <jslaby@suse.com>
Cc: James Hogan <jhogan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/n_tty.c')
-rw-r--r-- | drivers/tty/n_tty.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c index 385b6a5161b2..427e0d5d8f13 100644 --- a/drivers/tty/n_tty.c +++ b/drivers/tty/n_tty.c @@ -16,9 +16,6 @@ * This file also contains code originally written by Linus Torvalds, * Copyright 1991, 1992, 1993, and by Julian Cowley, Copyright 1994. * - * This file may be redistributed under the terms of the GNU General Public - * License. - * * Reduced memory usage for older ARM systems - Russell King. * * 2000/01/20 Fixed SMP locking on put_tty_queue using bits of |