diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-05-23 16:24:40 -0300 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2018-06-01 14:31:02 -0700 |
commit | 45f8b0dde3c4e5445aebeb950de1dffacd94d4a6 (patch) | |
tree | e0d7a821c8579b42e3c8f020684131c24c41f9ae /drivers/thermal/imx_thermal.c | |
parent | 10c8251cce3380823c755a63f97cca432fcc4aec (diff) | |
download | linux-45f8b0dde3c4e5445aebeb950de1dffacd94d4a6.tar.bz2 |
thermal: imx: 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: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/imx_thermal.c')
-rw-r--r-- | drivers/thermal/imx_thermal.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c index c30dc21c3b5d..334d98be03b9 100644 --- a/drivers/thermal/imx_thermal.c +++ b/drivers/thermal/imx_thermal.c @@ -1,11 +1,6 @@ -/* - * Copyright 2013 Freescale Semiconductor, Inc. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - */ +// SPDX-License-Identifier: GPL-2.0 +// +// Copyright 2013 Freescale Semiconductor, Inc. #include <linux/clk.h> #include <linux/cpufreq.h> |