Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: Tag clk core files with SPDX

These are all GPL-2.0 files per the existing license text. Replace the
boiler plate with the tag.

Signed-off-by: Stephen Boyd <sboyd@kernel.org>

+7 -42
+1 -12
drivers/clk/clk-bulk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright 2017 NXP 3 4 * 4 5 * Dong Aisheng <aisheng.dong@nxp.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <linux/clk.h>
+1 -4
drivers/clk/clk-conf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2014 Samsung Electronics Co., Ltd. 3 4 * Sylwester Nawrocki <s.nawrocki@samsung.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 5 */ 9 6 10 7 #include <linux/clk.h>
+1 -6
drivers/clk/clk-devres.c
··· 1 - /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - */ 6 - 1 + // SPDX-License-Identifier: GPL-2.0 7 2 #include <linux/clk.h> 8 3 #include <linux/device.h> 9 4 #include <linux/export.h>
+1 -4
drivers/clk/clk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2010-2011 Canonical Ltd <jeremy.kerr@canonical.com> 3 4 * Copyright (C) 2011-2012 Linaro Ltd <mturquette@linaro.org> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 5 * 9 6 * Standard functionality for the common clock API. See Documentation/driver-api/clk.rst 10 7 */
+1 -6
drivers/clk/clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 - * linux/drivers/clk/clk.h 3 - * 4 3 * Copyright (C) 2013 Samsung Electronics Co., Ltd. 5 4 * Sylwester Nawrocki <s.nawrocki@samsung.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 5 */ 11 6 12 7 struct clk_hw;
+1 -6
include/linux/clk-provider.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 - * linux/include/linux/clk-provider.h 3 - * 4 3 * Copyright (c) 2010-2011 Jeremy Kerr <jeremy.kerr@canonical.com> 5 4 * Copyright (C) 2011-2012 Linaro Ltd <mturquette@linaro.org> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 5 */ 11 6 #ifndef __LINUX_CLK_PROVIDER_H 12 7 #define __LINUX_CLK_PROVIDER_H
+1 -4
include/linux/clk/clk-conf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2014 Samsung Electronics Co., Ltd. 3 4 * Sylwester Nawrocki <s.nawrocki@samsung.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 5 */ 9 6 10 7 #include <linux/types.h>