From a3e34d47db23fcd04fedc59f4055078e892bf755 Mon Sep 17 00:00:00 2001 From: Finley Xiao Date: Tue, 21 Apr 2020 09:44:43 +0800 Subject: [PATCH] soc: rockchip: pvtm: use SPDX-License-Identifier This updates the rockchip_pvtm.c file to use SPDX-License-Identifier instead of more verbose license text. Change-Id: I9f89999e0668269ff7d9283e90710bf0b06bde7f Signed-off-by: Finley Xiao --- drivers/soc/rockchip/rockchip_pvtm.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/soc/rockchip/rockchip_pvtm.c b/drivers/soc/rockchip/rockchip_pvtm.c index 84da125482ba..60037902b31d 100644 --- a/drivers/soc/rockchip/rockchip_pvtm.c +++ b/drivers/soc/rockchip/rockchip_pvtm.c @@ -1,17 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Rockchip PVTM support. * * Copyright (c) 2016 Rockchip Electronics Co. Ltd. * Author: Finley Xiao - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of version 2 of the GNU General Public License as - * published by the Free Software Foundation. - * - * 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. */ #include