···11+// SPDX-License-Identifier: GPL-2.012/*23 * Copyright (c) 2015, 2018, The Linux Foundation. All rights reserved.33- *44- * This software is licensed under the terms of the GNU General Public55- * License version 2, as published by the Free Software Foundation, and66- * may be copied, distributed, and modified under those terms.77- *88- * This program is distributed in the hope that it will be useful,99- * but WITHOUT ANY WARRANTY; without even the implied warranty of1010- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1111- * GNU General Public License for more details.124 */135146#include <linux/kernel.h>
+2-12
drivers/clk/qcom/clk-alpha-pll.h
···11-/*22- * Copyright (c) 2015, 2018, The Linux Foundation. All rights reserved.33- *44- * This software is licensed under the terms of the GNU General Public55- * License version 2, as published by the Free Software Foundation, and66- * may be copied, distributed, and modified under those terms.77- *88- * This program is distributed in the hope that it will be useful,99- * but WITHOUT ANY WARRANTY; without even the implied warranty of1010- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1111- * GNU General Public License for more details.1212- */11+/* SPDX-License-Identifier: GPL-2.0 */22+/* Copyright (c) 2015, 2018, The Linux Foundation. All rights reserved. */133144#ifndef __QCOM_CLK_ALPHA_PLL_H__155#define __QCOM_CLK_ALPHA_PLL_H__
+1-9
drivers/clk/qcom/clk-branch.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * Copyright (c) 2013, The Linux Foundation. All rights reserved.33- *44- * This software is licensed under the terms of the GNU General Public55- * License version 2, as published by the Free Software Foundation, and66- * may be copied, distributed, and modified under those terms.77- *88- * This program is distributed in the hope that it will be useful,99- * but WITHOUT ANY WARRANTY; without even the implied warranty of1010- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1111- * GNU General Public License for more details.124 */135146#include <linux/kernel.h>
+2-12
drivers/clk/qcom/clk-branch.h
···11-/*22- * Copyright (c) 2013, The Linux Foundation. All rights reserved.33- *44- * This software is licensed under the terms of the GNU General Public55- * License version 2, as published by the Free Software Foundation, and66- * may be copied, distributed, and modified under those terms.77- *88- * This program is distributed in the hope that it will be useful,99- * but WITHOUT ANY WARRANTY; without even the implied warranty of1010- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1111- * GNU General Public License for more details.1212- */11+/* SPDX-License-Identifier: GPL-2.0 */22+/* Copyright (c) 2013, The Linux Foundation. All rights reserved. */133144#ifndef __QCOM_CLK_BRANCH_H__155#define __QCOM_CLK_BRANCH_H__
+1-9
drivers/clk/qcom/clk-regmap.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * Copyright (c) 2014, The Linux Foundation. All rights reserved.33- *44- * This software is licensed under the terms of the GNU General Public55- * License version 2, as published by the Free Software Foundation, and66- * may be copied, distributed, and modified under those terms.77- *88- * This program is distributed in the hope that it will be useful,99- * but WITHOUT ANY WARRANTY; without even the implied warranty of1010- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1111- * GNU General Public License for more details.124 */135146#include <linux/device.h>
+2-12
drivers/clk/qcom/clk-regmap.h
···11-/*22- * Copyright (c) 2014, The Linux Foundation. All rights reserved.33- *44- * This software is licensed under the terms of the GNU General Public55- * License version 2, as published by the Free Software Foundation, and66- * may be copied, distributed, and modified under those terms.77- *88- * This program is distributed in the hope that it will be useful,99- * but WITHOUT ANY WARRANTY; without even the implied warranty of1010- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1111- * GNU General Public License for more details.1212- */11+/* SPDX-License-Identifier: GPL-2.0 */22+/* Copyright (c) 2014, The Linux Foundation. All rights reserved. */133144#ifndef __QCOM_CLK_REGMAP_H__155#define __QCOM_CLK_REGMAP_H__
+1-9
drivers/clk/qcom/common.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.33- *44- * This software is licensed under the terms of the GNU General Public55- * License version 2, as published by the Free Software Foundation, and66- * may be copied, distributed, and modified under those terms.77- *88- * This program is distributed in the hope that it will be useful,99- * but WITHOUT ANY WARRANTY; without even the implied warranty of1010- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1111- * GNU General Public License for more details.124 */135146#include <linux/export.h>
+3-12
drivers/clk/qcom/common.h
···11-/*22- * Copyright (c) 2014, The Linux Foundation. All rights reserved.33- *44- * This software is licensed under the terms of the GNU General Public55- * License version 2, as published by the Free Software Foundation, and66- * may be copied, distributed, and modified under those terms.77- *88- * This program is distributed in the hope that it will be useful,99- * but WITHOUT ANY WARRANTY; without even the implied warranty of1010- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1111- * GNU General Public License for more details.1212- */11+/* SPDX-License-Identifier: GPL-2.0 */22+/* Copyright (c) 2014, The Linux Foundation. All rights reserved. */33+134#ifndef __QCOM_CLK_COMMON_H__145#define __QCOM_CLK_COMMON_H__156