diff options
Diffstat (limited to 'UefiLessonsPkg/HIIConfig')
-rw-r--r-- | UefiLessonsPkg/HIIConfig/HIIConfig.c | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/HIIConfig/HIIConfig.inf | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/UefiLessonsPkg/HIIConfig/HIIConfig.c b/UefiLessonsPkg/HIIConfig/HIIConfig.c index 3a2493b..fb03fd7 100644 --- a/UefiLessonsPkg/HIIConfig/HIIConfig.c +++ b/UefiLessonsPkg/HIIConfig/HIIConfig.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 <Library/DevicePathLib.h> diff --git a/UefiLessonsPkg/HIIConfig/HIIConfig.inf b/UefiLessonsPkg/HIIConfig/HIIConfig.inf index 6a1f99e..b12ef11 100644 --- a/UefiLessonsPkg/HIIConfig/HIIConfig.inf +++ b/UefiLessonsPkg/HIIConfig/HIIConfig.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HIIConfig |