From: AKASHI Takahiro Date: Thu, 30 Jul 2020 07:33:59 +0000 (+0900) Subject: efi_loader: add copyright notice X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=dd92aad81c8e3f3adaeaf0ca793fbfa06edec712;p=u-boot.git 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 Signed-off-by: Heinrich Schuchardt --- 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 + * Copyright (c) 2020 Linaro Limited, Author: AKASHI Takahiro */ #include