summaryrefslogtreecommitdiff
path: root/drivers/input/misc/cpcap-pwrbutton.c
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2023-07-06 00:49:36 +0300
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2023-07-06 00:50:00 +0300
commit2479191c30fe90c368fd6c8842e9846959466ccd (patch)
tree72220da618aa97d9237254ae143d542e6d8d55e6 /drivers/input/misc/cpcap-pwrbutton.c
parentafbc67a90c7ccef304796af15477b43de5555b07 (diff)
downloadlinux-2479191c30fe90c368fd6c8842e9846959466ccd.tar.xz
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 <sre@kernel.org> Link: https://lore.kernel.org/r/20230705212231.631525-1-sre@kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/cpcap-pwrbutton.c')
-rw-r--r--drivers/input/misc/cpcap-pwrbutton.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/input/misc/cpcap-pwrbutton.c b/drivers/input/misc/cpcap-pwrbutton.c
index 5aff5a7d6a35..85cddb84717a 100644
--- a/drivers/input/misc/cpcap-pwrbutton.c
+++ b/drivers/input/misc/cpcap-pwrbutton.c
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* CPCAP Power Button Input Driver
*
* Copyright (C) 2017 Sebastian Reichel <sre@kernel.org>
- *
- * 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.
- *
- * 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>