diff mbox series

efi_loader: add copyright notice

Message ID 20200730073359.27516-1-takahiro.akashi@linaro.org
State Accepted, archived
Commit dd92aad81c8e3f3adaeaf0ca793fbfa06edec712
Delegated to: Heinrich Schuchardt
Headers show
Series efi_loader: add copyright notice | expand

Commit Message

AKASHI Takahiro July 30, 2020, 7:33 a.m. UTC
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>
---
 lib/efi_loader/efi_var_common.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Heinrich Schuchardt July 30, 2020, 8:50 a.m. UTC | #1
On 30.07.20 09:33, AKASHI Takahiro wrote:
> 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>
> ---
>  lib/efi_loader/efi_var_common.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/lib/efi_loader/efi_var_common.c b/lib/efi_loader/efi_var_common.c
> index 453cbce5c83a..1c7459266a38 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>
>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
diff mbox series

Patch

diff --git a/lib/efi_loader/efi_var_common.c b/lib/efi_loader/efi_var_common.c
index 453cbce5c83a..1c7459266a38 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>