From 72394b6690c990ffa754bbc19beb8efe18bd066d Mon Sep 17 00:00:00 2001 From: Archana Sriram Date: Tue, 16 Nov 2021 14:32:27 +0530 Subject: [PATCH] thermal: Update copyright info for ADC_TM driver Update copyright info for qpnp-adc-tm driver files. Change-Id: I07a0846c0fdc6970e092b1d2d3fb741aef73b952 Signed-off-by: Archana Sriram --- drivers/thermal/qpnp-adc-common.c | 16 +++++----------- drivers/thermal/qpnp-adc-tm.c | 13 +++---------- include/linux/qpnp/qpnp-adc.h | 9 --------- 3 files changed, 8 insertions(+), 30 deletions(-) diff --git a/drivers/thermal/qpnp-adc-common.c b/drivers/thermal/qpnp-adc-common.c index 81e421a6d13e..0b7116dfeec2 100644 --- a/drivers/thermal/qpnp-adc-common.c +++ b/drivers/thermal/qpnp-adc-common.c @@ -1,16 +1,10 @@ // SPDX-License-Identifier: GPL-2.0-only -/* Copyright (c) 2012-2021, The Linux Foundation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 and - * only version 2 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. +/* + * Copyright (c) 2012-2021, The Linux Foundation. All rights reserved. + */ +/* + * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved. */ - #define pr_fmt(fmt) "%s: " fmt, __func__ #include diff --git a/drivers/thermal/qpnp-adc-tm.c b/drivers/thermal/qpnp-adc-tm.c index 199c74f34726..0cbf0083a5d8 100644 --- a/drivers/thermal/qpnp-adc-tm.c +++ b/drivers/thermal/qpnp-adc-tm.c @@ -1,16 +1,9 @@ // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2012-2019,2021, The Linux Foundation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 and - * only version 2 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. - * + */ +/* + * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved. */ #define pr_fmt(fmt) "%s: " fmt, __func__ diff --git a/include/linux/qpnp/qpnp-adc.h b/include/linux/qpnp/qpnp-adc.h index b17c6a7de41c..0d03c6c7c7d7 100644 --- a/include/linux/qpnp/qpnp-adc.h +++ b/include/linux/qpnp/qpnp-adc.h @@ -1,15 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2012-2018, 2020-2021, The Linux Foundation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 and - * only version 2 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. */ /* * Qualcomm Technologies Inc. PMIC QPNP ADC driver header file