We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243cfa6 commit 87ba5baCopy full SHA for 87ba5ba
1 file changed
drivers/gpio/gpio-ts4900.c
@@ -1,17 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Digital I/O driver for Technologic Systems I2C FPGA Core
4
*
5
* Copyright (C) 2015 Technologic Systems
6
* Copyright (C) 2016 Savoir-Faire Linux
- *
7
- * This program is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
10
11
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
12
- * kind, whether expressed or implied; without even the implied warranty
13
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License version 2 for more details.
15
*/
16
17
#include <linux/gpio/driver.h>
0 commit comments