diff mbox

[U-Boot] nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers

Message ID 1374673140-22735-1-git-send-email-trini@ti.com
State Accepted
Delegated to: Macpaul Lin
Headers show

Commit Message

Tom Rini July 24, 2013, 1:39 p.m. UTC
Signed-off-by: Tom Rini <trini@ti.com>
---
 arch/nds32/include/asm/io.h    |    4 +---
 arch/nds32/include/asm/setup.h |    4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

Comments

Macpaul Lin July 25, 2013, 9:42 a.m. UTC | #1
Hi Tom,

2013/7/24 Tom Rini <trini@ti.com>:
> Signed-off-by: Tom Rini <trini@ti.com>
> ---
>  arch/nds32/include/asm/io.h    |    4 +---
>  arch/nds32/include/asm/setup.h |    4 +---
>  2 files changed, 2 insertions(+), 6 deletions(-)
>

Applied to u-boot-nds32.
Thanks!
diff mbox

Patch

diff --git a/arch/nds32/include/asm/io.h b/arch/nds32/include/asm/io.h
index 254c8f9..04708e9 100644
--- a/arch/nds32/include/asm/io.h
+++ b/arch/nds32/include/asm/io.h
@@ -7,9 +7,7 @@ 
  * Shawn Lin, Andes Technology Corporation <nobuhiro@andestech.com>
  * Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
  *
- * 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.
+ * SPDX-License-Identifier:	GPL-2.0
  *
  * Modifications:
  *  16-Sep-1996	RMK	Inlined the inx/outx functions & optimised for both
diff --git a/arch/nds32/include/asm/setup.h b/arch/nds32/include/asm/setup.h
index 0a14ea0..833d979 100644
--- a/arch/nds32/include/asm/setup.h
+++ b/arch/nds32/include/asm/setup.h
@@ -5,9 +5,7 @@ 
  *  Copyright (C) 2008 Andes Technology Corporation
  *	Copyright (C) 2013 Ken Kuo (ken_kuo@andestech.com)
  *
- * 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.
+ * SPDX-License-Identifier:	GPL-2.0
  *
  *  Structure passed to kernel to tell it about the
  *  hardware it's running on.  See Documentation/arm/Setup