Correct License and Copyright information on few files

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>
master
Ruchika Gupta 9 years ago committed by Tom Rini
parent 55f1b39f73
commit 057c220055
  1. 2
      arch/arm/include/asm/arch-ls102xa/gpio.h
  2. 2
      arch/powerpc/include/asm/arch-mpc85xx/gpio.h
  3. 4
      drivers/crypto/fsl/Makefile
  4. 1
      include/fsl_sec.h
  5. 2
      include/u-boot/rsa-mod-exp.h

@ -1,4 +1,6 @@
/*
* Copyright 2014 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/

@ -1,4 +1,6 @@
/*
* Copyright 2014 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/

@ -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

@ -3,6 +3,7 @@
*
* Copyright 2014 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __FSL_SEC_H

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, Ruchika Gupta.
* Copyright 2014 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/

Loading…
Cancel
Save