diff options
author | Ruchika Gupta <ruchika.gupta@freescale.com> | 2015-07-27 09:07:39 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-12 20:47:46 -0400 |
commit | 057c2200557e187a47f2c10af6c0b2db9bf88df3 (patch) | |
tree | dcce92b2471608816d4295889d0cafa797228977 /include/u-boot | |
parent | 55f1b39f7390a0d43146935da0ce99a02a64940c (diff) | |
download | u-boot-imx-057c2200557e187a47f2c10af6c0b2db9bf88df3.zip u-boot-imx-057c2200557e187a47f2c10af6c0b2db9bf88df3.tar.gz u-boot-imx-057c2200557e187a47f2c10af6c0b2db9bf88df3.tar.bz2 |
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>
Diffstat (limited to 'include/u-boot')
-rw-r--r-- | include/u-boot/rsa-mod-exp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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+ */ |