Skip to content

Commit e75e3a1

Browse files
Roman Kiryanovsre
authored andcommitted
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 <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 0367e23 commit e75e3a1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

drivers/power/supply/goldfish_battery.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1+
// SPDX-License-Identifier: GPL
12
/*
23
* Power supply driver for the goldfish emulator
34
*
45
* Copyright (C) 2008 Google, Inc.
56
* Copyright (C) 2012 Intel, Inc.
67
* Copyright (C) 2013 Intel, Inc.
78
* Author: Mike Lockwood <[email protected]>
8-
*
9-
* This software is licensed under the terms of the GNU General Public
10-
* License version 2, as published by the Free Software Foundation, and
11-
* may be copied, distributed, and modified under those terms.
12-
*
13-
* This program is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
179
*/
1810

1911
#include <linux/module.h>

0 commit comments

Comments
 (0)