power: supply: s3c_adc_battery: add SPDX license identifier
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 10 Feb 2021 17:21:07 +0000 (18:21 +0100)
committerSebastian Reichel <sre@kernel.org>
Sat, 6 Mar 2021 17:39:05 +0000 (18:39 +0100)
Add SPDX license identifier and replace license boilerplate.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/s3c_adc_battery.c

index a2addc24ee8b83b8448c7998267ef0a35b1a93fa..de98aea53a24d93e7980ced1e96a12c7a4eceb65 100644 (file)
@@ -1,13 +1,8 @@
-/*
- *     iPAQ h1930/h1940/rx1950 battery controller driver
- *     Copyright (c) Vasily Khoruzhick
- *     Based on h1940_battery.c by Arnaud Patard
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file COPYING in the main directory of this archive for
- * more details.
- *
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// iPAQ h1930/h1940/rx1950 battery controller driver
+// Copyright (c) Vasily Khoruzhick
+// Based on h1940_battery.c by Arnaud Patard
 
 #include <linux/interrupt.h>
 #include <linux/platform_device.h>