From 20797ba6585eba3c8580524991298b36d002bf73 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 13 Apr 2020 09:51:54 +0200 Subject: clk: migrate to SPDX-License-Identifier use Some of these are a product of source sync with Linux, the other were done with macro assistance by searching for /later/, deleting license text, adding appropriate SPDX-License-Identifier and manual post-review. Devices without a license indicated where assumed GPL-2.0-only according with the project's license. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- drivers/clk/mvebu/common.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'drivers/clk/mvebu/common.c') diff --git a/drivers/clk/mvebu/common.c b/drivers/clk/mvebu/common.c index 609e63697c..c7de00ac77 100644 --- a/drivers/clk/mvebu/common.c +++ b/drivers/clk/mvebu/common.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Marvell EBU SoC common clock handling * @@ -5,10 +6,6 @@ * * Based on Linux Marvell MVEBU clock providers * Copyright (C) 2012 Marvell - * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without any - * warranty of any kind, whether express or implied. */ #include -- cgit v1.2.3