diff mbox

[U-Boot,v2] Correct License and Copyright information on few files

Message ID 1437968259-29168-1-git-send-email-ruchika.gupta@freescale.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Ruchika Gupta July 27, 2015, 3:37 a.m. UTC
gpio.h - Added missing copyright in few files.
rsa-mod-exp.h - Corrected copyright in the file.
fsl_sec.h - Added missing license in files
drivers/crypto/fsl/Makefile - Removed the incomplete GPLv2 license and replaced it with GPLv2+ license

Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
---
Changes from v2:
1. Added more detailed commit message
2. Corrected the time on the patch

 arch/arm/include/asm/arch-ls102xa/gpio.h     | 2 ++
 arch/powerpc/include/asm/arch-mpc85xx/gpio.h | 2 ++
 drivers/crypto/fsl/Makefile                  | 4 +---
 include/fsl_sec.h                            | 1 +
 include/u-boot/rsa-mod-exp.h                 | 2 +-
 5 files changed, 7 insertions(+), 4 deletions(-)

Comments

Tom Rini Aug. 13, 2015, 1:19 p.m. UTC | #1
On Mon, Jul 27, 2015 at 09:07:39AM +0530, Ruchika Gupta wrote:

> gpio.h - Added missing copyright in few files.
> rsa-mod-exp.h - Corrected copyright in the file.
> fsl_sec.h - Added missing license in files
> drivers/crypto/fsl/Makefile - Removed the incomplete GPLv2 license and replaced it with GPLv2+ license
> 
> Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>

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

Patch

diff --git a/arch/arm/include/asm/arch-ls102xa/gpio.h b/arch/arm/include/asm/arch-ls102xa/gpio.h
index b704436..707a1f3 100644
--- a/arch/arm/include/asm/arch-ls102xa/gpio.h
+++ b/arch/arm/include/asm/arch-ls102xa/gpio.h
@@ -1,4 +1,6 @@ 
 /*
+ * Copyright 2014 Freescale Semiconductor, Inc.
+ *
  * SPDX-License-Identifier:	GPL-2.0+
  */
 
diff --git a/arch/powerpc/include/asm/arch-mpc85xx/gpio.h b/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
index 71794a8..da7352a 100644
--- a/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
+++ b/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
@@ -1,4 +1,6 @@ 
 /*
+ * Copyright 2014 Freescale Semiconductor, Inc.
+ *
  * SPDX-License-Identifier:	GPL-2.0+
  */
 
diff --git a/drivers/crypto/fsl/Makefile b/drivers/crypto/fsl/Makefile
index 4aa91e4..fd736cf 100644
--- a/drivers/crypto/fsl/Makefile
+++ b/drivers/crypto/fsl/Makefile
@@ -1,9 +1,7 @@ 
 #
 # Copyright 2014 Freescale Semiconductor, Inc.
 #
-# 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+
 #
 
 obj-y += sec.o
diff --git a/include/fsl_sec.h b/include/fsl_sec.h
index ebb1ac6..5e38610 100644
--- a/include/fsl_sec.h
+++ b/include/fsl_sec.h
@@ -3,6 +3,7 @@ 
  *
  * Copyright 2014 Freescale Semiconductor, Inc.
  *
+ * SPDX-License-Identifier:	GPL-2.0+
  */
 
 #ifndef __FSL_SEC_H
diff --git a/include/u-boot/rsa-mod-exp.h b/include/u-boot/rsa-mod-exp.h
index fce445a..45a031b 100644
--- a/include/u-boot/rsa-mod-exp.h
+++ b/include/u-boot/rsa-mod-exp.h
@@ -1,5 +1,5 @@ 
 /*
- * Copyright (c) 2014, Ruchika Gupta.
+ * Copyright 2014 Freescale Semiconductor, Inc.
  *
  * SPDX-License-Identifier:    GPL-2.0+
 */