Skip to content

Commit ca0f6e0

Browse files
committed
power: supply: generic-adc-battery: update copyright info
jz4740-battery.c and s3c_adc_battery.c have been removed from the tree and after all of my restructuring the driver is basically no longer based on them. Thus update the copyright information and switch to SPDX license identifier while being at it. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
1 parent 165663a commit ca0f6e0

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

drivers/power/supply/generic-adc-battery.c

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
2-
* Generic battery driver code using IIO
3+
* Generic battery driver using IIO
34
* Copyright (C) 2012, Anish Kumar <anish198519851985@gmail.com>
4-
* based on jz4740-battery.c
5-
* based on s3c_adc_battery.c
6-
*
7-
* This file is subject to the terms and conditions of the GNU General Public
8-
* License. See the file COPYING in the main directory of this archive for
9-
* more details.
10-
*
5+
* Copyright (c) 2023, Sebastian Reichel <sre@kernel.org>
116
*/
127
#include <linux/interrupt.h>
138
#include <linux/platform_device.h>

0 commit comments

Comments
 (0)