aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fb_upd161704.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-11 11:08:55 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-15 16:03:46 +0100
commit78c00ccc52619704a6ad8c1d4587b6bb2bfa341d (patch)
treea48a5333f4d66214e342bcd06ae439028968b633 /drivers/staging/fbtft/fb_upd161704.c
parentstaging: fbtft: add SPDX identifiers (diff)
downloadlinux-dev-78c00ccc52619704a6ad8c1d4587b6bb2bfa341d.tar.xz
linux-dev-78c00ccc52619704a6ad8c1d4587b6bb2bfa341d.zip
staging: fbtft: remove redundant license text
Now that the SPDX tag is in all fbtft 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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/fb_upd161704.c')
-rw-r--r--drivers/staging/fbtft/fb_upd161704.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/fbtft/fb_upd161704.c b/drivers/staging/fbtft/fb_upd161704.c
index c4fbb4041173..acc425fdf34e 100644
--- a/drivers/staging/fbtft/fb_upd161704.c
+++ b/drivers/staging/fbtft/fb_upd161704.c
@@ -7,16 +7,6 @@
* Based on fb_ili9325.c by Noralf Tronnes
* Based on ili9325.c by Jeroen Domburg
* Init code from UTFT library by Henning Karlsen
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
*/
#include <linux/module.h>