summaryrefslogtreecommitdiffstats
path: root/include/mci.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-02-18 08:36:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-02-18 08:36:45 +0100
commit57bb205fe27b168dd54b73ccc8624a5ac6766d93 (patch)
treec20e4faa63dc4352a4406b6b28d1bbc0022d2142 /include/mci.h
parent23c49023191715dc7d3f3e9e6376d321918ad892 (diff)
parent87bf44e7bf3264e3a29b6274e881140fca091f55 (diff)
downloadbarebox-57bb205fe27b168dd54b73ccc8624a5ac6766d93.tar.gz
barebox-57bb205fe27b168dd54b73ccc8624a5ac6766d93.tar.xz
Merge branch 'for-next/spdx'
Diffstat (limited to 'include/mci.h')
-rw-r--r--include/mci.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/mci.h b/include/mci.h
index d967027598..cf9d188c5c 100644
--- a/include/mci.h
+++ b/include/mci.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* (C) Copyright 2010 Juergen Beisert, Pengutronix
*
@@ -10,17 +11,6 @@
*
* See file CREDITS for list of people who contributed to this
* project.
- *
- * 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.
- *
*/
#ifndef _MCI_H_