diff options
author | Dan Murphy <dmurphy@ti.com> | 2020-07-30 09:31:21 -0500 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2020-08-28 00:04:44 +0200 |
commit | 44ff56c022c03e69c0eae1d25cf4107be3875630 (patch) | |
tree | 193d5e6ee8956bdb370f8973301985f27ef2e01f /drivers/power/supply/bq27xxx_battery_hdq.c | |
parent | c24b9a741b5f292112f2f75091f06a561b665770 (diff) | |
download | lwn-44ff56c022c03e69c0eae1d25cf4107be3875630.tar.gz lwn-44ff56c022c03e69c0eae1d25cf4107be3875630.zip |
power: bq27xxx: Update to SPDX licensing
Update the license to the SPDX licensing format.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/supply/bq27xxx_battery_hdq.c')
-rw-r--r-- | drivers/power/supply/bq27xxx_battery_hdq.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/power/supply/bq27xxx_battery_hdq.c b/drivers/power/supply/bq27xxx_battery_hdq.c index 29771967df2e..12b10dad77d3 100644 --- a/drivers/power/supply/bq27xxx_battery_hdq.c +++ b/drivers/power/supply/bq27xxx_battery_hdq.c @@ -1,16 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * BQ27xxx battery monitor HDQ/1-wire driver * * Copyright (C) 2007-2017 Texas Instruments Incorporated - https://www.ti.com/ * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any - * kind, whether express or implied; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include <linux/kernel.h> |