From: Roman Kiryanov Date: Wed, 19 Dec 2018 00:31:34 +0000 (-0800) Subject: drivers: power: supply: goldfish_battery: Put an SPDX tag X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e75e3a125b40ff847d5ffca293737fb7fc1816dc;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Sebastian Reichel --- 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 - * - * 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