aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/metag_da.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-06 18:11:55 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-08 13:08:12 +0100
commite5656d43dce828bfcacbecd614e22355073e918b (patch)
tree7bda1a2276476d88e3c428e5f74c8a7220cac0fd /drivers/tty/metag_da.c
parenttty: serdev: Remove redundant license text (diff)
downloadlinux-dev-e5656d43dce828bfcacbecd614e22355073e918b.tar.xz
linux-dev-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/metag_da.c')
-rw-r--r--drivers/tty/metag_da.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/tty/metag_da.c b/drivers/tty/metag_da.c
index 6c804966e092..99eaed4b2dbc 100644
--- a/drivers/tty/metag_da.c
+++ b/drivers/tty/metag_da.c
@@ -3,11 +3,6 @@
* dashtty.c - tty driver for Dash channels interface.
*
* Copyright (C) 2007,2008,2012 Imagination Technologies
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file COPYING in the main directory of this archive
- * for more details.
- *
*/
#include <linux/atomic.h>