From c27efc5c51c5810a2323356c3efbbbc49b7158e5 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Fri, 23 Sep 2022 18:07:05 +0300 Subject: Update license info Signed-off-by: Konstantin Aladyshev --- UefiLessonsPkg/HIIKeyword/HIIKeyword.c | 6 ++++++ UefiLessonsPkg/HIIKeyword/HIIKeyword.inf | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'UefiLessonsPkg/HIIKeyword') diff --git a/UefiLessonsPkg/HIIKeyword/HIIKeyword.c b/UefiLessonsPkg/HIIKeyword/HIIKeyword.c index 00575a7..45bfd72 100644 --- a/UefiLessonsPkg/HIIKeyword/HIIKeyword.c +++ b/UefiLessonsPkg/HIIKeyword/HIIKeyword.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2022, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/UefiLessonsPkg/HIIKeyword/HIIKeyword.inf b/UefiLessonsPkg/HIIKeyword/HIIKeyword.inf index de46152..080c981 100644 --- a/UefiLessonsPkg/HIIKeyword/HIIKeyword.inf +++ b/UefiLessonsPkg/HIIKeyword/HIIKeyword.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2022, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HIIKeyword -- cgit v1.2.3-18-g5258