diff mbox

[U-Boot,v2] nand_util.c: Correct licensing

Message ID 1383225961-15673-1-git-send-email-trini@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Oct. 31, 2013, 1:26 p.m. UTC
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>
---
 drivers/mtd/nand/nand_util.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Tom Rini Nov. 8, 2013, 10:29 p.m. UTC | #1
On Thu, Oct 31, 2013 at 09:26:01AM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/drivers/mtd/nand/nand_util.c b/drivers/mtd/nand/nand_util.c
index 5246bbf..eeaa7e8 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>