diff options
| author | Tom Rini <trini@ti.com> | 2013-07-24 09:39:00 -0400 | 
|---|---|---|
| committer | Macpaul Lin <macpaul@gmail.com> | 2013-07-25 16:54:18 +0800 | 
| commit | 99ca91b6d77aeb983008d33dba0ef06c8e644d94 (patch) | |
| tree | 8e0f747af694181838c0fe5d4e0a44165b16a4fd | |
| parent | 951344b778d6ac67b94011d942a5a55da7202027 (diff) | |
| download | olio-uboot-2014.01-99ca91b6d77aeb983008d33dba0ef06c8e644d94.tar.xz olio-uboot-2014.01-99ca91b6d77aeb983008d33dba0ef06c8e644d94.zip | |
nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers
Signed-off-by: Tom Rini <trini@ti.com>
| -rw-r--r-- | arch/nds32/include/asm/io.h | 4 | ||||
| -rw-r--r-- | arch/nds32/include/asm/setup.h | 4 | 
2 files changed, 2 insertions, 6 deletions
| diff --git a/arch/nds32/include/asm/io.h b/arch/nds32/include/asm/io.h index 254c8f933..04708e935 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 0a14ea0bd..833d979af 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 |