diff options
author | Kris Bahnsen <kris@embeddedTS.com> | 2022-03-10 12:05:39 +0300 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-03-10 12:05:39 +0300 |
commit | 87ba5badc541a79bab2fa3243ee0008c0880c64a (patch) | |
tree | 99321b053a85ade0296ad8943c74dc6999dffcaf /drivers/gpio/gpio-ts4900.c | |
parent | 243cfa6a6782809975a0002125514a57db7df752 (diff) | |
download | linux-87ba5badc541a79bab2fa3243ee0008c0880c64a.tar.xz |
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>
Diffstat (limited to 'drivers/gpio/gpio-ts4900.c')
-rw-r--r-- | drivers/gpio/gpio-ts4900.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/gpio/gpio-ts4900.c b/drivers/gpio/gpio-ts4900.c index d885032cf814..c2affc54979d 100644 --- a/drivers/gpio/gpio-ts4900.c +++ b/drivers/gpio/gpio-ts4900.c @@ -1,17 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Digital I/O driver for Technologic Systems I2C FPGA Core * * Copyright (C) 2015 Technologic Systems * Copyright (C) 2016 Savoir-Faire Linux - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any - * kind, whether expressed or implied; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License version 2 for more details. */ #include <linux/gpio/driver.h> |