aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/goldfish
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2018-12-22 10:24:53 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-15 16:08:04 +0100
commitd94e038910a8ffd6b219e0ba6359dede951dc27e (patch)
treea3775516f13e93a3969e9d6392d78bcc81a4dfdc /drivers/staging/goldfish
parentstaging: wilc1000: remove set but not used variable 'msa' (diff)
downloadlinux-dev-d94e038910a8ffd6b219e0ba6359dede951dc27e.tar.xz
linux-dev-d94e038910a8ffd6b219e0ba6359dede951dc27e.zip
staging: goldfish: remove GPL boiler plate text
The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. There is a SPDX identifier line in goldfish_audio.c. Remove the GPL boiler plate text to reduce file size. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/goldfish')
-rw-r--r--drivers/staging/goldfish/goldfish_audio.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/goldfish/goldfish_audio.c b/drivers/staging/goldfish/goldfish_audio.c
index d4520490cf6d..24a738238f9f 100644
--- a/drivers/staging/goldfish/goldfish_audio.c
+++ b/drivers/staging/goldfish/goldfish_audio.c
@@ -4,16 +4,6 @@
*
* Copyright (C) 2007 Google, Inc.
* Copyright (C) 2012 Intel, Inc.
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * 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>