summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/vsoc.c
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2018-05-06 18:13:24 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-08 13:24:15 +0200
commita81403c426f72931c05bc800225f43610f0c22da (patch)
tree42146d28c26a152228e1c775c0cda175b145a19a /drivers/staging/android/vsoc.c
parent0b694219d62a6b7bb1fb85324b3b559c04a80f5c (diff)
staging: android: Clean up license identifiers
Add the identifiers when missing and fix the ones already present according to checkpatch.pl. Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/vsoc.c')
-rw-r--r--drivers/staging/android/vsoc.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/staging/android/vsoc.c b/drivers/staging/android/vsoc.c
index 954ed2c5d807..6ef7a011d789 100644
--- a/drivers/staging/android/vsoc.c
+++ b/drivers/staging/android/vsoc.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* drivers/android/staging/vsoc.c
*
@@ -7,16 +8,6 @@
*
* Author: ghartman@google.com
*
- * 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.
- *
- *
* Based on drivers/char/kvm_ivshmem.c - driver for KVM Inter-VM shared memory
* Copyright 2009 Cam Macdonell <cam@cs.ualberta.ca>
*