diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-03 07:45:06 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-19 17:09:08 +0200 |
commit | d6869352cb3c3cf3450637a52349e2e87c1354aa (patch) | |
tree | 05b95ab843c62c959e9bf62f1735c2bbf134bf6b /sound/aoa/core/gpio-pmf.c | |
parent | 8092f73c51567470bd79472c6eb25d2e1841fac3 (diff) | |
download | linux-stable-d6869352cb3c3cf3450637a52349e2e87c1354aa.tar.gz linux-stable-d6869352cb3c3cf3450637a52349e2e87c1354aa.tar.bz2 linux-stable-d6869352cb3c3cf3450637a52349e2e87c1354aa.zip |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 250
Based on 1 normalized pattern(s):
gpl v2 can be found in copying
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 20 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Enrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190602204655.283615864@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/aoa/core/gpio-pmf.c')
-rw-r--r-- | sound/aoa/core/gpio-pmf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/aoa/core/gpio-pmf.c b/sound/aoa/core/gpio-pmf.c index c8d8a1a6f964..37866039d1ea 100644 --- a/sound/aoa/core/gpio-pmf.c +++ b/sound/aoa/core/gpio-pmf.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Apple Onboard Audio pmf GPIOs * * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> - * - * GPL v2, can be found in COPYING. */ #include <linux/slab.h> |