Correct License and Copyright information on few files
authorRuchika Gupta <ruchika.gupta@freescale.com>
Mon, 27 Jul 2015 03:37:39 +0000 (09:07 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 13 Aug 2015 00:47:46 +0000 (20:47 -0400)
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>
arch/arm/include/asm/arch-ls102xa/gpio.h
arch/powerpc/include/asm/arch-mpc85xx/gpio.h
drivers/crypto/fsl/Makefile
include/fsl_sec.h
include/u-boot/rsa-mod-exp.h

index b704436..707a1f3 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * Copyright 2014 Freescale Semiconductor, Inc.
+ *
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
index 71794a8..da7352a 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * Copyright 2014 Freescale Semiconductor, Inc.
+ *
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
index 4aa91e4..fd736cf 100644 (file)
@@ -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
index 672bcef..abc62da 100644 (file)
@@ -3,6 +3,7 @@
  *
  * Copyright 2014 Freescale Semiconductor, Inc.
  *
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __FSL_SEC_H
index fce445a..45a031b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, Ruchika Gupta.
+ * Copyright 2014 Freescale Semiconductor, Inc.
  *
  * SPDX-License-Identifier:    GPL-2.0+
 */