Skip to content

Commit 87ba5ba

Browse files
ts-krisbrgl
authored andcommitted
gpio: ts4900: Use SPDX header
Remove boilerplate, use the SPDX license identifier. Signed-off-by: Kris Bahnsen <kris@embeddedTS.com> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
1 parent 243cfa6 commit 87ba5ba

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

drivers/gpio/gpio-ts4900.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Digital I/O driver for Technologic Systems I2C FPGA Core
34
*
45
* Copyright (C) 2015 Technologic Systems
56
* Copyright (C) 2016 Savoir-Faire Linux
6-
*
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.
157
*/
168

179
#include <linux/gpio/driver.h>

0 commit comments

Comments
 (0)