Skip to content

Commit 2479191

Browse files
sredtor
authored andcommitted
Input: cpcap-pwrbutton - replace GPLv2 boilerplate with SPDX
Replace the GPLv2 boilerplate text with a nice and short SPDX header. Signed-off-by: Sebastian Reichel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent afbc67a commit 2479191

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

drivers/input/misc/cpcap-pwrbutton.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* CPCAP Power Button Input Driver
34
*
45
* Copyright (C) 2017 Sebastian Reichel <[email protected]>
5-
*
6-
* This file is subject to the terms and conditions of the GNU General
7-
* Public License. See the file "COPYING" in the main directory of this
8-
* archive for more details.
9-
*
10-
* This program is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
146
*/
157

168
#include <linux/module.h>

0 commit comments

Comments
 (0)