summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-07-24 19:13:19 +0300
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-07-27 09:33:07 +0200
commita13f5e77a510af20800829190a282dfe78c83787 (patch)
tree9597aef39293ee12142308c72e74bfe63489a47f
parent806693e6cb8cb96349e482670cf0c82fe6359c4a (diff)
downloadlinux-stable-a13f5e77a510af20800829190a282dfe78c83787.tar.gz
linux-stable-a13f5e77a510af20800829190a282dfe78c83787.tar.bz2
linux-stable-a13f5e77a510af20800829190a282dfe78c83787.zip
gpio: ge: Replace GPLv2 boilerplate with SPDX
Replace the GPLv2 boilerplate text with a nice and short SPDX header. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> # build-tested Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r--drivers/gpio/gpio-ge.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpio/gpio-ge.c b/drivers/gpio/gpio-ge.c
index 268de5496fcb..5dc49648d8e3 100644
--- a/drivers/gpio/gpio-ge.c
+++ b/drivers/gpio/gpio-ge.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Driver for GE FPGA based GPIO
*
* Author: Martyn Welch <martyn.welch@ge.com>
*
* 2008 (c) GE Intelligent Platforms Embedded Systems, Inc.
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2. This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
*/
/*