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

soc: imx: gpcv2: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Fabio Estevam and committed by
Shawn Guo
8d8e3b7d 2fe761d1

+1 -7
+1 -7
drivers/soc/imx/gpcv2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Copyright 2017 Impinj, Inc 3 4 * Author: Andrey Smirnov <andrew.smirnov@gmail.com> ··· 6 5 * Based on the code of analogus driver: 7 6 * 8 7 * Copyright 2015-2017 Pengutronix, Lucas Stach <kernel@pengutronix.de> 9 - * 10 - * The code contained herein is licensed under the GNU General Public 11 - * License. You may obtain a copy of the GNU General Public License 12 - * Version 2 or later at the following locations: 13 - * 14 - * http://www.opensource.org/licenses/gpl-license.html 15 - * http://www.gnu.org/copyleft/gpl.html 16 8 */ 17 9 18 10 #include <linux/of_device.h>