summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mxs.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2021-03-03 10:23:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-03-04 12:09:23 +0100
commit38563272252dc4e30039519002bcd76e5ca36874 (patch)
treeb287527b48f4ab9f4fd1e131b0b9db0fa1d69f53 /drivers/gpio/gpio-mxs.c
parentdb6acc08ec78cd019da87b22ef925ba78028abf4 (diff)
downloadbarebox-38563272252dc4e30039519002bcd76e5ca36874.tar.gz
barebox-38563272252dc4e30039519002bcd76e5ca36874.tar.xz
gpio: Replace license and copyright boilerplate by SPDX identifiers
Converts the files that licensecheck can determine to be licensed under GPL-2.0-only or GPL-2.0-or-later and also convert the copyright statements to SPDX. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/gpio/gpio-mxs.c')
-rw-r--r--drivers/gpio/gpio-mxs.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/drivers/gpio/gpio-mxs.c b/drivers/gpio/gpio-mxs.c
index aca93f5b27..dde79f8fe8 100644
--- a/drivers/gpio/gpio-mxs.c
+++ b/drivers/gpio/gpio-mxs.c
@@ -1,15 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+
/*
* Freescale MXS gpio support
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
*/
#include <common.h>