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/clk-fixed.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'drivers/clk/clk-fixed.c') diff --git a/drivers/clk/clk-fixed.c b/drivers/clk/clk-fixed.c index 411f6fe473..d7ac59c4d4 100644 --- a/drivers/clk/clk-fixed.c +++ b/drivers/clk/clk-fixed.c @@ -1,18 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * clk-fixed.c - generic barebox clock support. Based on Linux clk support * * Copyright (c) 2012 Sascha Hauer , Pengutronix - * - * 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; either version 2 of - * the License, or (at your option) any later version. - * - * 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 #include -- cgit v1.2.3