summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-10-31 09:24:00 -0400
committerTom Rini <trini@ti.com>2013-10-31 09:24:00 -0400
commit9d33fb4a5cfe2767f389cc64ba16c21906e36856 (patch)
tree0e9b8b1bf1144e62f453373b92f40eb955f4250a /drivers
parentef38f3ffb97331725b00dce667da3aefa0a75340 (diff)
downloadblackbird-obmc-uboot-9d33fb4a5cfe2767f389cc64ba16c21906e36856.tar.gz
blackbird-obmc-uboot-9d33fb4a5cfe2767f389cc64ba16c21906e36856.zip
nand_util.c: Correct licensing
Prior to SPDX licensing this file was GPL-2.0 with Freescale granting rights for "or later" for their contributed code. We incorrectly moved this file to GPL-2.0+, so correct it to GPL-2.0. In addition we cannot easily denote in the file where or what code is "or later", so just set that aside for now and the file as a whole is GPL-2.0 regardless. Cc: Scott Wood <scottwood@freescale.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/nand/nand_util.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mtd/nand/nand_util.c b/drivers/mtd/nand/nand_util.c
index 5246bbf1ac..eeaa7e8a48 100644
--- a/drivers/mtd/nand/nand_util.c
+++ b/drivers/mtd/nand/nand_util.c
@@ -14,7 +14,9 @@
* Copyright (C) 2008 Nokia Corporation: drop_ffs() function by
* Artem Bityutskiy <dedekind1@gmail.com> from mtd-utils
*
- * SPDX-License-Identifier: GPL-2.0+
+ * Copyright 2010 Freescale Semiconductor
+ *
+ * SPDX-License-Identifier: GPL-2.0
*/
#include <common.h>
OpenPOWER on IntegriCloud