summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x/netlink_k.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2018-04-25 15:11:18 +0200
committerGreg Kroah-Hartman2018-04-26 09:17:34 +0200
commitad9bd58c2adf6c4faf5e62bf7479d2d30c183bc6 (patch)
tree0044994bfa66d51b5f71731b9ac39af551078a02 /drivers/staging/gdm724x/netlink_k.c
parentstaging: gdm724x: add SPDX identifiers to all files. (diff)
downloadkernel-qcow2-linux-ad9bd58c2adf6c4faf5e62bf7479d2d30c183bc6.tar.gz
kernel-qcow2-linux-ad9bd58c2adf6c4faf5e62bf7479d2d30c183bc6.tar.xz
kernel-qcow2-linux-ad9bd58c2adf6c4faf5e62bf7479d2d30c183bc6.zip
staging: gdm724x: remove redundant license information
Now that the SPDX tag is in all gdm724x 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. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gdm724x/netlink_k.c')
-rw-r--r--drivers/staging/gdm724x/netlink_k.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/staging/gdm724x/netlink_k.c b/drivers/staging/gdm724x/netlink_k.c
index 278afe6c8f09..92440c3f055b 100644
--- a/drivers/staging/gdm724x/netlink_k.c
+++ b/drivers/staging/gdm724x/netlink_k.c
@@ -1,16 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-/*
- * Copyright (c) 2012 GCT Semiconductor, Inc. All rights reserved.
- *
- * 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.
- */
+/* Copyright (c) 2012 GCT Semiconductor, Inc. All rights reserved. */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt