summaryrefslogtreecommitdiff
path: root/drivers/mci/pxamci.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-12-02 14:52:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-12-07 08:20:09 +0100
commit39321941fffd9938ebae9967fc86a642ab0a78c1 (patch)
tree80f7011a7e06ff87eb2f1b3fb951bb9bcf7dfb85 /drivers/mci/pxamci.c
parent30d61abf22d8633bf0dd34fb455bc6653204d890 (diff)
downloadbarebox-39321941fffd9938ebae9967fc86a642ab0a78c1.tar.gz
mci: 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/mci/pxamci.c')
-rw-r--r--drivers/mci/pxamci.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/drivers/mci/pxamci.c b/drivers/mci/pxamci.c
index 1a33661d0f..1ec871afbf 100644
--- a/drivers/mci/pxamci.c
+++ b/drivers/mci/pxamci.c
@@ -1,12 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
+// SPDX-FileCopyrightText: 2011 Robert Jarzmik
+
/*
- * PXA MCI driver
- *
- * Copyright (C) 2011 Robert Jarzmik
- *
- * 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.
- *
+ * PXA MCI driver
* Insprired by linux kernel driver
*/