summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-jz4740.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-jz4740.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-jz4740.c')
-rw-r--r--drivers/gpio/gpio-jz4740.c18
1 files changed, 4 insertions, 14 deletions
diff --git a/drivers/gpio/gpio-jz4740.c b/drivers/gpio/gpio-jz4740.c
index bf99b718e8..cf1afb9f1d 100644
--- a/drivers/gpio/gpio-jz4740.c
+++ b/drivers/gpio/gpio-jz4740.c
@@ -1,19 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-FileCopyrightText: 2013,2014 Antony Pavlov <antonynpavlov@gmail.com>
+// SPDX-FileCopyrightText: 2009-2010 Lars-Peter Clausen <lars@metafoo.de>
+
/*
- * Copyright (C) 2013, 2014 Antony Pavlov <antonynpavlov@gmail.com>
- *
* Based on Linux JZ4740 platform GPIO support:
- * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de>
- *
- * 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>