Commit 057c2200557e187a47f2c10af6c0b2db9bf88df3

Authored by Ruchika Gupta
Committed by Tom Rini
1 parent 55f1b39f73

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>

Showing 5 changed files with 7 additions and 4 deletions Side-by-side Diff

arch/arm/include/asm/arch-ls102xa/gpio.h
1 1 /*
  2 + * Copyright 2014 Freescale Semiconductor, Inc.
  3 + *
2 4 * SPDX-License-Identifier: GPL-2.0+
3 5 */
4 6  
arch/powerpc/include/asm/arch-mpc85xx/gpio.h
1 1 /*
  2 + * Copyright 2014 Freescale Semiconductor, Inc.
  3 + *
2 4 * SPDX-License-Identifier: GPL-2.0+
3 5 */
4 6  
drivers/crypto/fsl/Makefile
1 1 #
2 2 # Copyright 2014 Freescale Semiconductor, Inc.
3 3 #
4   -# This program is free software; you can redistribute it and/or
5   -# modify it under the terms of the GNU General Public License
6   -# Version 2 as published by the Free Software Foundation.
  4 +# SPDX-License-Identifier: GPL-2.0+
7 5 #
8 6  
9 7 obj-y += sec.o
... ... @@ -3,6 +3,7 @@
3 3 *
4 4 * Copyright 2014 Freescale Semiconductor, Inc.
5 5 *
  6 + * SPDX-License-Identifier: GPL-2.0+
6 7 */
7 8  
8 9 #ifndef __FSL_SEC_H
include/u-boot/rsa-mod-exp.h
1 1 /*
2   - * Copyright (c) 2014, Ruchika Gupta.
  2 + * Copyright 2014 Freescale Semiconductor, Inc.
3 3 *
4 4 * SPDX-License-Identifier: GPL-2.0+
5 5 */