All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] efi_loader: add copyright notice
@ 2020-07-30  7:33 AKASHI Takahiro
  2020-07-30  8:50 ` Heinrich Schuchardt
  0 siblings, 1 reply; 2+ messages in thread
From: AKASHI Takahiro @ 2020-07-30  7:33 UTC (permalink / raw)
  To: u-boot

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>
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] efi_loader: add copyright notice
  2020-07-30  7:33 [PATCH] efi_loader: add copyright notice AKASHI Takahiro
@ 2020-07-30  8:50 ` Heinrich Schuchardt
  0 siblings, 0 replies; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-07-30  8:50 UTC (permalink / raw)
  To: u-boot

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-30  8:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30  7:33 [PATCH] efi_loader: add copyright notice AKASHI Takahiro
2020-07-30  8:50 ` Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.