We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbc67a commit 2479191Copy full SHA for 2479191
drivers/input/misc/cpcap-pwrbutton.c
@@ -1,16 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
2
/*
3
* CPCAP Power Button Input Driver
4
*
5
* Copyright (C) 2017 Sebastian Reichel <[email protected]>
- *
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.
14
*/
15
16
#include <linux/module.h>
0 commit comments