diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-09-25 10:34:05 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-09-29 03:16:37 +0300 |
commit | 9e288cefcc551c7b5b04f8abc7099d3451a70f5f (patch) | |
tree | 075c3b0b220f285089e6c0f0606a41d43cd929b2 /drivers/clk/renesas/clk-emev2.c | |
parent | e848c2ea117f222b62715d5c4e1714ec4e0aa647 (diff) | |
download | linux-9e288cefcc551c7b5b04f8abc7099d3451a70f5f.tar.xz |
clk: renesas: 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>
[rebased against clk-spdx]
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/renesas/clk-emev2.c')
-rw-r--r-- | drivers/clk/renesas/clk-emev2.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/clk/renesas/clk-emev2.c b/drivers/clk/renesas/clk-emev2.c index a91825471c79..7f3b5f9631bd 100644 --- a/drivers/clk/renesas/clk-emev2.c +++ b/drivers/clk/renesas/clk-emev2.c @@ -1,21 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * EMMA Mobile EV2 common clock framework support * * Copyright (C) 2013 Takashi Yoshii <takashi.yoshii.ze@renesas.com> * Copyright (C) 2012 Magnus Damm - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <linux/clk-provider.h> #include <linux/clkdev.h> |