diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-09-07 02:13:29 +0000 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-09-11 12:25:32 +0200 |
commit | 63b6d7e762cb434a71588e1a824207f4d65a6745 (patch) | |
tree | c0a978c365c8b8c69fe59dcf18b2230c01bb339e /drivers/pinctrl/sh-pfc/core.h | |
parent | 2ef7a12f5529d282370360b53c9ec35edb1416f0 (diff) | |
download | linux-63b6d7e762cb434a71588e1a824207f4d65a6745.tar.gz linux-63b6d7e762cb434a71588e1a824207f4d65a6745.tar.bz2 linux-63b6d7e762cb434a71588e1a824207f4d65a6745.zip |
pinctrl: sh-pfc: Convert to SPDX identifiers
This patch updates license to use SPDX-License-Identifier
instead of verbose license text.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/core.h')
-rw-r--r-- | drivers/pinctrl/sh-pfc/core.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/pinctrl/sh-pfc/core.h b/drivers/pinctrl/sh-pfc/core.h index 5af8ee26c03e..b5b1d163e98a 100644 --- a/drivers/pinctrl/sh-pfc/core.h +++ b/drivers/pinctrl/sh-pfc/core.h @@ -1,11 +1,8 @@ -/* +/* SPDX-License-Identifier: GPL-2.0 + * * SuperH Pin Function Controller support. * * Copyright (C) 2012 Renesas Solutions Corp. - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. */ #ifndef __SH_PFC_CORE_H__ #define __SH_PFC_CORE_H__ |