summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2020-07-30 10:33:59 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-08-08 20:03:24 +0300
commitdd92aad81c8e3f3adaeaf0ca793fbfa06edec712 (patch)
treebc8e6aa0c9b3694e117b040b0dce876b68c69b90 /lib
parent9bdbc8ef983547e85704fe2f75431c88e1989e33 (diff)
downloadu-boot-dd92aad81c8e3f3adaeaf0ca793fbfa06edec712.tar.xz
efi_loader: add copyright notice
Some amount of code was moved/derived from efi_variable.c regarding UEFI secure boot, in particluar in the commit 012c56ac76e1 ("efi_loader: restructure code for TEE variables"). So add the orignal author's copyright notice. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/efi_var_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/efi_var_common.c b/lib/efi_loader/efi_var_common.c
index 453cbce5c8..1c7459266a 100644
--- a/lib/efi_loader/efi_var_common.c
+++ b/lib/efi_loader/efi_var_common.c
@@ -3,6 +3,7 @@
* UEFI runtime variable services
*
* Copyright (c) 2020, Heinrich Schuchardt <xypron.glpk@gmx.de>
+ * Copyright (c) 2020 Linaro Limited, Author: AKASHI Takahiro
*/
#include <common.h>