From: Kris Bahnsen <kris@embeddedTS.com>
To: Linus Walleij <linus.walleij@linaro.org>,
Bartosz Golaszewski <brgl@bgdev.pl>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Mark Featherston <mark@embeddedTS.com>,
Kris Bahnsen <kris@embeddedTS.com>
Subject: [PATCH v3 2/2] gpio: ts4900: Use SPDX header
Date: Wed, 9 Mar 2022 17:16:17 -0800 [thread overview]
Message-ID: <20220310011617.29660-3-kris@embeddedTS.com> (raw)
In-Reply-To: <20220310011617.29660-1-kris@embeddedTS.com>
Remove boilerplate, use the SPDX license identifier.
Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
---
drivers/gpio/gpio-ts4900.c | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/drivers/gpio/gpio-ts4900.c b/drivers/gpio/gpio-ts4900.c
index d918d2df4de2..69854fd2382a 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, 2018 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>
--
2.11.0
next prev parent reply other threads:[~2022-03-10 1:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-10 1:16 [PATCH v3 0/2] gpio: ts4900: Do not set DAT and OE together Kris Bahnsen
2022-03-10 1:16 ` [PATCH v3 1/2] " Kris Bahnsen
2022-03-10 9:06 ` Bartosz Golaszewski
2022-03-10 14:48 ` Andy Shevchenko
2022-03-10 17:36 ` Kris Bahnsen
2022-03-10 19:30 ` Bartosz Golaszewski
2022-03-10 19:47 ` Kris Bahnsen
2022-03-11 11:25 ` Andy Shevchenko
2022-03-10 1:16 ` Kris Bahnsen [this message]
2022-03-10 9:06 ` [PATCH v3 2/2] gpio: ts4900: Use SPDX header Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220310011617.29660-3-kris@embeddedTS.com \
--to=kris@embeddedts.com \
--cc=brgl@bgdev.pl \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark@embeddedTS.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.