]> Git Repo - J-linux.git/commitdiff
Input: cpcap-pwrbutton - replace GPLv2 boilerplate with SPDX
authorSebastian Reichel <[email protected]>
Wed, 5 Jul 2023 21:49:36 +0000 (14:49 -0700)
committerDmitry Torokhov <[email protected]>
Wed, 5 Jul 2023 21:50:00 +0000 (14:50 -0700)
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]>
drivers/input/misc/cpcap-pwrbutton.c

index 5aff5a7d6a35c96be29a8f26c683c2f40aac5bff..85cddb84717aeaa6b08856454b609ead0c62daae 100644 (file)
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * CPCAP Power Button Input Driver
  *
  * Copyright (C) 2017 Sebastian Reichel <[email protected]>
- *
- * 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>
This page took 0.067285 seconds and 4 git commands to generate.