diff options
Diffstat (limited to 'include/u-boot/rsa-mod-exp.h')
-rw-r--r-- | include/u-boot/rsa-mod-exp.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/u-boot/rsa-mod-exp.h b/include/u-boot/rsa-mod-exp.h index 45a031b4b6..3253614ede 100644 --- a/include/u-boot/rsa-mod-exp.h +++ b/include/u-boot/rsa-mod-exp.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2014 Freescale Semiconductor, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ -*/ + */ #ifndef _RSA_MOD_EXP_H #define _RSA_MOD_EXP_H |