Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 496

Based on 1 normalized pattern(s):

licensed under gpl v2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 1 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081206.395945938@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
f8a88917 aaa7cb26

+1 -2
+1 -2
sound/soc/codecs/ics43432.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * I2S MEMS microphone driver for InvenSense ICS-43432 3 4 * ··· 6 5 * - I2S interface, 64 BCLs per frame, 32 bits per channel, 24 bit data 7 6 * 8 7 * Copyright (c) 2015 Axis Communications AB 9 - * 10 - * Licensed under GPL v2. 11 8 */ 12 9 13 10 #include <linux/module.h>