···11+// SPDX-License-Identifier: GPL-2.012/*23 * Copyright 2017 NXP34 *45 * Dong Aisheng <aisheng.dong@nxp.com>55- *66- * This program is free software; you can redistribute it and/or modify it77- * under the terms and conditions of the GNU General Public License,88- * version 2, as published by the Free Software Foundation.99- *1010- * This program is distributed in the hope it will be useful, but WITHOUT1111- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or1212- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for1313- * more details.1414- *1515- * You should have received a copy of the GNU General Public License1616- * along with this program. If not, see <http://www.gnu.org/licenses/>.176 */187198#include <linux/clk.h>
+1-4
drivers/clk/clk-conf.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * Copyright (C) 2014 Samsung Electronics Co., Ltd.34 * Sylwester Nawrocki <s.nawrocki@samsung.com>44- *55- * This program is free software; you can redistribute it and/or modify66- * it under the terms of the GNU General Public License version 2 as77- * published by the Free Software Foundation.85 */96107#include <linux/clk.h>
+1-6
drivers/clk/clk-devres.c
···11-/*22- * This program is free software; you can redistribute it and/or modify33- * it under the terms of the GNU General Public License version 2 as44- * published by the Free Software Foundation.55- */66-11+// SPDX-License-Identifier: GPL-2.072#include <linux/clk.h>83#include <linux/device.h>94#include <linux/export.h>
+1-4
drivers/clk/clk.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * Copyright (C) 2010-2011 Canonical Ltd <jeremy.kerr@canonical.com>34 * Copyright (C) 2011-2012 Linaro Ltd <mturquette@linaro.org>44- *55- * This program is free software; you can redistribute it and/or modify66- * it under the terms of the GNU General Public License version 2 as77- * published by the Free Software Foundation.85 *96 * Standard functionality for the common clock API. See Documentation/driver-api/clk.rst107 */
+1-6
drivers/clk/clk.h
···11+/* SPDX-License-Identifier: GPL-2.0 */12/*22- * linux/drivers/clk/clk.h33- *43 * Copyright (C) 2013 Samsung Electronics Co., Ltd.54 * Sylwester Nawrocki <s.nawrocki@samsung.com>66- *77- * This program is free software; you can redistribute it and/or modify88- * it under the terms of the GNU General Public License version 2 as99- * published by the Free Software Foundation.105 */116127struct clk_hw;
+1-6
include/linux/clk-provider.h
···11+/* SPDX-License-Identifier: GPL-2.0 */12/*22- * linux/include/linux/clk-provider.h33- *43 * Copyright (c) 2010-2011 Jeremy Kerr <jeremy.kerr@canonical.com>54 * Copyright (C) 2011-2012 Linaro Ltd <mturquette@linaro.org>66- *77- * This program is free software; you can redistribute it and/or modify88- * it under the terms of the GNU General Public License version 2 as99- * published by the Free Software Foundation.105 */116#ifndef __LINUX_CLK_PROVIDER_H127#define __LINUX_CLK_PROVIDER_H
+1-4
include/linux/clk/clk-conf.h
···11+/* SPDX-License-Identifier: GPL-2.0 */12/*23 * Copyright (C) 2014 Samsung Electronics Co., Ltd.34 * Sylwester Nawrocki <s.nawrocki@samsung.com>44- *55- * This program is free software; you can redistribute it and/or modify66- * it under the terms of the GNU General Public License version 2 as77- * published by the Free Software Foundation.85 */96107#include <linux/types.h>