diff options
Diffstat (limited to 'UefiLessonsPkg/HIIKeyword')
-rw-r--r-- | UefiLessonsPkg/HIIKeyword/HIIKeyword.c | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/HIIKeyword/HIIKeyword.inf | 6 |
2 files changed, 12 insertions, 0 deletions
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 <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + #include <Library/UefiBootServicesTableLib.h> #include <Library/UefiLib.h> #include <Protocol/HiiConfigKeyword.h> 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 <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HIIKeyword |