summaryrefslogtreecommitdiff
path: root/drivers/power
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2018-12-18 16:31:34 -0800
committerSebastian Reichel <sebastian.reichel@collabora.com>2019-01-20 22:28:10 +0100
commite75e3a125b40ff847d5ffca293737fb7fc1816dc (patch)
tree9b39288c41ec6b36fac20994b45665dc3a68e1c0 /drivers/power
parent0367e23425afdffe1f5b94e56a214d62b35beb05 (diff)
drivers: power: supply: goldfish_battery: Put an SPDX tag
There was a checkpatch complain: "Missing or malformed SPDX-License-Identifier tag". Signed-off-by: Roman Kiryanov <rkir@google.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/supply/goldfish_battery.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/power/supply/goldfish_battery.c b/drivers/power/supply/goldfish_battery.c
index f5c525e4482a..8af3e05f9dec 100644
--- a/drivers/power/supply/goldfish_battery.c
+++ b/drivers/power/supply/goldfish_battery.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL
/*
* Power supply driver for the goldfish emulator
*
@@ -5,15 +6,6 @@
* Copyright (C) 2012 Intel, Inc.
* Copyright (C) 2013 Intel, Inc.
* Author: Mike Lockwood <lockwood@android.com>
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * 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.
*/
#include <linux/module.h>