Commit 87ba5bad authored by Kris Bahnsen's avatar Kris Bahnsen Committed by Bartosz Golaszewski

gpio: ts4900: Use SPDX header

Remove boilerplate, use the SPDX license identifier.
Signed-off-by: default avatarKris Bahnsen <kris@embeddedTS.com>
Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
parent 243cfa6a
// 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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment