diff mbox

[U-Boot] malta: arch/mips/include/asm/malta.h SPDX license tag

Message ID 1384167806-13194-1-git-send-email-paul.burton@imgtec.com
State Accepted
Delegated to: Daniel Schwierzeck
Headers show

Commit Message

Paul Burton Nov. 11, 2013, 11:03 a.m. UTC
This patch replaces the GPL-2.0 text with a GPL-2.0
SPDX-License-Identifier tag, and adds Imagination Technologies copyright
following my recent changes.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
---
 arch/mips/include/asm/malta.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Daniel Schwierzeck Nov. 11, 2013, 11:34 a.m. UTC | #1
2013/11/11 Paul Burton <paul.burton@imgtec.com>:
> This patch replaces the GPL-2.0 text with a GPL-2.0
> SPDX-License-Identifier tag, and adds Imagination Technologies copyright
> following my recent changes.
>
> Signed-off-by: Paul Burton <paul.burton@imgtec.com>
> ---
>  arch/mips/include/asm/malta.h | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>

applied to u-boot-mips/master, thanks
diff mbox

Patch

diff --git a/arch/mips/include/asm/malta.h b/arch/mips/include/asm/malta.h
index e141eb0..9b1100b 100644
--- a/arch/mips/include/asm/malta.h
+++ b/arch/mips/include/asm/malta.h
@@ -1,9 +1,8 @@ 
 /*
  * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
+ * Copyright (C) 2013 Imagination Technologies
  *
- * 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
  */
 
 #ifndef _MIPS_ASM_MALTA_H