diff options
author | Nathan Chancellor <natechancellor@gmail.com> | 2018-05-06 18:13:24 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-08 13:24:15 +0200 |
commit | a81403c426f72931c05bc800225f43610f0c22da (patch) | |
tree | 42146d28c26a152228e1c775c0cda175b145a19a /drivers/staging/android/ashmem.h | |
parent | 0b694219d62a6b7bb1fb85324b3b559c04a80f5c (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/ashmem.h')
-rw-r--r-- | drivers/staging/android/ashmem.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/staging/android/ashmem.h b/drivers/staging/android/ashmem.h index 60d7208f110a..1a478173cd21 100644 --- a/drivers/staging/android/ashmem.h +++ b/drivers/staging/android/ashmem.h @@ -1,13 +1,9 @@ -// SPDX-License-Identifier: (GPL-2.0 OR Apache-2.0) +/* SPDX-License-Identifier: GPL-2.0 OR Apache-2.0 */ /* * include/linux/ashmem.h * * Copyright 2008 Google Inc. * Author: Robert Love - * - * This file is dual licensed. It may be redistributed and/or modified - * under the terms of the Apache 2.0 License OR version 2 of the GNU - * General Public License. */ #ifndef _LINUX_ASHMEM_H |